| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: use an audio frame pool for each link of the filtergraph | Matthieu Bouron | 2017-01-12 | 1 | -14/+36 |
* | lavfi: remove 2 unused lavc includes | Clément Bœsch | 2016-10-23 | 1 | -1/+0 |
* | Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0' | Hendrik Leppkes | 2015-09-05 | 1 | -100/+0 |
|\ |
|
| * | lavfi: Drop deprecated AVFilterBuffer* code | Vittorio Giovara | 2015-08-28 | 1 | -72/+0 |
* | | avfilter: add missing FF_API_AVFILTERBUFFER guards | Andreas Cadhalpun | 2015-08-30 | 1 | -0/+4 |
* | | disable deprecation warnings in deprecated code | Andreas Cadhalpun | 2015-08-22 | 1 | -0/+2 |
* | | avfilter/audio: use av_mallocz_array() | Michael Niedermayer | 2014-05-03 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-06-19 | 1 | -24/+10 |
|\| |
|
| * | lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer() | Anton Khirnov | 2013-06-18 | 1 | -24/+10 |
* | | avfilter: avoid direct access to "frame"->channels | Michael Niedermayer | 2013-03-10 | 1 | -1/+1 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -38/+41 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -31/+37 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -47/+0 |
* | | lavfi: support unknown channel layouts. | Nicolas George | 2013-01-26 | 1 | -1/+1 |
* | | lavfi: merge all filtering code into ff_filter_frame. | Nicolas George | 2013-01-01 | 1 | -111/+0 |
* | | lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels. | Nicolas George | 2013-01-01 | 1 | -9/+26 |
* | | lavfi: add an accessor for ref->audio->channels. | Nicolas George | 2012-12-20 | 1 | -0/+5 |
* | | lavfi: add a channels field to AVFilterLink. | Nicolas George | 2012-12-20 | 1 | -2/+4 |
* | | libavfilter: Support using filter_frame for video | Michael Niedermayer | 2012-11-28 | 1 | -4/+4 |
* | | default_filter_frame: fix argument name | Michael Niedermayer | 2012-11-28 | 1 | -3/+2 |
* | | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -11/+11 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | | lavfi: check that buffer and link properties match. | Nicolas George | 2012-09-13 | 1 | -0/+4 |
* | | lavfi: set sample_rate in the default allocator. | Nicolas George | 2012-09-13 | 1 | -0/+2 |
* | | lavfi: add a closed field to AVFilerLink. | Nicolas George | 2012-08-22 | 1 | -0/+5 |
* | | lavfi: grant all permissions on mallocated audio buffers. | Nicolas George | 2012-08-17 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | lavfi: use min_perms and rej_perms for out pads. | Nicolas George | 2012-08-14 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-05 | 1 | -0/+4 |
|\| |
|
| * | lavfi: properly signal out-of-memory error in ff_filter_samples | Reinhard Tartler | 2012-08-05 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -12/+14 |
|\| |
|
| * | lavfi: add error handling to filter_samples(). | Anton Khirnov | 2012-07-09 | 1 | -6/+6 |
* | | lavfi: implement samples framing on links. | Nicolas George | 2012-06-30 | 1 | -1/+47 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -23/+3 |
|\| |
|
| * | lavfi/audio: eliminate ff_default_filter_samples(). | Anton Khirnov | 2012-06-22 | 1 | -23/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-21 | 1 | -8/+10 |
|\| |
|
| * | lavfi/audio: don't set cur_buf in ff_filter_samples(). | Anton Khirnov | 2012-06-21 | 1 | -7/+8 |
* | | lavfi/audio: remove unused variable in ff_filter_samples() | Stefano Sabatini | 2012-06-21 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -12/+6 |
|\| |
|
| * | lavfi/audio: use av_samples_copy() instead of custom code. | Anton Khirnov | 2012-06-13 | 1 | -6/+4 |
| * | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -1/+1 |
* | | lavfi: change name of tracing functions and of the macro which enables them | Stefano Sabatini | 2012-06-13 | 1 | -1/+1 |
* | | lavfi/audio: fix size of copied samples. | Nicolas George | 2012-06-07 | 1 | -3/+6 |
* | | Merge commit '755cd4197d53946208e042f095b930dca18d9430' | Michael Niedermayer | 2012-05-19 | 1 | -0/+2 |
|\| |
|
| * | lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs. | Anton Khirnov | 2012-05-18 | 1 | -0/+2 |
* | | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 1 | -2/+2 |
* | | lavfi: switch to _alt functions | Michael Niedermayer | 2012-05-15 | 1 | -76/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -7/+89 |
|/ |
|