summaryrefslogtreecommitdiff
path: root/libavutil/error.c
Commit message (Expand)AuthorAge
* avutil: Add AVERROR_EXPERIMENTALNathan Caldwell2012-10-21
* 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
* error: sort, pack, and align error code and string definitionsStefano Sabatini2011-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
* 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
* 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
* Implement av_strerror().Stefano Sabatini2010-03-25