summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavfi/alphaextract: consistently prefer "cur" over "in" in filter_frame()Stefano Sabatini2012-12-07
* lavfi/alphaextract: access outlink properties rather than out_buf->videoStefano Sabatini2012-12-07
* lavfi/alphaextract: fix assignment of invalid size value to memcpy in case li...Stefano Sabatini2012-12-07
* lavfi/alphaextract: switch to filter_frame() APIStefano Sabatini2012-12-07
* lavfi/alphaextract: drop cur_linesize = out_linesize branch in draw_slice()Stefano Sabatini2012-12-07
* Fix compilation with yasm 0.6.2.Carl Eugen Hoyos2012-12-07
* lavfi/tinterlace: drop redundant NULL checks in uninit()Stefano Sabatini2012-12-06
* lavfi/tinterlace: add support to option parsingStefano Sabatini2012-12-06
* lavfi/tinterlace: switch to filter_frame APIStefano Sabatini2012-12-06
* lavfi/mp: switch to ff_filter_frame.Clément Bœsch2012-12-06
* lavfi/deshake: small align prettifying.Clément Bœsch2012-12-06
* lavfi/deshake: switch inverted comments.Clément Bœsch2012-12-06
* lavfi/deshake: remove unecessary check before unref.Clément Bœsch2012-12-06
* lavfi/deshake: switch to filter_frame.Clément Bœsch2012-12-06
* Merge commit 'b519298a1578e0c895d53d4b4ed8867b1c031a56'Michael Niedermayer2012-12-06
|\
| * x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles2012-12-05
| * x86: af_volume: add SSE2-optimized s16 volume scalingJustin Ruggles2012-12-05
* | lavfi: rename af_volume to af_volume_stefanoMichael Niedermayer2012-12-06
* | Merge commit 'b384e031daeb1ac612620985e3e5377bc587559c'Michael Niedermayer2012-12-06
|\|
| * lavfi: add volume filterJustin Ruggles2012-12-05
* | lavfi/silencedetect: use eval builtin to parse dB.Clément Bœsch2012-12-06
* | lavfi/field: switch to filter_frame APIStefano Sabatini2012-12-06
* | lavfi/drawtext: make use of outlink variable in filter_frame()Stefano Sabatini2012-12-06
* | lavfi/mp: remove dead extern vf_info_t declarations.Clément Bœsch2012-12-06
* | lavfi/mp: add ff_ prefix to exported symbolsanonymous2012-12-06
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\|
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* | lavfi/subtitles: 10l close codec before format.Clément Bœsch2012-12-04
* | lavfi/drawtext: add the reload option.Nicolas George2012-12-04
* | lavfi/mp: fix invalid read with filters with no argument.Clément Bœsch2012-12-04
* | lavfi/removelogo: switch to ff_filter_frame.Clément Bœsch2012-12-04
* | lavfi: add subtitles filter.Clément Bœsch2012-12-04
* | lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props.Clément Bœsch2012-12-03
* | lavfi/gradfun: remove check for AV_PERM_PRESERVE.Clément Bœsch2012-12-03
* | lavfi/bbox: switch to ff_filter_frame() APIStefano Sabatini2012-12-02
* | lavfi/alphamerge: fix leak introduced in 217163ebStefano Sabatini2012-12-02
* | lavfi/vf_super2xsai: fix output ref size.Nicolas George2012-12-02
* | lavfi/framestep: switch to ff_filter_frame APIStefano Sabatini2012-12-02
* | lavfi/super2xsai: switch to ff_filter_frame() APIStefano Sabatini2012-12-02
* | lavfi/hue: move to ff_filter_frame.Clément Bœsch2012-12-02
* | lavfi/vf_tile: forward errors.Nicolas George2012-12-02
* | lavfi/vf_tile: cosmetic after last commit.Nicolas George2012-12-02
* | lavfi/vf_tile: switch to filter_frame.Nicolas George2012-12-02
* | lavfi/decimate: switch to ff_filter_frame() APIStefano Sabatini2012-12-02
* | lavfi/alphamerge: switch to ff_filter_frame() APIStefano Sabatini2012-12-02
* | lavfi/blackdetect: switch to new ff_filter_frame() APIStefano Sabatini2012-12-02
* | lavfi/hqdn3d: avoid use of uninitialized variable.Clément Bœsch2012-12-02
* | lavfi/gradfun: avoid use of uninitialized variable.Clément Bœsch2012-12-02
* | lavfi/vsrc: switch to ff_filter_frame.Clément Bœsch2012-12-02
* | lavfi/geq: add T variable and exampleStefano Sabatini2012-12-01