]> git.sesse.net Git - ffmpeg/history - libavutil/error.h
rtspenc: include os_support.h for system without HAVE_POLL_H
[ffmpeg] / libavutil / error.h
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...