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-19lavfi/dualinput: fix shortest option.Nicolas George
2014-01-19lavfi/vf_tile: use av_make_q.Nicolas George
2014-01-19lavfi/avf_concat: use av_make_q.Nicolas George
2014-01-19lavfi/af_amerge: use av_make_q.Nicolas George
2014-01-19lavfi/vidstabtransform: apply various documentation/option minor fixesStefano Sabatini
2014-01-18avfilter/vf_elbg: Fixed seed range of elbg filterJoão Bernardo
2014-01-17Merge commit '104a97beaffa6348e6fd2c2d07d67c1402322bb3'Michael Niedermayer
2014-01-17buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctlyAnton Khirnov
2014-01-16lavfi/vidstabtransform: apply various cosmetical nitsStefano Sabatini
2014-01-16lavfi/vidstabdetect,vidstabtransform: update to vid.stab 0.98Georg Martius
2014-01-14Change license of yadif from GPL to LGPLRobert Krüger
2014-01-14Revert "avfilter/yadif: Revert "lavfi: convert input/ouput list compound lite...Robert Krüger
2014-01-14Revert "Revert "yadif: add parens around macro parameters""Robert Krüger
2014-01-14Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c""Robert Krüger
2014-01-14vf_yadif: Relicense from GPL to LGPLRobert Krüger
2014-01-10Merge commit 'abb5e37f64c48bba8bd0fde2bada0f7544defa24'Michael Niedermayer
2014-01-10Merge commit '5655732c77f2df9c1dfbddc30cd4844390a6921f'Michael Niedermayer
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