| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | lavfi: move audio-related functions to a separate file. | Anton Khirnov | 2012-05-09 | 1 | -0/+209 |