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
2013-09-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-14mem: Document the non-compatibility of av_realloc() and av_malloc()Diego Biurrun
2013-09-13avutil/pixdesc: dont try to use av_read_image_line() with bayer formatsMichael Niedermayer
2013-09-13avutil/pixdesc: Prevent minor array overread in ff_check_pixfmt_descriptors()Michael Niedermayer
2013-09-11lavu/sha512: Fully unroll the transform function loopsJames Almer
2013-09-11lavu/sha: Fully unroll the transform function loopsJames Almer
2013-09-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-10Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun
2013-09-09lavu/ripemd: Add a size optimized version of the transform functionsJames Almer
2013-09-09lavu/ripemd: Fully unroll the transform function loopsJames Almer
2013-09-07lavu: provide msvc implementation of attribute_deprecatedKirill Gavrilov
2013-09-06pixfmt: add native GBRAP16 formatPaul B Mahol
2013-09-06Merge commit 'c3e6e8f06c42499bd020fd0b37f9542150e6067b'Michael Niedermayer
2013-09-06Merge commit 'b634b36fcebfe16b837b6c4044f5d5cb99a75040'Michael Niedermayer
2013-09-05mem: Do not check unsigned values for negative sizeDiego Biurrun
2013-09-05mem: Improve documentation wording and spellingDiego Biurrun
2013-09-04tools: add benchmark for crypto functions.Nicolas George
2013-09-04Merge commit 'b4ec7a5fee644ad9882e10c097817b65447b8e55'Michael Niedermayer
2013-09-04mem: Document the av_realloc family of functions properlyLuca Barbato
2013-09-03avutil/fifo: assert that theres enough data in the fifo on drain calls.Michael Niedermayer
2013-09-01pixfmt: add native bayer 16bit formatsMichael Niedermayer
2013-09-01libavutil: add AV_PIX_FMT_BAYER pixel formatsPeter Ross
2013-08-31lavu/bprint: add append buffer functionLukasz Marek
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-08-30Merge commit '79aec43ce813a3e270743ca64fa3f31fa43df80b'Michael Niedermayer
2013-08-29Merge commit '7ffda66fd5c81af4725bff7c2c4f207ba2aa0613'Michael Niedermayer
2013-08-29Merge commit 'f61bece684d9685b07895508e6c1c733b5564ccf'Michael Niedermayer
2013-08-29Merge commit '8410d6e93c2e074881f1c7b7e4cdefd2e497d52e'Michael Niedermayer
2013-08-29Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'Michael Niedermayer
2013-08-29x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun
2013-08-29arm: float_dsp: Propagate cpu_flags to vfp initialization functionDiego Biurrun
2013-08-29ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun
2013-08-29avutil: Refactor CPU extension availability macrosDiego Biurrun
2013-08-29avutil: Move internal CPU detection function declarations to private headerDiego Biurrun
2013-08-27libavutil: cast truncated values to uint32_tAlfred E. Heggestad
2013-08-12libavutil/opt.h: Fix duplicate wordsMichael Niedermayer
2013-08-12libavutil/file_open.c: Fix duplicate wordsMichael Niedermayer
2013-08-12pixfmt: extend description for planar YUV 9/10 bits formatsKirill Gavrilov
2013-08-12Fix wrong use of "an" in some comments.Thilo Borgmann
2013-08-11avutil/avstring: make const tables static constMichael Niedermayer
2013-08-11avutil/parseutils:make const tables static constMichael Niedermayer
2013-08-11avutil/ripemd:make const tables static constMichael Niedermayer
2013-08-11avutil/xtea: make const tables static constMichael Niedermayer
2013-08-11avutil/sha:make const tables static constMichael Niedermayer
2013-08-11avutil/sha512: make const tables static constMichael Niedermayer
2013-08-11lavu: fix grammar in doxy for av_frame_ref.Thilo Borgmann
2013-08-10bprint: Include va_copy compatDerek Buitenhuis
2013-08-10avutil/opt: make const tables static constMichael Niedermayer
2013-08-10avutil/opt: fix av_log typeMichael Niedermayer
2013-08-10avutil/log: Use bprint for partMichael Niedermayer