summaryrefslogtreecommitdiff
path: root/libavfilter/audio.c
Commit message (Expand)AuthorAge
* lavfi: check that buffer and link properties match.Nicolas George2012-09-13
* lavfi: set sample_rate in the default allocator.Nicolas George2012-09-13
* lavfi: add a closed field to AVFilerLink.Nicolas George2012-08-22
* lavfi: grant all permissions on mallocated audio buffers.Nicolas George2012-08-17
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | lavfi: use min_perms and rej_perms for out pads.Nicolas George2012-08-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-05
|\|
| * lavfi: properly signal out-of-memory error in ff_filter_samplesReinhard Tartler2012-08-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-09
|\|
| * lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
* | lavfi: implement samples framing on links.Nicolas George2012-06-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
|\|
| * lavfi/audio: eliminate ff_default_filter_samples().Anton Khirnov2012-06-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-21
|\|
| * lavfi/audio: don't set cur_buf in ff_filter_samples().Anton Khirnov2012-06-21
* | lavfi/audio: remove unused variable in ff_filter_samples()Stefano Sabatini2012-06-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\|
| * lavfi/audio: use av_samples_copy() instead of custom code.Anton Khirnov2012-06-13
| * lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
* | lavfi: change name of tracing functions and of the macro which enables themStefano Sabatini2012-06-13
* | lavfi/audio: fix size of copied samples.Nicolas George2012-06-07
* | Merge commit '755cd4197d53946208e042f095b930dca18d9430'Michael Niedermayer2012-05-19
|\|
| * lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov2012-05-18
* | lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16
* | lavfi: switch to _alt functionsMichael Niedermayer2012-05-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-10
|/
* lavfi: move audio-related functions to a separate file.Anton Khirnov2012-05-09