summaryrefslogtreecommitdiff
path: root/libavutil/error.h
Commit message (Expand)AuthorAge
* avresample: Introduce AVFrame-based APILuca Barbato2014-08-10
* error.h: Do not circularly depend on avutil.hDiego Biurrun2013-12-25
* avutil: Add AVERROR_EXPERIMENTALNathan Caldwell2012-10-21
* averror: make error values proper negative valuesJanne Grunau2012-10-11
* averror: explicitly define AVERROR_* valuesJanne Grunau2012-10-10
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* avutil: add AVERROR_UNKNOWNJustin Ruggles2012-02-25
* lavu: add AVERROR_BUG error valueLuca Barbato2011-12-19
* doxy: provide a start page and document libavutilLuca Barbato2011-11-22
* error: sort, pack, and align error code and string definitionsStefano Sabatini2011-04-21
* error: change AVERROR_EOF valueAnton Khirnov2011-04-21
* error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-21
* error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.cStefano Sabatini2011-04-21
* lavu: remove misc disabled cruftAnton Khirnov2011-04-19
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add AVERROR_EXIT.Nicolas George2011-03-15
* Add AVERROR_*_NOT_FOUND codes.Nicolas George2010-12-19
* Improve av_strerror() documentationMåns Rullgård2010-06-30
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Make av_strerror() return -1 even in the case when av_strerror_r() isStefano Sabatini2010-05-05
* Make av_strerror() print an error message mentioning the error codeStefano Sabatini2010-05-03
* Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)Stefano Sabatini2010-04-27
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Implement av_strerror().Stefano Sabatini2010-03-25
* Prefer '///< ...' doxygen inline syntax over '/**< ... */'.Stefano Sabatini2010-03-25
* Use consistent punctuation rules for the error message descriptions.Stefano Sabatini2010-03-25
* Drop AVERROR_NOFMT at the next libavutil major bump.Stefano Sabatini2010-03-21
* Change the definition of AVERROR_INVALIDDATA at the next libavutilStefano Sabatini2010-03-19
* Extend description for AVERROR_INVALIDDATA.Stefano Sabatini2010-03-19
* error.h: test EDOM instead of EINVALMåns Rullgård2010-03-14
* Add missing includes to libavutil/error.hMåns Rullgård2010-03-14
* Change the definition of AVERROR_NUMEXPECTED at the next libavutilStefano Sabatini2010-03-14
* Mark AVERROR_ENOENT for deletion at the next libavutil major bump.Stefano Sabatini2010-03-14
* Lexically sort the error code definitions.Stefano Sabatini2010-03-14
* Mark AVERROR_ENOMEM to be deleted at the next major bump.Stefano Sabatini2010-03-13
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
* Make iff.c:decode_init return the value returned byStefano Sabatini2010-03-13
* Add missing parentheses around the AVERROR_PATCHWELCOME macroStefano Sabatini2010-03-13
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-13