summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-10-22Merge commit 'c3e15f7b39aac2012f09ee4ca86d2bc674ffdbd4'Michael Niedermayer8-47/+45
2012-10-21avutil: Add AVERROR_EXPERIMENTALNathan Caldwell4-1/+6
2012-09-16lavu/error: make error_entries static const.Clément Bœsch1-3/+3
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-07-04error: define AVERROR_EXTERNAL.Nicolas George3-1/+3
2012-07-04error: define AVERROR_BUFFER_TOO_SMALL.Nicolas George2-0/+2
2012-06-11lavu/error: add av_make_error_string() and av_err2str() convenience utilitiesStefano Sabatini4-6/+32
2012-06-11lavu/error: fix sign error in av_sterror() error codeStefano Sabatini1-1/+1
2012-06-11lavu/error: use a table to store error codes and strings, add testStefano Sabatini2-25/+62
2012-05-09error: Try to make av_strerror() closer to binary identical across platforms.Michael Niedermayer1-0/+2
2012-02-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-237/+552
2012-02-25avutil: add AVERROR_UNKNOWNJustin Ruggles4-2/+7
2011-12-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer13-600/+738
2011-12-19lavu: add AVERROR_BUG error valueLuca Barbato2-0/+2
2011-12-03lavu/error: define AVERROR_BUG.Nicolas George4-2/+7
2011-05-30error.c: fix compile flagsMichael Niedermayer1-0/+1
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer33-56/+134
2011-04-21error: sort, pack, and align error code and string definitionsStefano Sabatini2-24/+20
2011-04-21error: remove AVERROR_NUMEXPECTEDStefano Sabatini4-4/+2
2011-04-21error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.cStefano Sabatini3-3/+5
2011-04-1710l, commit that should have been stashed into the merge.Michael Niedermayer31-46/+46
2011-04-17Merge remote branch 'qatar/master'Michael Niedermayer56-235/+404
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun27-40/+40
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-15Add AVERROR_EXIT.Nicolas George2-0/+3
2010-12-19Add AVERROR_*_NOT_FOUND codes.Nicolas George4-1/+29
2010-05-05Make av_strerror() return -1 even in the case when av_strerror_r() isStefano Sabatini3-3/+6
2010-05-03Make av_strerror() print an error message mentioning the error codeStefano Sabatini2-3/+4
2010-04-27Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)Stefano Sabatini2-2/+1
2010-03-25Implement av_strerror().Stefano Sabatini5-1/+60