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
2015-03-27avutil/timer: give each printed value of STOP_TIMER a fixed lengthMichael Niedermayer
2015-03-27avutil/timer: show histogram of cpu cycles each run tookMichael Niedermayer
2015-03-27avutil/cpu: add missing check for mmxext to av_force_cpu_flagsJames Almer
2015-03-25avutil: make AVFrameSideData buffers ref-counted.Ronald S. Bultje
2015-03-25lavu/frame: move av_frame_copy_props() up in the file.Ronald S. Bultje
2015-03-24avutil/pixfmt: Add missing AV_ prefix to PIX_FMT_YUV411PMichael Niedermayer
2015-03-24Merge commit '312a9ef04bf6b55e68e4a61694b169cd3cc69bb8'Michael Niedermayer
2015-03-24Merge commit '592a04054e6423be5050efd2bceece48b10b9c1d'Michael Niedermayer
2015-03-24Merge commit 'e4fe535d12f4f30df2dd672e30304af112a5a827'Michael Niedermayer
2015-03-23pixfmt: Update documentation with prefixed pixel formatsVittorio Giovara
2015-03-23pixdesc: Replace a few leftover instances of non AV-prefixed flagsVittorio Giovara
2015-03-23mov: Write the display matrix in orderVittorio Giovara
2015-03-23avutil/frame: Add some very basic documentation for AVFrameSideDataMichael Niedermayer
2015-03-20libavutil: add bmi2 optimized av_mod_uintp2James Almer
2015-03-20libavutil: add av_mod_uintp2James Almer
2015-03-18mips/float_dsp: fix vector_fmul_window_mips on mips64James Cowgill
2015-03-18Replace a few leftover instances of enum PixelFormat with enum AVPixelFormatMartin Storsjö
2015-03-17OpenCL uninit bug fix - clear is_compiled flagsrikanth
2015-03-12mips/asmdefs: use _ABI64 as defined by gccJames Cowgill
2015-03-12avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_bu...Michael Niedermayer
2015-03-12avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_bu...Michael Niedermayer
2015-03-07Merge commit 'dcae2e32f7d8a1ca5fb8c1e4aa81313be854dd73'Michael Niedermayer
2015-03-07arm: Suppress tags about used cpu arch and extensionsMartin Storsjö
2015-03-07mips/asmdefs: change include guard to read AVUTIL_ instead of AVCODEC_James Cowgill
2015-03-07Revert "avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit"Michael Niedermayer
2015-03-07configure: Make compilable with VS2015 (missing hunk)Peter Tissen
2015-03-06avutil/opencl: is_compiled flag not being cleared in av_opencl_uninitSrikanth G
2015-03-06mips: port optimizations to mips n64James Cowgill
2015-03-05avutil/opt: Do not print inf in selftestMichael Niedermayer
2015-03-05mips/float_dsp: fix a bug in vector_fmul_window_mipsNedeljko Babic
2015-03-05avutil: Extract gamma determination from PNG encoder for future use. Adds pri...Kevin Wheatley
2015-03-04pixelutils: Comment on (lack of) sad_8x8_sse2Peter Cordes
2015-03-04pixelutils: indent comments in pixdesc.h to be clearerPeter Cordes
2015-03-02avutil/common: minor simplification in av_clip_intp2_c()Michael Niedermayer
2015-03-01avutil/opt: also test av_opt_show2()Michael Niedermayer
2015-03-01avutil/opt: Remove odd trailing whitespace bytes from flags help descriptionMichael Niedermayer
2015-03-01avutil/opt: Also test/compare the av_log output i the selftestMichael Niedermayer
2015-03-01avutil/ppc/intreadwrite: remove AV_??64 overriding codeMichael Niedermayer
2015-02-28avutil/imgutils: correctly check for negative SAR componentsMichael Niedermayer
2015-02-26libavutil: add x86 optimized av_popcountJames Almer
2015-02-25avutil/common: Fix integer overflow in av_clip_int8/16_cMichael Niedermayer
2015-02-22avutil/fixed_dsp: Check for av_malloc() failureMichael Niedermayer
2015-02-21Merge commit '76ce9bd8e26dcb3652240a1072840ff4011d7cdc'Michael Niedermayer
2015-02-21Merge commit 'bf07d813f6c88b5a76980f321cf7272d799c4216'Michael Niedermayer
2015-02-21libavutil: Add ARM av_clip_intp2_armPeter Meerwald
2015-02-21libavutil: Add av_clip_intp2Peter Meerwald
2015-02-19Merge commit '5b1d9ceec715846a58fe029bc3889ed6fa62436a'Michael Niedermayer
2015-02-19pixfmt: add a pixel format for QSV hwaccelAnton Khirnov
2015-02-19avutil/sha: Protect macro arguments with ()Michael Niedermayer
2015-02-18libavutil: optimize twofish cipherSupraja Meedinti