summaryrefslogtreecommitdiff
path: root/doc/examples/filtering_audio.c
Commit message (Expand)AuthorAge
* examples/filtering: extend comments about setting the filter graph endpointsStefano Sabatini2015-01-29
* doc/examples: remove pathes from doxy examplesMichael Niedermayer2014-02-17
* examples/filtering_audio,video: do not call avcodec_register_all()Stefano Sabatini2014-01-24
* examples/filtering_audio,video: drop call to avcodec_get_frame_defaults()Stefano Sabatini2014-01-21
* doc/examples/filtering_audio: init packet0.dataMichael Niedermayer2013-12-03
* doc/examples/filtering_audio: fix chunked audio decodingStefano Sabatini2013-12-02
* doc/examples/filtering_audio: fix styleStefano Sabatini2013-12-02
* doc/examples/filtering_audio: add more error checksStefano Sabatini2013-12-02
* doc/examples/filtering: make use of av_err2str()Stefano Sabatini2013-12-02
* doc/examples: do not check NULL values for avcodec_close()Stefano Sabatini2013-11-21
* doc/examples/filtering_audio: make const arrays also staticMichael Niedermayer2013-08-03
* lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini2013-07-03
* examples/filtering_audio: fix frame leak.Nicolas George2013-04-18
* examples/filtering_audio: get rid of AVABufferSinkParamsPavel Koshevoy2013-04-17
* examples/filtering_audio: enable ref counted framesMichael Niedermayer2013-04-17
* lavfi: deprecate aconvert.Clément Bœsch2013-04-11
* examples/filtering_*: constify AVFrame * for print_frame() and display_frame(...Stefano Sabatini2013-03-14
* examples/filtering_audio: update to new APIStefano Sabatini2013-03-14
* Remove references to the "ff" variant of buffersink.Nicolas George2013-03-12
* doc: fix examples.Clément Bœsch2013-03-10
* doc/examples: do not allocate AVFrame directly.Nicolas George2013-02-17
* examples: fix doxy so they appear on the example pageMichael Niedermayer2012-10-26
* avoid ambigous buffersink namesMichael Niedermayer2012-09-01
* examples/filtering: fix packet memleakGavin Kinsey2012-06-26
* examples/filtering_audio: update for avfilter API "cleanup"Michael Niedermayer2012-06-24
* update filtering_audio exampleAndrew Wason2012-06-05
* doc/examples: make use of the parameter filters_descr parameter in init_filte...Clément Bœsch2012-05-19
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16
* doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h.Clément Bœsch2012-05-12
* examples/filtering_audio: use av_buffersrc_add_frame.Nicolas George2012-05-04
* examples/filtering_audio: do not stop on decode error.Nicolas George2012-04-28
* examples/filtering_audio: fix a memory leak.Nicolas George2012-04-28
* doc/examples: add audio decoding/filtering example.Clément Bœsch2012-02-21