aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/filtering_audio.c
Commit message (Expand)AuthorAgeFilesLines
* doc/examples/filtering_audio: make const arrays also staticMichael Niedermayer2013-08-031-5/+5
* lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini2013-07-031-1/+1
* examples/filtering_audio: fix frame leak.Nicolas George2013-04-181-1/+1
* examples/filtering_audio: get rid of AVABufferSinkParamsPavel Koshevoy2013-04-171-6/+26
* examples/filtering_audio: enable ref counted framesMichael Niedermayer2013-04-171-0/+1
* lavfi: deprecate aconvert.Clément Bœsch2013-04-111-1/+1
* examples/filtering_*: constify AVFrame * for print_frame() and display_frame(...Stefano Sabatini2013-03-141-1/+1
* examples/filtering_audio: update to new APIStefano Sabatini2013-03-141-14/+12
* Remove references to the "ff" variant of buffersink.Nicolas George2013-03-121-1/+1
* doc: fix examples.Clément Bœsch2013-03-101-1/+1
* doc/examples: do not allocate AVFrame directly.Nicolas George2013-02-171-4/+9
* examples: fix doxy so they appear on the example pageMichael Niedermayer2012-10-261-0/+1
* avoid ambigous buffersink namesMichael Niedermayer2012-09-011-1/+1
* examples/filtering: fix packet memleakGavin Kinsey2012-06-261-1/+1
* examples/filtering_audio: update for avfilter API "cleanup"Michael Niedermayer2012-06-241-5/+7
* update filtering_audio exampleAndrew Wason2012-06-051-2/+5
* doc/examples: make use of the parameter filters_descr parameter in init_filte...Clément Bœsch2012-05-191-1/+1
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-161-3/+1
* doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h.Clément Bœsch2012-05-121-1/+1
* examples/filtering_audio: use av_buffersrc_add_frame.Nicolas George2012-05-041-10/+1
* examples/filtering_audio: do not stop on decode error.Nicolas George2012-04-281-1/+1
* examples/filtering_audio: fix a memory leak.Nicolas George2012-04-281-0/+1
* doc/examples: add audio decoding/filtering example.Clément Bœsch2012-02-211-0/+245