6232 Commits (9eb4c79afd437a2913088cb1593892625a3125fc)

Author SHA1 Message Date
Nicolas George 9eb4c79afd lavfi: add ff_inlink_request_frame(). 8 years ago
Nicolas George d3cb140433 lavfi: move ff_update_link_current_pts() into the utility functions. 8 years ago
Nicolas George 7910127a8e lavfi: cosmetic: remove forward declaration. 8 years ago
Nicolas George 3ff01feda3 lavfi: add AVFilter.activate. 8 years ago
Nicolas George db4a71c0ff lavfi: use the consume helpers in ff_filter_frame_to_filter(). 8 years ago
Nicolas George d360ddf03b lavfi: add helpers to consume frames from link FIFOs. 8 years ago
Nicolas George 2e5af443c3 lavfi: pass min explicitly to samples_ready(). 8 years ago
Nicolas George e7e4c8dfbe lavfi: add ff_inlink_evaluate_timeline_at_frame(). 8 years ago
Nicolas George 0e3d2496e2 lavfi: add ff_inlink_process_commands(). 8 years ago
Nicolas George 846f142134 lavfi: merge two variables after a recent commit. 8 years ago
Nicolas George 28c62df672 lavfi: implement ff_inlink_make_frame_writable(). 8 years ago
Nicolas George 918891e146 lavfi: export ff_filter_set_ready() to the library. 8 years ago
Nicolas George 4c24f3ac16 lavfi: add ff_inlink_acknowledge_status(). 8 years ago
Nicolas George 485617ea0f lavfi: document that AVFilterLink is not for applications. 8 years ago
Nicolas George e9ecada1d4 lavfi/tests/filtfmts: include internal.h. 8 years ago
Nicolas George dbe9dbed31 lavfi/buffersink: add accessors for the stream properties. 8 years ago
Nicolas George 0b66c456f9 lavfi, ffmpeg: simplify filter names. 8 years ago
Matthieu Bouron e1f4971209 lavfi: use an audio frame pool for each link of the filtergraph 8 years ago
Matthieu Bouron b1ed7957b8 lavfi/framepool: cosmetic style fixes 8 years ago
Matthieu Bouron e2d336cf64 lavfi/framepool: re-indent after previous commit 8 years ago
Matthieu Bouron eb3368178e lavfi/framepool: add audio support 8 years ago
Matthieu Bouron b1f68f00b1 lavfi/framepool: rename FFVideoFramePool to FFFramePool 8 years ago
Steven Liu 184c13f64a avfilter/vf_libopencv: fix resource leak in read_shape_frame_filter 8 years ago
Paul B Mahol 7aef56864c avfilter/af_sofalizer: speed and clean up fast convolution a little 8 years ago
Paul B Mahol 0ddc24d232 avfilter/af_dynaudnorm: fix hang with too short input 8 years ago
Clément Bœsch 27627c281e lavfi/selectivecolor: add a link to algorithm explanations 8 years ago
Michael Niedermayer bc6b53ae99 avfilter/asrc_flite: Fix textbuf leak 8 years ago
Paul B Mahol 520c0736fd avfilter/vf_shuffleframes: allow also dropping frames 8 years ago
Paul B Mahol 72d6101510 avfilter/avf_aphasemeter: fix memleaks 8 years ago
Michael Niedermayer 3d8a8fd27e avfilter/vf_pad: Fix segfault if reconfiguration fails 8 years ago
Clément Bœsch 771b3a956e lavfi/selectivecolor: rename adjust_range to scale 8 years ago
Michael Niedermayer ffc3337e0b avfilter/vf_pad: Add eval=frame support 8 years ago
Paul B Mahol 49abd5dbb8 avfilter/avf_aphasemeter: make video output optional 8 years ago
Clément Bœsch afaaf8db18 lavfi/selectivecolor: simplify crazy mid val computations 8 years ago
Clément Bœsch 571a360157 lavfi/transpose: add missing const options flags 8 years ago
Marton Balint 0db48ee425 avfilter/af_amerge: properly handle unknown input layouts 8 years ago
Paul B Mahol c6c888e996 avfilter/vf_w3fdif: add >8 but <16 bit support 8 years ago
Nicolas George 0ff5567a30 lavfi/buffersrc: push the frame deeper if requested. 8 years ago
Nicolas George 3b64e3ea45 lavf/framesync: detect EOF immediately. 8 years ago
James Almer e1b8271949 avfilter/framequeue: add missing check for ASSERT_LEVEL 8 years ago
Paul B Mahol 9b26bf7e2a avfilter/vf_deband: do not use uninitialized value 8 years ago
Nicolas George 373f21a911 lavfi: avfilter_graph_request_oldest: request a frame again before returning. 8 years ago
Nicolas George 8156b5ac94 avfilter/af_amerge: detect EOF immediately 8 years ago
Paul B Mahol fdcb7a85cf avfilter/vf_deband: add planes coupling mode 8 years ago
Nicolas George ff8b17c998 lavfi: take_samples: free frames after taking all samples. 8 years ago
Paul B Mahol 9933579a9b avfilter/vf_psnr: add gray10 and gray12 support 8 years ago
Nicolas George bec8ea20c8 lavfi/framequeue: avoid empty structs. 8 years ago
Pavel Koshevoy 4240e5b047 lavfi/atempo: avoid false triggering an assertion failure 8 years ago
Nicolas George 02aa0701ae lavfi: make filter_frame non-recursive. 8 years ago
Nicolas George 62b11db0a0 lavfi: add FFFrameQueue API. 8 years ago