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-04-26Fix apparently exploitable race condition.Michael Niedermayer
2011-03-18consolidate .gitignore patters into a single fileJanne Grunau
2011-03-18convert svn:ignore properties to .gitignore filesJanne Grunau
2010-06-15Fix symbol version compat wrappers on systems with export prefixesReinhard Tartler
2010-06-15Add compatibility wrappers for functions moved from lavf to lavcReinhard Tartler
2010-05-24Convert NaN to 0/0 in av_d2qDiego Biurrun
2010-05-21Clarify description for the MONOWHITE and MONOBLACK pixel formats.Reinhard Tartler
2010-05-21Clarify descriptions for RGB4, BGR4, NV12, NV21,Reinhard Tartler
2010-05-21bswap: 10L add missing parens around macro argsReinhard Tartler
2010-05-19Make av_strerror() return -1 even in the case when av_strerror_r() isReinhard Tartler
2010-05-04Make av_strerror() print an error message mentioning the error codeStefano Sabatini
2010-04-29bswap: add macros to byteswap constantsMåns Rullgård
2010-04-29Fix typo.Jai Menon
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2010-04-28Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)Stefano Sabatini
2010-04-27Reindent after r22968.Ronald S. Bultje
2010-04-27Write clip-related decimal numbers into hex, where they make more sense.Ronald S. Bultje
2010-04-26Fix broken 32-bit clipping, and write numbers in hex instead of decimal soRonald S. Bultje
2010-04-244th try at getting ansi colors working with a default of color=yes_please.Michael Niedermayer
2010-04-23Workaround for missing llrintf()Måns Rullgård
2010-04-23Trying _WIN32 for win32 detection.Michael Niedermayer
2010-04-23Merge the 2 ANSI ESC codes.Michael Niedermayer
2010-04-23Reenable ANSI colors, use method from VLC as suggested by ramiro.Michael Niedermayer
2010-04-23Disable ANSI color code until we figured out how to detect ANSI support inMichael Niedermayer
2010-04-22Coloring the log with ANSI.Michael Niedermayer
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-15Add PIX_FMT_Y400A, 8bit gray, 8bit alphaAndreas Öman
2010-04-10Add M_SQRT2 to the constants in mathematics.h.Alex Converse
2010-04-07Clarify doxy for av_fifo_alloc().Stefano Sabatini
2010-04-02av_builtin_constant_p()Michael Niedermayer
2010-03-31Move AVMediaType from libavcodec to libavutil.Stefano Sabatini
2010-03-30Replace @returns by @return.Benoit Fouet
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
2010-03-11indentMåns Rullgård