summaryrefslogtreecommitdiff
path: root/libavutil/error.h
Commit message (Expand)AuthorAge
* Make av_strerror() return -1 even in the case when av_strerror_r() isReinhard Tartler2010-05-19
* 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