summaryrefslogtreecommitdiff
path: root/libavutil/error.h
Commit message (Expand)AuthorAgeFilesLines
* avutil/error: Include macros.h for MKTAGAndreas Rheinhardt2021-07-291-0/+2
* avutil/error: Introduce new error codes for 4XX and 5XX replies from remote s...Andrey Utkin2014-10-191-0/+7
* Merge commit 'fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45'Michael Niedermayer2014-08-101-0/+2
|\
| * avresample: Introduce AVFrame-based APILuca Barbato2014-08-101-0/+2
| * error.h: Do not circularly depend on avutil.hDiego Biurrun2013-12-251-1/+0
* | Merge commit 'c3e15f7b39aac2012f09ee4ca86d2bc674ffdbd4'Michael Niedermayer2012-10-221-1/+2
|\ \ | |/
| * avutil: Add AVERROR_EXPERIMENTALNathan Caldwell2012-10-211-0/+1
| * averror: make error values proper negative valuesJanne Grunau2012-10-111-15/+15
| * averror: explicitly define AVERROR_* valuesJanne Grunau2012-10-101-15/+15
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | error: define AVERROR_EXTERNAL.Nicolas George2012-07-041-0/+1
* | error: define AVERROR_BUFFER_TOO_SMALL.Nicolas George2012-07-041-0/+1
* | lavu/error: add av_make_error_string() and av_err2str() convenience utilitiesStefano Sabatini2012-06-111-0/+25
* | lavu/error: fix make checkheaders.Clément Bœsch2012-05-181-1/+1
* | error: ensure error codes are signed negative ints.Nicolas George2012-04-151-16/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-261-0/+1
|\ \ | |/
| * avutil: add AVERROR_UNKNOWNJustin Ruggles2012-02-251-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-201-1/+7
|\ \ | |/
| * lavu: add AVERROR_BUG error valueLuca Barbato2011-12-191-0/+1
* | lavu/error: define AVERROR_BUG.Nicolas George2011-12-031-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-231-0/+11
|\ \ | |/
| * doxy: provide a start page and document libavutilLuca Barbato2011-11-221-0/+11
* | error: remove symbols which were deprecated before the big bumpStefano Sabatini2011-04-221-9/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-221-11/+9
|\ \ | |/
| * error: sort, pack, and align error code and string definitionsStefano Sabatini2011-04-211-12/+8
| * error: change AVERROR_EOF valueAnton Khirnov2011-04-211-1/+1
| * error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-211-1/+0
| * error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.cStefano Sabatini2011-04-211-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-6/+0
|\ \ | |/
| * lavu: remove misc disabled cruftAnton Khirnov2011-04-191-13/+0
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-171-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-1/+1
|\ \ | |/
| * Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Add AVERROR_EXIT.Nicolas George2011-03-151-0/+2
* Add AVERROR_*_NOT_FOUND codes.Nicolas George2010-12-191-0/+9
* Improve av_strerror() documentationMåns Rullgård2010-06-301-0/+2
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Make av_strerror() return -1 even in the case when av_strerror_r() isStefano Sabatini2010-05-051-1/+2
* Make av_strerror() print an error message mentioning the error codeStefano Sabatini2010-05-031-1/+2
* Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)Stefano Sabatini2010-04-271-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Implement av_strerror().Stefano Sabatini2010-03-251-0/+10
* Prefer '///< ...' doxygen inline syntax over '/**< ... */'.Stefano Sabatini2010-03-251-14/+14
* Use consistent punctuation rules for the error message descriptions.Stefano Sabatini2010-03-251-9/+9
* Drop AVERROR_NOFMT at the next libavutil major bump.Stefano Sabatini2010-03-211-1/+1
* Change the definition of AVERROR_INVALIDDATA at the next libavutilStefano Sabatini2010-03-191-1/+2
* Extend description for AVERROR_INVALIDDATA.Stefano Sabatini2010-03-191-1/+1
* error.h: test EDOM instead of EINVALMåns Rullgård2010-03-141-1/+1
* Add missing includes to libavutil/error.hMåns Rullgård2010-03-141-0/+3