summaryrefslogtreecommitdiff
path: root/libavutil/error.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-26
|\
| * avutil: add AVERROR_UNKNOWNJustin Ruggles2012-02-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-20
|\|
| * lavu: add AVERROR_BUG error valueLuca Barbato2011-12-19
* | lavu/error: define AVERROR_BUG.Nicolas George2011-12-03
* | error.c: fix compile flagsMichael Niedermayer2011-05-30
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-22
|\|
| * 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
* | 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
* 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