summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavfi, ffmpeg: simplify filter names.Nicolas George2017-01-12
* lavfi: use an audio frame pool for each link of the filtergraphMatthieu Bouron2017-01-12
* lavfi/framepool: cosmetic style fixesMatthieu Bouron2017-01-12
* lavfi/framepool: re-indent after previous commitMatthieu Bouron2017-01-12
* lavfi/framepool: add audio supportMatthieu Bouron2017-01-12
* lavfi/framepool: rename FFVideoFramePool to FFFramePoolMatthieu Bouron2017-01-12
* avfilter/vf_libopencv: fix resource leak in read_shape_frame_filterSteven Liu2017-01-11
* avfilter/af_sofalizer: speed and clean up fast convolution a littlePaul B Mahol2017-01-09
* avfilter/af_dynaudnorm: fix hang with too short inputPaul B Mahol2017-01-08
* lavfi/selectivecolor: add a link to algorithm explanationsClément Bœsch2017-01-07
* avfilter/asrc_flite: Fix textbuf leakMichael Niedermayer2017-01-06
* avfilter/vf_shuffleframes: allow also dropping framesPaul B Mahol2017-01-06
* avfilter/avf_aphasemeter: fix memleaksPaul B Mahol2017-01-04
* avfilter/vf_pad: Fix segfault if reconfiguration failsMichael Niedermayer2017-01-02
* lavfi/selectivecolor: rename adjust_range to scaleClément Bœsch2016-12-31
* avfilter/vf_pad: Add eval=frame supportMichael Niedermayer2016-12-30
* avfilter/avf_aphasemeter: make video output optionalPaul B Mahol2016-12-28
* lavfi/selectivecolor: simplify crazy mid val computationsClément Bœsch2016-12-27
* lavfi/transpose: add missing const options flagsClément Bœsch2016-12-27
* avfilter/af_amerge: properly handle unknown input layoutsMarton Balint2016-12-25
* avfilter/vf_w3fdif: add >8 but <16 bit supportPaul B Mahol2016-12-25
* lavfi/buffersrc: push the frame deeper if requested.Nicolas George2016-12-24
* lavf/framesync: detect EOF immediately.Nicolas George2016-12-24
* avfilter/framequeue: add missing check for ASSERT_LEVELJames Almer2016-12-24
* avfilter/vf_deband: do not use uninitialized valuePaul B Mahol2016-12-23
* lavfi: avfilter_graph_request_oldest: request a frame again before returning.Nicolas George2016-12-23
* avfilter/af_amerge: detect EOF immediatelyNicolas George2016-12-23
* avfilter/vf_deband: add planes coupling modePaul B Mahol2016-12-22
* lavfi: take_samples: free frames after taking all samples.Nicolas George2016-12-22
* avfilter/vf_psnr: add gray10 and gray12 supportPaul B Mahol2016-12-21
* lavfi/framequeue: avoid empty structs.Nicolas George2016-12-20
* lavfi/atempo: avoid false triggering an assertion failurePavel Koshevoy2016-12-19
* lavfi: make filter_frame non-recursive.Nicolas George2016-12-18
* lavfi: add FFFrameQueue API.Nicolas George2016-12-18
* avfilter/vf_ssim: add >8 bit depth suppportPaul B Mahol2016-12-17
* avfilter/vsrc_testsrc: draw_bar: make sure width is not negativePaul B Mahol2016-12-15
* avfilter/af_sofalizer: warn if user gives unknown channel namesPaul B Mahol2016-12-14
* avfilter/avfilter: fix filtering frames with unknown channel layouts for filt...Marton Balint2016-12-13
* avfilter/af_ashowinfo: properly show input channel layout for unknown channel...Marton Balint2016-12-10
* avfilter/af_channelmap: add support for unknown input channel layoutsMarton Balint2016-12-10
* avfilter/af_atempo: add support for unknown channel layoutsMarton Balint2016-12-10
* avfilter/formats: allow unknown channel layouts by defaultMarton Balint2016-12-10
* avfilter/vf_deband: fix silly mistakesPaul B Mahol2016-12-08
* avfilter/vf_hwupload_cuda: Add min/max limits for the 'device' optionSrinath K R2016-12-08
* avfilter/vf_premultiply: remove redundant semicolonsMichael Niedermayer2016-12-02
* avfilter: add premultiply filterPaul B Mahol2016-12-01
* lavfi: Fix aix compilation.Carl Eugen Hoyos2016-12-01
* avfilter/vf_hwupload_cuda: fix potential leakTimo Rothenpieler2016-11-30
* avfilter/vf_scale_npp: check ff_set_common_formats return valueTimo Rothenpieler2016-11-30
* avfilter/vf_scale_npp: move aspect ratio correction after av_frame_copy_propsMiroslav Slugeň2016-11-30