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-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
2010-02-24AV_COPY16() & AV_ZERO16()Michael Niedermayer
2010-02-24Add PUT_UTF16() macro.Anton Khirnov
2010-02-23Clarify non constness of src in av_fifo_generic_write()Michael Niedermayer
2010-02-22ARM: change argument/return type of bswap_16() to unsigned 32-bitMåns Rullgård
2010-02-21More accurate value for log2(10)Måns Rullgård
2010-02-20Replace log2f(10) with a constantMåns Rullgård
2010-02-20Add casts to correct return type in macros for missing libm funcsMåns Rullgård
2010-02-20Gcc attribute may_alias is not supported (or silently ignored) by all support...Carl Eugen Hoyos
2010-02-19TOMI: 16- and 32-bit intreadwrite functionsMåns Rullgård
2010-02-18Add alias-safe aligned AV_[RW]N macrosMåns Rullgård
2010-02-18Use alias-safe types in AV_COPY/SWAP/ZERO macrosMåns Rullgård
2010-02-18Use alias-safe types in AV_[RW] macrosMåns Rullgård
2010-02-18Add alias-safe union typedefsMåns Rullgård
2010-02-16Move read_line() and write_line() definition from pixdesc.h toStefano Sabatini
2010-02-11Simplify expression as suggested by Måns RullgårdKostya Shishkov
2010-02-11Make SHA digest function write digest value with AV_WN32 instead of assumingKostya Shishkov
2010-02-10Define missing llrint() as macro instead of inline functionMåns Rullgård
2010-02-07Bump minor for av_compare_ts()Michael Niedermayer
2010-02-07av_compare_ts()Michael Niedermayer
2010-01-31Fix grammar: write to DST THING -> write THING to DST.Stefano Sabatini
2010-01-30Remove duplicated word in av_strlcat() doxy.Stefano Sabatini
2010-01-30Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini
2010-01-29Add AV_COPY32Måns Rullgård
2010-01-29Define av_alias if supported by compilerMåns Rullgård