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