| Commit message (Expand) | Author | Age | Files | Lines |
* | avresample: Introduce AVFrame-based API | Luca Barbato | 2014-08-10 | 1 | -0/+2 |
* | error.h: Do not circularly depend on avutil.h | Diego Biurrun | 2013-12-25 | 1 | -1/+0 |
* | avutil: Add AVERROR_EXPERIMENTAL | Nathan Caldwell | 2012-10-21 | 1 | -0/+1 |
* | averror: make error values proper negative values | Janne Grunau | 2012-10-11 | 1 | -15/+15 |
* | averror: explicitly define AVERROR_* values | Janne Grunau | 2012-10-10 | 1 | -15/+15 |
* | 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 |
* | doxy: provide a start page and document libavutil | Luca Barbato | 2011-11-22 | 1 | -0/+11 |
* | 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 |
* | lavu: remove misc disabled cruft | Anton Khirnov | 2011-04-19 | 1 | -13/+0 |
* | 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 |