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
2014-01-04avfilter/lut3d: fix channel order in Iridas format parsing.Clément Bœsch
2013-12-30af_aresample: remove only use of array compound literals with non-const initi...Reimar Döffinger
2013-12-27Merge commit 'b83d1ee3b41cfe8357836e2582104db2f3364cb0'Michael Niedermayer
2013-12-26avutil: Move library version related macros to version.hDiego Biurrun
2013-12-26avfilter/avectorscope: fix {} mistake in alloc check.Clément Bœsch
2013-12-26lavfi/abuffersrc: use AV_OPT_TYPE_SAMPLE_FMT for sample_fmt optionStefano Sabatini
2013-12-26lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel forma...Stefano Sabatini
2013-12-25lavfi/volume: fix NULL reference in filter_frame()Stefano Sabatini
2013-12-25lavfi/volume: extend volume loggingStefano Sabatini
2013-12-25lavfi/volume: implement process_command() callback, with the volume commandStefano Sabatini
2013-12-25lavfi/volume: support volume expression and per-frame expression evaluationStefano Sabatini
2013-12-20lavfi/hue: show first decimal value of saturationStefano Sabatini
2013-12-20lavfi/hue: use av_clip_uint8() instead of av_clip_uint8_c()Stefano Sabatini
2013-12-20lavfi/hue: force table initialization for the first frameStefano Sabatini
2013-12-19lavfi/deshake_opencl: optimze transform filterLenny Wang
2013-12-17Merge commit '6d3ea1957f681b3bf9c752e6d21a501cc8d4180d'Michael Niedermayer
2013-12-16lavfi/buffersrc: set min and max values for pix_fmt optionStefano Sabatini
2013-12-15Bump major of libavfilter for reference counted buffer API changes.Reinhard Tartler
2013-12-13avfilter/vf_pullup: fix memleak on errorMichael Niedermayer
2013-12-13avfilter/vf_pullup: Factor free_field_queue() outMichael Niedermayer
2013-12-11avfilter/aeval: Fix use of uninitialized variableMichael Niedermayer
2013-12-08configure: Special case libfreetype testAlexander Strasser
2013-12-08avfilter/vf_mergeplanes: specify pixel format min/maxMichael Niedermayer
2013-12-06do O(1) instead of O(n) atomic operations in register functionsMichael Niedermayer
2013-12-06lavfi: rename asrc_aevalsrc.c to aeval.cStefano Sabatini
2013-12-06lavfi: add aeval filterStefano Sabatini
2013-12-06lavfi/aevalsrc: duplicate last expression for the missing channelsStefano Sabatini
2013-12-06Add Windows resource file support for shared librariesJames Almer
2013-12-03avfilter/vf_pad: fix req_endMichael Niedermayer
2013-12-03lavfi/volume: support all channel countsStefano Sabatini
2013-12-01Revert "vf_yadif: move x86 init code to x86/yadif.c"Michael Niedermayer
2013-12-01Revert "yadif: add parens around macro parameters"Michael Niedermayer
2013-12-01avfilter/yadif: Revert "lavfi: convert input/ouput list compound literals to ...Michael Niedermayer
2013-11-30lavfi/Makefile: Don't compile lavfutils.c and lswsutils.c if they are not neededJames Almer
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-22lavfi/aevalsrc: initialize pointer to expression to NULLStefano Sabatini
2013-11-20avfilter/showspectrum: use 0 dummies for range in const.Clément Bœsch
2013-11-20avfilter/showspectrum: reindent const options.Clément Bœsch
2013-11-20avfilter/showspectrum: add blackman window.Clément Bœsch
2013-11-20avfilter/showspectrum: add win_func option.Clément Bœsch
2013-11-19avfilter/vf_tinterlace: check clone return valueMichael Niedermayer
2013-11-19Merge commit '3a16ec19d2426457419cb8a7304f97982699efda'Michael Niedermayer
2013-11-19vf_interlace: check one av_frame_clone allocationVittorio Giovara
2013-11-18avfilter/vf_mp: fix missing FF_API_XVMC checkVallimar
2013-11-17Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer
2013-11-15af_aresample: Fix timestamp of first padded PCM audio packetAlex Sukhanov
2013-11-13lavfi: add elbg filterStefano Sabatini
2013-11-10avfilter/fade: use FADE_OUT macro.Clément Bœsch
2013-11-10avfilter/fade: remove a bunch of useless parenthesis.Clément Bœsch