| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels. | Nicolas George | 2013-01-01 | 1 | -0/+2 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
* | lavfi: remove vsrc_buffer.h API | Stefano Sabatini | 2012-07-03 | 1 | -22/+0 |
* | lavfi: unify src_buffer and buffersrc. | Nicolas George | 2012-05-19 | 1 | -515/+0 |
* | src_buffer: propagate errors from copy_buffer_ref() | Michael Niedermayer | 2012-05-17 | 1 | -0/+6 |
* | libavfilter: src_buffer: add time_base for audio | Michael Niedermayer | 2012-05-17 | 1 | -0/+2 |
* | libavfilter: src_buffer: fix planar audio | Michael Niedermayer | 2012-05-17 | 1 | -5/+4 |
* | libavfilter: src_buffer, use only aresample, not aconvert. | Michael Niedermayer | 2012-05-17 | 1 | -25/+9 |
* | src_buffer: fix query_formats_audio() | Michael Niedermayer | 2012-05-17 | 1 | -0/+4 |
* | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 1 | -14/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -6/+4 |
* | lavfi: switch to _alt functions | Michael Niedermayer | 2012-05-15 | 1 | -2/+2 |
* | lavfi: remove audio.h include from avfilter.h. | Clément Bœsch | 2012-05-12 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -2/+2 |
* | src_buffer: ifdef->if CONFIG_* | Michael Niedermayer | 2012-05-09 | 1 | -1/+1 |
* | src_buffer: move code to avoid forward declarations. | Nicolas George | 2012-05-08 | 1 | -73/+67 |
* | src_buffer: update get_nb_failed_requests name. | Nicolas George | 2012-05-06 | 1 | -0/+5 |
* | asrc_abuffer: deprecate av_asrc_buffer_* functions. | Nicolas George | 2012-05-06 | 1 | -0/+4 |
* | lavfi: remove av_buffersrc_buffer. | Nicolas George | 2012-05-06 | 1 | -6/+0 |
* | src_buffer: implement av_buffersrc_add_frame. | Nicolas George | 2012-05-04 | 1 | -11/+21 |
* | src_buffer: implement audio buffer copy. | Nicolas George | 2012-05-04 | 1 | -0/+12 |
* | lavfi/src_buffer: fix indent. | Clément Bœsch | 2012-05-03 | 1 | -5/+4 |
* | src_buffer: merge av_asrc_buffer_add_audio_buffer_ref. | Nicolas George | 2012-05-03 | 1 | -21/+1 |
* | src_buffer: move audio format change check in a separate function. | Nicolas George | 2012-05-03 | 1 | -67/+86 |
* | src_buffer: move buffer copy in a separate function. | Nicolas George | 2012-05-03 | 1 | -11/+26 |
* | src_buffer: move format change check in a separate function. | Nicolas George | 2012-05-03 | 1 | -17/+38 |
* | src_buffer: introduce av_buffersrc_add_ref(). | Nicolas George | 2012-05-03 | 1 | -24/+20 |
* | src_buffer: add forgotten avfilter_unref_buffer. | Nicolas George | 2012-04-28 | 1 | -0/+1 |
* | lavfi: rename vsrc_buffer.c into src_buffer.c. | Nicolas George | 2012-04-28 | 1 | -0/+625 |