summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* libavfilter/af_biquads: warn about clipping only after frame with clippingSergey Kudryashov2017-01-121-0/+1
* lavfi: remove stray semicolons.Nicolas George2017-01-122-12/+12
* lavfi: reindent after previous commit.Nicolas George2017-01-121-4/+3
* lavfi/buffersink: move to the new design.Nicolas George2017-01-121-158/+57
* lavfi: do not call ff_filter_frame() with activate.Nicolas George2017-01-121-0/+7
* lavfi: make two functions static.Nicolas George2017-01-122-6/+2
* lavfi: disallow ff_request_frame for filters using activate.Nicolas George2017-01-122-0/+4
* lavfi: add ff_inlink_request_frame().Nicolas George2017-01-122-0/+16
* lavfi: move ff_update_link_current_pts() into the utility functions.Nicolas George2017-01-121-1/+1
* lavfi: cosmetic: remove forward declaration.Nicolas George2017-01-121-2/+0
* lavfi: add AVFilter.activate.Nicolas George2017-01-122-1/+19
* lavfi: use the consume helpers in ff_filter_frame_to_filter().Nicolas George2017-01-121-10/+11
* lavfi: add helpers to consume frames from link FIFOs.Nicolas George2017-01-122-0/+94
* lavfi: pass min explicitly to samples_ready().Nicolas George2017-01-121-4/+4
* lavfi: add ff_inlink_evaluate_timeline_at_frame().Nicolas George2017-01-122-13/+29
* lavfi: add ff_inlink_process_commands().Nicolas George2017-01-122-9/+23
* lavfi: merge two variables after a recent commit.Nicolas George2017-01-121-7/+4
* lavfi: implement ff_inlink_make_frame_writable().Nicolas George2017-01-122-41/+60
* lavfi: export ff_filter_set_ready() to the library.Nicolas George2017-01-122-1/+13
* lavfi: add ff_inlink_acknowledge_status().Nicolas George2017-01-122-0/+69
* lavfi: document that AVFilterLink is not for applications.Nicolas George2017-01-121-0/+5
* lavfi/tests/filtfmts: include internal.h.Nicolas George2017-01-121-0/+1
* lavfi/buffersink: add accessors for the stream properties.Nicolas George2017-01-123-9/+40
* lavfi, ffmpeg: simplify filter names.Nicolas George2017-01-121-3/+3
* lavfi: use an audio frame pool for each link of the filtergraphMatthieu Bouron2017-01-121-14/+36
* lavfi/framepool: cosmetic style fixesMatthieu Bouron2017-01-121-4/+2
* lavfi/framepool: re-indent after previous commitMatthieu Bouron2017-01-121-27/+27
* lavfi/framepool: add audio supportMatthieu Bouron2017-01-122-1/+144
* lavfi/framepool: rename FFVideoFramePool to FFFramePoolMatthieu Bouron2017-01-125-41/+41
* avfilter/vf_libopencv: fix resource leak in read_shape_frame_filterSteven Liu2017-01-111-4/+10
* avfilter/af_sofalizer: speed and clean up fast convolution a littlePaul B Mahol2017-01-091-5/+9
* avfilter/af_dynaudnorm: fix hang with too short inputPaul B Mahol2017-01-081-2/+9
* lavfi/selectivecolor: add a link to algorithm explanationsClément Bœsch2017-01-071-0/+1
* avfilter/asrc_flite: Fix textbuf leakMichael Niedermayer2017-01-061-1/+3
* avfilter/vf_shuffleframes: allow also dropping framesPaul B Mahol2017-01-061-6/+8
* avfilter/avf_aphasemeter: fix memleaksPaul B Mahol2017-01-041-0/+3
* avfilter/vf_pad: Fix segfault if reconfiguration failsMichael Niedermayer2017-01-021-4/+8
* lavfi/selectivecolor: rename adjust_range to scaleClément Bœsch2016-12-311-25/+25
* avfilter/vf_pad: Add eval=frame supportMichael Niedermayer2016-12-301-1/+42
* avfilter/avf_aphasemeter: make video output optionalPaul B Mahol2016-12-281-39/+78
* lavfi/selectivecolor: simplify crazy mid val computationsClément Bœsch2016-12-271-30/+3
* lavfi/transpose: add missing const options flagsClément Bœsch2016-12-271-4/+4
* avfilter/af_amerge: properly handle unknown input layoutsMarton Balint2016-12-251-3/+8
* avfilter/vf_w3fdif: add >8 but <16 bit supportPaul B Mahol2016-12-253-15/+133
* lavfi/buffersrc: push the frame deeper if requested.Nicolas George2016-12-241-0/+25
* lavf/framesync: detect EOF immediately.Nicolas George2016-12-241-1/+9
* avfilter/framequeue: add missing check for ASSERT_LEVELJames Almer2016-12-241-1/+1
* avfilter/vf_deband: do not use uninitialized valuePaul B Mahol2016-12-231-2/+2
* lavfi: avfilter_graph_request_oldest: request a frame again before returning.Nicolas George2016-12-231-1/+5
* avfilter/af_amerge: detect EOF immediatelyNicolas George2016-12-231-1/+6
OpenPOWER on IntegriCloud