summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* libavfilter/af_biquads: warn about clipping only after frame with clippingSergey Kudryashov2017-01-12
* lavfi: remove stray semicolons.Nicolas George2017-01-12
* lavfi: reindent after previous commit.Nicolas George2017-01-12
* lavfi/buffersink: move to the new design.Nicolas George2017-01-12
* lavfi: do not call ff_filter_frame() with activate.Nicolas George2017-01-12
* lavfi: make two functions static.Nicolas George2017-01-12
* lavfi: disallow ff_request_frame for filters using activate.Nicolas George2017-01-12
* lavfi: add ff_inlink_request_frame().Nicolas George2017-01-12
* lavfi: move ff_update_link_current_pts() into the utility functions.Nicolas George2017-01-12
* lavfi: cosmetic: remove forward declaration.Nicolas George2017-01-12
* lavfi: add AVFilter.activate.Nicolas George2017-01-12
* lavfi: use the consume helpers in ff_filter_frame_to_filter().Nicolas George2017-01-12
* lavfi: add helpers to consume frames from link FIFOs.Nicolas George2017-01-12
* lavfi: pass min explicitly to samples_ready().Nicolas George2017-01-12
* lavfi: add ff_inlink_evaluate_timeline_at_frame().Nicolas George2017-01-12
* lavfi: add ff_inlink_process_commands().Nicolas George2017-01-12
* lavfi: merge two variables after a recent commit.Nicolas George2017-01-12
* lavfi: implement ff_inlink_make_frame_writable().Nicolas George2017-01-12
* lavfi: export ff_filter_set_ready() to the library.Nicolas George2017-01-12
* lavfi: add ff_inlink_acknowledge_status().Nicolas George2017-01-12
* lavfi: document that AVFilterLink is not for applications.Nicolas George2017-01-12
* lavfi/tests/filtfmts: include internal.h.Nicolas George2017-01-12
* lavfi/buffersink: add accessors for the stream properties.Nicolas George2017-01-12
* 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