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
2010-05-24Convert NaN to 0/0 in av_d2qDavid Conrad
2010-05-23Bump libavutil minor version for the addition of av_get_random_seedMartin Storsjö
2010-05-23Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö
2010-05-20Print parent log context too, if available.Michael Niedermayer
2010-05-20Make it possible for a log context to keep track of its parent context.Michael Niedermayer
2010-05-20av_default_item_name() so Simply AVClasses need 1 function less.Michael Niedermayer
2010-05-16Clarify description for the MONOWHITE and MONOBLACK pixel formats.Stefano Sabatini
2010-05-15Clarify descriptions for RGB4, BGR4, NV12, NV21,Stefano Sabatini
2010-05-13av_alias is an attribute and belongs to attributes.hMichael Niedermayer
2010-05-10bswap: 10L add missing parens around macro argsMåns Rullgård
2010-05-09Add means to adjust the log level per context.Michael Niedermayer
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-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