"README.md" did not exist on "5988dc9eeca1afbacc5e9873714341e09b64afe8"
- Oct 19, 2014
-
-
Andrey Utkin authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 10, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 03, 2014
-
-
Jörg Krause authored
Add the feature test macro which is required for building with the musl toolchain. The feature test macro _XOPEN_SOURCE = 600 provides the XSI-compliant version of strerror_r(). Signed-off-by:
Jörg Krause <jkrause@posteo.de> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 21, 2012
-
-
Nathan Caldwell authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Sep 16, 2012
-
-
Clément Bœsch authored
-
- Aug 15, 2012
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Jul 04, 2012
-
-
Nicolas George authored
This code is intended for errors in external libraries when no corresponding error code can be found. AVERROR_UNKNOWN is too vague for that and looks like AVERROR_BUG.
-
Nicolas George authored
Some API require a buffer and return a specific error if it is too small. This error code helps to map codes.
-
- Jun 11, 2012
-
-
Stefano Sabatini authored
These functions are modeled after the corresponding utilities in libavutil/timestamp.h.
-
Stefano Sabatini authored
The value returned by strerror_r may be positive depending on the system, so it is necessary to use AVERROR() in order to get a negative number. This way the successive negative check will not fail, and the function will print a meaningful error message on the buffer.
-
Stefano Sabatini authored
The table is mostly useful to enumerate the available AVERROR* in the test output.
-
- May 09, 2012
-
-
Michael Niedermayer authored
This should fix the parseutils fate test. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 25, 2012
-
-
Justin Ruggles authored
Useful to return instead of -1 when the cause of the error is unknown, typically from an external library.
-
- Dec 19, 2011
-
-
Luca Barbato authored
It should be used to mark codepath that can be reached only through programming error.
-
- Dec 03, 2011
-
-
Nicolas George authored
Signed-off-by:
Nicolas George <nicolas.george@normalesup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 30, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 21, 2011
-
-
Stefano Sabatini authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Stefano Sabatini authored
AVERROR_NUMEXPECTED is used only in the image muxer and demuxer, and has a too much specific meaning, which is better explained through a log message. Thus it can be replaced by AVERROR(EINVAL). This breaks API. Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
The new error code is better than AVERROR(ENOENT), which has a completely different semantics ("No such file or directory"). Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Apr 17, 2011
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
-
- Mar 19, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Mar 15, 2011
-
-
Nicolas George authored
This is different from AVERROR(EINTR) because calls that fail with EINTR should usually be restarted. Signed-off-by:
Nicolas George <nicolas.george@normalesup.org> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- Dec 19, 2010
-
-
Nicolas George authored
Originally committed as revision 26056 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 05, 2010
-
-
Stefano Sabatini authored
not defined. This allows applications to check if av_strerror() cannot provide a meaningful representation for the provided error code, without having to actually check the filled string. Originally committed as revision 23031 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 03, 2010
-
-
Stefano Sabatini authored
number if strerror_r() did not succeed for whatever reason. This avoids the need for the application to fill the string in case strerror_r() fails, for example because the error code is not known. Originally committed as revision 23015 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 27, 2010
-
-
Stefano Sabatini authored
instead which is semantically equivalent. See the thread: Subject: [FFmpeg-devel] [RFC] The meaning of AVERROR_NOTSUPP Date: Sat, 27 Mar 2010 00:51:13 +0100 Originally committed as revision 22981 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 25, 2010
-
-
Stefano Sabatini authored
Originally committed as revision 22684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-