| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: Add AVERROR_EXPERIMENTAL | Nathan Caldwell | 2012-10-21 | 1 | -0/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | avutil: add AVERROR_UNKNOWN | Justin Ruggles | 2012-02-25 | 1 | -0/+1 |
* | lavu: add AVERROR_BUG error value | Luca Barbato | 2011-12-19 | 1 | -0/+1 |
* | 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 |
* | 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 |