| Commit message (Expand) | Author | Age | Files | Lines |
* | error: ensure error codes are signed negative ints. | Nicolas George | 2012-04-15 | 1 | -16/+18 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-26 | 1 | -0/+1 |
|\ |
|
| * | avutil: add AVERROR_UNKNOWN | Justin Ruggles | 2012-02-25 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-20 | 1 | -1/+7 |
|\| |
|
| * | lavu: add AVERROR_BUG error value | Luca Barbato | 2011-12-19 | 1 | -0/+1 |
* | | lavu/error: define AVERROR_BUG. | Nicolas George | 2011-12-03 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-23 | 1 | -0/+11 |
|\| |
|
| * | doxy: provide a start page and document libavutil | Luca Barbato | 2011-11-22 | 1 | -0/+11 |
* | | error: remove symbols which were deprecated before the big bump | Stefano Sabatini | 2011-04-22 | 1 | -9/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-22 | 1 | -11/+9 |
|\| |
|
| * | error: sort, pack, and align error code and string definitions | Stefano Sabatini | 2011-04-21 | 1 | -12/+8 |
| * | error: change AVERROR_EOF value | Anton Khirnov | 2011-04-21 | 1 | -1/+1 |
| * | error: remove AVERROR_NUMEXPECTED | Stefano Sabatini | 2011-04-21 | 1 | -1/+0 |
| * | error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c | Stefano Sabatini | 2011-04-21 | 1 | -0/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -6/+0 |
|\| |
|
| * | lavu: remove misc disabled cruft | Anton Khirnov | 2011-04-19 | 1 | -13/+0 |
* | | 10l, commit that should have been stashed into the merge. | Michael Niedermayer | 2011-04-17 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-17 | 1 | -1/+1 |
|\| |
|
| * | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Add AVERROR_EXIT. | Nicolas George | 2011-03-15 | 1 | -0/+2 |
* | Add AVERROR_*_NOT_FOUND codes. | Nicolas George | 2010-12-19 | 1 | -0/+9 |
* | Improve av_strerror() documentation | Måns Rullgård | 2010-06-30 | 1 | -0/+2 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Make av_strerror() return -1 even in the case when av_strerror_r() is | Stefano Sabatini | 2010-05-05 | 1 | -1/+2 |
* | Make av_strerror() print an error message mentioning the error code | Stefano Sabatini | 2010-05-03 | 1 | -1/+2 |
* | Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS) | Stefano Sabatini | 2010-04-27 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Implement av_strerror(). | Stefano Sabatini | 2010-03-25 | 1 | -0/+10 |
* | Prefer '///< ...' doxygen inline syntax over '/**< ... */'. | Stefano Sabatini | 2010-03-25 | 1 | -14/+14 |
* | Use consistent punctuation rules for the error message descriptions. | Stefano Sabatini | 2010-03-25 | 1 | -9/+9 |
* | Drop AVERROR_NOFMT at the next libavutil major bump. | Stefano Sabatini | 2010-03-21 | 1 | -1/+1 |
* | Change the definition of AVERROR_INVALIDDATA at the next libavutil | Stefano Sabatini | 2010-03-19 | 1 | -1/+2 |
* | Extend description for AVERROR_INVALIDDATA. | Stefano Sabatini | 2010-03-19 | 1 | -1/+1 |
* | error.h: test EDOM instead of EINVAL | Måns Rullgård | 2010-03-14 | 1 | -1/+1 |
* | Add missing includes to libavutil/error.h | Måns Rullgård | 2010-03-14 | 1 | -0/+3 |
* | Change the definition of AVERROR_NUMEXPECTED at the next libavutil | Stefano Sabatini | 2010-03-14 | 1 | -1/+5 |
* | Mark AVERROR_ENOENT for deletion at the next libavutil major bump. | Stefano Sabatini | 2010-03-14 | 1 | -1/+1 |
* | Lexically sort the error code definitions. | Stefano Sabatini | 2010-03-14 | 1 | -4/+5 |
* | Mark AVERROR_ENOMEM to be deleted at the next major bump. | Stefano Sabatini | 2010-03-13 | 1 | -1/+1 |
* | Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark | Stefano Sabatini | 2010-03-13 | 1 | -1/+1 |
* | Make iff.c:decode_init return the value returned by | Stefano Sabatini | 2010-03-13 | 1 | -0/+4 |
* | Add missing parentheses around the AVERROR_PATCHWELCOME macro | Stefano Sabatini | 2010-03-13 | 1 | -1/+1 |
* | Move error code definitions from libavcodec/avcodec.h to | Stefano Sabatini | 2010-03-13 | 1 | -0/+47 |