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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-03-11random_seed: try other alternatives if reading /dev/random failsMåns Rullgård
2010-03-11sha: add missing includeMåns Rullgård
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-03-09libm.h needs attributes.hMåns Rullgård
2010-03-09Move libm replacements to new header libm.hMåns Rullgård
2010-03-09Fix build on configurations without fast av_log2()Måns Rullgård
2010-03-09More descriptive names for av_stristr() parametersMåns Rullgård
2010-03-09cosmetics: indentMåns Rullgård
2010-03-09Merge two adjacent ifdef blocksMåns Rullgård
2010-03-09Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård
2010-03-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
2010-03-08checkheaders: skip per-arch headers not meant for direct inclusionMåns Rullgård
2010-03-08ARM: add some missing includesMåns Rullgård
2010-03-08Add lots of missing includesMåns Rullgård
2010-03-06Bump minor number and add APIchanges entry after the inclusion ofStefano Sabatini
2010-03-06Add av_stristr() functionMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-03-06Move DECLARE_ALIGNED_{8,16} macros to mem.hMåns Rullgård
2010-03-05Add initial support for 12-bit color mode.Janusz Krzysztofik
2010-03-04Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This isStefano Sabatini
2010-03-03Plug memory leak in NUT muxer and demuxerVitor Sessak
2010-03-02Fix build failure with fast_unaligned and non-gcc-compatible compilersMåns Rullgård
2010-03-01Revert r22119 and partially revert 22120.Vitor Sessak
2010-02-28Implement av_tree_destroy_free_elem() to destroy a tree and free all theVitor Sessak
2010-02-28Include sha1.h from sha.c: It contains several prototypes.Carl Eugen Hoyos
2010-02-25Extend doxy for the src parameter of av_fifo_generic_write().Stefano Sabatini