summaryrefslogtreecommitdiff
path: root/libavutil/error.h
Commit message (Expand)AuthorAge
* error: remove symbols which were deprecated before the big bumpStefano Sabatini2011-04-22
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * lavu: remove misc disabled cruftAnton Khirnov2011-04-19
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\|
| * 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