aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* libavfilter/fifo: fix indentMichael Niedermayer2012-11-281-5/+5
* vf_boxblur: cosmetics to reduce diff to qatarMichael Niedermayer2012-11-281-5/+5
* vf_drawtext: switch to filter_frame, this filter did not support slicesMichael Niedermayer2012-11-281-17/+6
* vf_delogo: switch to filter_frame, this filter did not support slicesMichael Niedermayer2012-11-281-20/+27
* vf_hqdn3d: fix permissionsMichael Niedermayer2012-11-281-1/+1
* vf_delogo: fix order of operations in apply_delogo()Michael Niedermayer2012-11-281-3/+3
* vf_boxblur: switch to filter_frame, boxblur did not support slicesAnton Khirnov2012-11-281-17/+21
* libavfilter/fifo: switch to filter_frame, the filter did not support slices.Anton Khirnov2012-11-281-31/+2
* vf_hqdn3d: switch to filter_frameAnton Khirnov2012-11-281-20/+29
* libavfilter: update doxy for filter_frameMichael Niedermayer2012-11-282-9/+9
* libavfilter: Support using filter_frame for videoMichael Niedermayer2012-11-285-11/+50
* default_filter_frame: fix argument nameMichael Niedermayer2012-11-281-3/+2
* avfilter: check that filter_frame and slice variants are not both usedMichael Niedermayer2012-11-281-0/+8
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-2840-124/+124
* Merge commit 'af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1'Michael Niedermayer2012-11-281-0/+1
|\
| * asink_nullsink: plug a memory leak.Anton Khirnov2012-11-281-0/+1
* | lavfi/drawtext: add support to expansion of generic expressionsStefano Sabatini2012-11-272-1/+23
* | lavfi/overlay: enable yuva420p as overlay backgroundMark Himsley2012-11-272-11/+61
* | af_aresample: consistently use ROUNDED_DIVMichael Niedermayer2012-11-261-1/+2
* | af_aresample: fix rounding of negative timestampsMichael Niedermayer2012-11-261-2/+1
* | avfiltergraph: add aresample_swr_optsMichael Niedermayer2012-11-262-1/+5
* | avfiltergraph: add AVOption tableMichael Niedermayer2012-11-251-0/+10
* | af_aresample: check ff_get_audio_buffer() failureMichael Niedermayer2012-11-241-0/+3
* | replace av_log(0, by av_log(NULL,Michael Niedermayer2012-11-232-2/+2
* | vf_mandelbrot: give all av_log a contextMichael Niedermayer2012-11-231-1/+1
* | lavfi/avfiltergraph: improve error message in graph_check_validity()Stefano Sabatini2012-11-221-4/+7
* | lavfi/drawtext: add support for printing frame numbersStefano Sabatini2012-11-222-1/+12
* | Merge commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480'Michael Niedermayer2012-11-211-1/+1
|\|
* | af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference.Michael Niedermayer2012-11-191-2/+1
* | liavfi/avcodec: allow channel layouts with fewer channels than actually avail...Michael Niedermayer2012-11-181-1/+1
* | lavfi/frei0r: in init() check path loop, free resources in a single pointStefano Sabatini2012-11-181-6/+8
* | lavfi/frei0r: extend load_path() to support arbitrarily long pathsStefano Sabatini2012-11-181-11/+26
* | lavfi/mp/pp: use PP_CPU_CAPS_AUTO.Clément Bœsch2012-11-181-4/+1
* | lavfi/drawtext: implement more generic expansion.Nicolas George2012-11-182-8/+167
* | lavfi/drawtext: use bprint for the expanded text.Nicolas George2012-11-171-23/+16
* | lavfi/geq: fix GPL license header.Clément Bœsch2012-11-151-9/+9
* | lavfi/frei0r: add additional trailing slash in FREI0R_PATH pathsStefano Sabatini2012-11-131-2/+11
* | lavfi/frei0r: correctly handle paths longer than 1023 charsStefano Sabatini2012-11-131-2/+4
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-1320-20/+20
* | lavfi: store and propagate number of channels information in audio buffer pro...Stefano Sabatini2012-11-134-4/+7
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-1215-31/+24
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-1115-26/+24
* | lavfi: remove mp=geq filter.Clément Bœsch2012-11-114-200/+1
* | lavfi: add geq filter.Clément Bœsch2012-11-114-2/+241
* | lavfi: remove mp=fixpts filter.Clément Bœsch2012-11-114-141/+1
* | lavfi: remove mp=tile filter.Clément Bœsch2012-11-114-334/+1
* | lavfi/tile: extend shorthand parameters.Clément Bœsch2012-11-111-1/+1
* | lavfi/tile: add nb_frames option.Clément Bœsch2012-11-111-3/+15
* | lavfi/tile: add margin and padding options.Clément Bœsch2012-11-111-8/+33
* | lavfi/tile: allow named arguments.Clément Bœsch2012-11-111-7/+22