Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2015-12-18lavu/error: add missing error messages for errors supported on all platformsMarton Balint
2015-02-11avutil/error: list most common error code in error_entries when strerror_r() ...Michael Niedermayer
2014-10-20avutil/error: Introduce new error codes for 4XX and 5XX replies from remote s...Andrey Utkin
2014-10-10avutil/error: Add AVERROR_INPUT_CHANGED & AVERROR_OUTPUT_CHANGED to error_ent...Michael Niedermayer
2014-09-03libavutil/error: fix build with musl toolchainJörg Krause
2012-10-22Merge commit 'c3e15f7b39aac2012f09ee4ca86d2bc674ffdbd4'Michael Niedermayer
2012-10-22avutil: Add AVERROR_EXPERIMENTALNathan Caldwell
2012-09-16lavu/error: make error_entries static const.Clément Bœsch
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-04error: define AVERROR_EXTERNAL.Nicolas George
2012-07-04error: define AVERROR_BUFFER_TOO_SMALL.Nicolas George
2012-06-12lavu/error: add av_make_error_string() and av_err2str() convenience utilitiesStefano Sabatini
2012-06-12lavu/error: fix sign error in av_sterror() error codeStefano Sabatini
2012-06-12lavu/error: use a table to store error codes and strings, add testStefano Sabatini
2012-05-09error: Try to make av_strerror() closer to binary identical across platforms.Michael Niedermayer
2012-02-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-25avutil: add AVERROR_UNKNOWNJustin Ruggles
2011-12-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-19lavu: add AVERROR_BUG error valueLuca Barbato
2011-12-03lavu/error: define AVERROR_BUG.Nicolas George
2011-05-30error.c: fix compile flagsMichael Niedermayer
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-21error: sort, pack, and align error code and string definitionsStefano Sabatini
2011-04-21error: remove AVERROR_NUMEXPECTEDStefano Sabatini
2011-04-21error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.cStefano Sabatini
2011-04-1810l, commit that should have been stashed into the merge.Michael Niedermayer
2011-04-18Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-15Add AVERROR_EXIT.Nicolas George
2010-12-19Add AVERROR_*_NOT_FOUND codes.Nicolas George
2010-05-06Make av_strerror() return -1 even in the case when av_strerror_r() isStefano Sabatini
2010-05-04Make av_strerror() print an error message mentioning the error codeStefano Sabatini
2010-04-28Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)Stefano Sabatini
2010-03-26Implement av_strerror().Stefano Sabatini