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-10Merge commit 'd44bd7fb27d4121512eae0ffce5e48bac25e82dc'Michael Niedermayer
2014-01-10Merge commit 'a7d0e7ead95e584c4866617f046b2493066975c6'Michael Niedermayer
2014-01-10avfilter: fix leaks on error in ff_filter_frameVittorio Giovara
2014-01-10avfilter: add needs_writable field to the internal AVFilterPad structureVittorio Giovara
2014-01-10avfilter: add documentation for needs_writableVittorio Giovara
2014-01-10lavfi: add framepack filterVittorio Giovara
2014-01-09avfilter: avfilter_register() that works in O(1) timeMichael Niedermayer
2014-01-06drawtext: Drop pointless headerLuca Barbato
2014-01-05avfilter/vf_format: check that the format list is not emptyMichael Niedermayer
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