Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-19lavu: add AVERROR_BUG error valueLuca Barbato
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-04-21error: sort, pack, and align error code and string definitionsStefano Sabatini
2011-04-21error: change AVERROR_EOF valueAnton Khirnov
2011-04-21error: remove AVERROR_NUMEXPECTEDStefano Sabatini
2011-04-21error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.cStefano Sabatini
2011-04-19lavu: remove misc disabled cruftAnton Khirnov
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-15Add AVERROR_EXIT.Nicolas George
2010-12-19Add AVERROR_*_NOT_FOUND codes.Nicolas George
2010-07-01Improve av_strerror() documentationMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-05-06Make av_strerror() return -1 even in the case when av_strerror_r() isStefano Sabatini
2010-05-04Make av_strerror() print an error message mentioning the error codeStefano Sabatini
2010-04-28Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)Stefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-26Implement av_strerror().Stefano Sabatini
2010-03-26Prefer '///< ...' doxygen inline syntax over '/**< ... */'.Stefano Sabatini
2010-03-26Use consistent punctuation rules for the error message descriptions.Stefano Sabatini
2010-03-21Drop AVERROR_NOFMT at the next libavutil major bump.Stefano Sabatini
2010-03-20Change the definition of AVERROR_INVALIDDATA at the next libavutilStefano Sabatini
2010-03-20Extend description for AVERROR_INVALIDDATA.Stefano Sabatini
2010-03-15error.h: test EDOM instead of EINVALMåns Rullgård
2010-03-15Add missing includes to libavutil/error.hMåns Rullgård
2010-03-15Change the definition of AVERROR_NUMEXPECTED at the next libavutilStefano Sabatini
2010-03-14Mark AVERROR_ENOENT for deletion at the next libavutil major bump.Stefano Sabatini
2010-03-14Lexically sort the error code definitions.Stefano Sabatini
2010-03-13Mark AVERROR_ENOMEM to be deleted at the next major bump.Stefano Sabatini
2010-03-13Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini
2010-03-13Make iff.c:decode_init return the value returned byStefano Sabatini
2010-03-13Add missing parentheses around the AVERROR_PATCHWELCOME macroStefano Sabatini
2010-03-13Move error code definitions from libavcodec/avcodec.h toStefano Sabatini