| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/error: Introduce new error codes for 4XX and 5XX replies from remote s... | Andrey Utkin | 2014-10-19 | 1 | -0/+6 |
* | avutil/error: Add AVERROR_INPUT_CHANGED & AVERROR_OUTPUT_CHANGED to error_ent... | Michael Niedermayer | 2014-10-10 | 1 | -0/+4 |
* | libavutil/error: fix build with musl toolchain | Jörg Krause | 2014-09-03 | 1 | -0/+1 |
* | Merge commit 'c3e15f7b39aac2012f09ee4ca86d2bc674ffdbd4' | Michael Niedermayer | 2012-10-22 | 1 | -0/+1 |
|\ |
|
| * | avutil: Add AVERROR_EXPERIMENTAL | Nathan Caldwell | 2012-10-21 | 1 | -0/+1 |
* | | lavu/error: make error_entries static const. | Clément Bœsch | 2012-09-16 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | error: define AVERROR_EXTERNAL. | Nicolas George | 2012-07-04 | 1 | -0/+1 |
* | | error: define AVERROR_BUFFER_TOO_SMALL. | Nicolas George | 2012-07-04 | 1 | -0/+1 |
* | | lavu/error: add av_make_error_string() and av_err2str() convenience utilities | Stefano Sabatini | 2012-06-11 | 1 | -5/+2 |
* | | lavu/error: fix sign error in av_sterror() error code | Stefano Sabatini | 2012-06-11 | 1 | -1/+1 |
* | | lavu/error: use a table to store error codes and strings, add test | Stefano Sabatini | 2012-06-11 | 1 | -25/+61 |
* | | error: Try to make av_strerror() closer to binary identical across platforms. | Michael Niedermayer | 2012-05-09 | 1 | -0/+2 |
* | | 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 | -0/+1 |
|\| |
|
| * | 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 |
* | | error.c: fix compile flags | Michael Niedermayer | 2011-05-30 | 1 | -0/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-22 | 1 | -12/+12 |
|\| |
|
| * | error: sort, pack, and align error code and string definitions | Stefano Sabatini | 2011-04-21 | 1 | -12/+12 |
| * | 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 |
* | | 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/+1 |
* | Add AVERROR_*_NOT_FOUND codes. | Nicolas George | 2010-12-19 | 1 | -0/+8 |
* | Make av_strerror() return -1 even in the case when av_strerror_r() is | Stefano Sabatini | 2010-05-05 | 1 | -1/+3 |
* | Make av_strerror() print an error message mentioning the error code | Stefano Sabatini | 2010-05-03 | 1 | -2/+2 |
* | Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS) | Stefano Sabatini | 2010-04-27 | 1 | -1/+0 |
* | Implement av_strerror(). | Stefano Sabatini | 2010-03-25 | 1 | -0/+46 |