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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-29avutil/error: Include macros.h for MKTAGAndreas Rheinhardt
2014-10-20avutil/error: Introduce new error codes for 4XX and 5XX replies from remote s...Andrey Utkin
2014-08-10Merge commit 'fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45'Michael Niedermayer
2014-08-10avresample: Introduce AVFrame-based APILuca Barbato
2013-12-25error.h: Do not circularly depend on avutil.hDiego Biurrun
2012-10-22Merge commit 'c3e15f7b39aac2012f09ee4ca86d2bc674ffdbd4'Michael Niedermayer
2012-10-22avutil: Add AVERROR_EXPERIMENTALNathan Caldwell
2012-10-11averror: make error values proper negative valuesJanne Grunau
2012-10-10averror: explicitly define AVERROR_* valuesJanne Grunau
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-05-19lavu/error: fix make checkheaders.Clément Bœsch
2012-04-15error: ensure error codes are signed negative ints.Nicolas George
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-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-04-22error: remove symbols which were deprecated before the big bumpStefano Sabatini
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: change AVERROR_EOF valueAnton Khirnov
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-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavu: remove misc disabled cruftAnton Khirnov
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-07-01Improve av_strerror() documentationMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
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-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-26Implement av_strerror().Stefano Sabatini
2010-03-26Prefer '///< ...' doxygen inline syntax over '/**< ... */'.Stefano Sabatini
2010-03-26Use consistent punctuation rules for the error message descriptions.Stefano Sabatini
2010-03-21Drop AVERROR_NOFMT at the next libavutil major bump.Stefano Sabatini
2010-03-20Change the definition of AVERROR_INVALIDDATA at the next libavutilStefano Sabatini
2010-03-20Extend description for AVERROR_INVALIDDATA.Stefano Sabatini
2010-03-15error.h: test EDOM instead of EINVALMåns Rullgård
2010-03-15Add missing includes to libavutil/error.hMåns Rullgård