OSDN Git Service

mpegts: improve error reporting
[coroid/libav_saccubus.git] / libavutil / error.h
2011-04-21 Stefano Sabatinierror: sort, pack, and align error code and string...
2011-04-21 Anton Khirnoverror: change AVERROR_EOF value
2011-04-21 Stefano Sabatinierror: remove AVERROR_NUMEXPECTED
2011-04-21 Stefano Sabatinierror: add error code AVERROR_OPTION_NOT_FOUND, and...
2011-04-19 Anton Khirnovlavu: remove misc disabled cruft
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-15 Nicolas GeorgeAdd AVERROR_EXIT.
2010-12-19 Nicolas GeorgeAdd AVERROR_*_NOT_FOUND codes.
2010-06-30 Måns RullgårdImprove av_strerror() documentation
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-05-05 Stefano SabatiniMake av_strerror() return -1 even in the case when...
2010-05-03 Stefano SabatiniMake av_strerror() print an error message mentioning...
2010-04-27 Stefano SabatiniDrop AVERROR_NOTSUPP at the next major bump, use AVERRO...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-25 Stefano SabatiniImplement av_strerror().
2010-03-25 Stefano SabatiniPrefer '///< ...' doxygen inline syntax over '/**<...
2010-03-25 Stefano SabatiniUse consistent punctuation rules for the error message...
2010-03-21 Stefano SabatiniDrop AVERROR_NOFMT at the next libavutil major bump.
2010-03-19 Stefano SabatiniChange the definition of AVERROR_INVALIDDATA at the...
2010-03-19 Stefano SabatiniExtend description for AVERROR_INVALIDDATA.
2010-03-14 Måns Rullgårderror.h: test EDOM instead of EINVAL
2010-03-14 Måns RullgårdAdd missing includes to libavutil/error.h
2010-03-14 Stefano SabatiniChange the definition of AVERROR_NUMEXPECTED at the...
2010-03-14 Stefano SabatiniMark AVERROR_ENOENT for deletion at the next libavutil...
2010-03-14 Stefano SabatiniLexically sort the error code definitions.
2010-03-13 Stefano SabatiniMark AVERROR_ENOMEM to be deleted at the next major...
2010-03-13 Stefano SabatiniReplace all the occurrences of AVERROR_EIO with AVERROR...
2010-03-13 Stefano SabatiniMake iff.c:decode_init return the value returned by
2010-03-13 Stefano SabatiniAdd missing parentheses around the AVERROR_PATCHWELCOME...
2010-03-13 Stefano SabatiniMove error code definitions from libavcodec/avcodec...