summaryrefslogtreecommitdiff
path: root/libavfilter/audio.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/audio: move a variable declaration outside of an unrelated deprecate...James Almer2023-05-011-1/+1
* avfilter: convert to new channel layout APIJames Almer2022-03-151-1/+14
* avfilter/framepool: fix alignment requirements for audio and video filtersPaul B Mahol2022-02-221-6/+5
* avfilter/audio: Don't call av_get_channel_layout_nb_channels twiceAndreas Rheinhardt2021-08-171-1/+2
* avfilter/internal: Combine get_(audio|video)_buffer into unionAndreas Rheinhardt2021-08-171-2/+2
* avfilter/internal: Don't include framepool.h, thread.hAndreas Rheinhardt2021-08-041-0/+1
* lavfi: use an audio frame pool for each link of the filtergraphMatthieu Bouron2017-01-121-14/+36
* lavfi: remove 2 unused lavc includesClément Bœsch2016-10-231-1/+0
* Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes2015-09-051-100/+0
|\
| * lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-281-72/+0
* | avfilter: add missing FF_API_AVFILTERBUFFER guardsAndreas Cadhalpun2015-08-301-0/+4
* | disable deprecation warnings in deprecated codeAndreas Cadhalpun2015-08-221-0/+2
* | avfilter/audio: use av_mallocz_array()Michael Niedermayer2014-05-031-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-191-24/+10
|\ \ | |/
| * lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer()Anton Khirnov2013-06-181-24/+10
* | avfilter: avoid direct access to "frame"->channelsMichael Niedermayer2013-03-101-1/+1
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-38/+41
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-31/+37
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-47/+0
* | lavfi: support unknown channel layouts.Nicolas George2013-01-261-1/+1
* | lavfi: merge all filtering code into ff_filter_frame.Nicolas George2013-01-011-111/+0
* | lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels.Nicolas George2013-01-011-9/+26
* | lavfi: add an accessor for ref->audio->channels.Nicolas George2012-12-201-0/+5
* | lavfi: add a channels field to AVFilterLink.Nicolas George2012-12-201-2/+4
* | libavfilter: Support using filter_frame for videoMichael Niedermayer2012-11-281-4/+4
* | default_filter_frame: fix argument nameMichael Niedermayer2012-11-281-3/+2
* | lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-11/+11
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* | lavfi: check that buffer and link properties match.Nicolas George2012-09-131-0/+4
* | lavfi: set sample_rate in the default allocator.Nicolas George2012-09-131-0/+2
* | lavfi: add a closed field to AVFilerLink.Nicolas George2012-08-221-0/+5
* | lavfi: grant all permissions on mallocated audio buffers.Nicolas George2012-08-171-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | lavfi: use min_perms and rej_perms for out pads.Nicolas George2012-08-141-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-051-0/+4
|\ \ | |/
| * lavfi: properly signal out-of-memory error in ff_filter_samplesReinhard Tartler2012-08-051-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-091-12/+14
|\ \ | |/
| * lavfi: add error handling to filter_samples().Anton Khirnov2012-07-091-6/+6
* | lavfi: implement samples framing on links.Nicolas George2012-06-301-1/+47
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-23/+3
|\ \ | |/
| * lavfi/audio: eliminate ff_default_filter_samples().Anton Khirnov2012-06-221-23/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-211-8/+10
|\ \ | |/
| * lavfi/audio: don't set cur_buf in ff_filter_samples().Anton Khirnov2012-06-211-7/+8
* | lavfi/audio: remove unused variable in ff_filter_samples()Stefano Sabatini2012-06-211-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-12/+6
|\ \ | |/
| * lavfi/audio: use av_samples_copy() instead of custom code.Anton Khirnov2012-06-131-6/+4
| * lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-131-1/+1
* | lavfi: change name of tracing functions and of the macro which enables themStefano Sabatini2012-06-131-1/+1