| Commit message (Expand) | Author | Age | Files | Lines |
* | doc/examples/filtering_audio: Remove setting deprecated refcounted_frames | Jun Zhao | 2018-04-22 | 1 | -1/+0 |
* | lav*,tests: remove several register_all calls | Josh de Kock | 2018-04-02 | 1 | -2/+0 |
* | examples: Don't call deprecated functions which don't do anything | Mark Thompson | 2018-02-09 | 1 | -1/+0 |
* | examples/filtering_audio: suppress the build warning. | Jun Zhao | 2017-11-01 | 1 | -2/+2 |
* | Merge commit 'f5950b8fd61ec85e0ad8790bea56b37ceea19436' | James Almer | 2017-10-26 | 1 | -1/+0 |
* | examples: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | doc/examples/filtering_audio: switch to new decoding API | Matthieu Bouron | 2017-03-30 | 1 | -33/+30 |
* | doc/examples/filtering_*: switch to codecpar | Clément Bœsch | 2017-03-28 | 1 | -2/+7 |
* | fix some a/an typos | Lou Logan | 2016-03-28 | 1 | -1/+1 |
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -2/+2 |
* | Remove left-over FF_API_AVFILTERBUFFER cruft | Hendrik Leppkes | 2015-09-05 | 1 | -1/+0 |
* | examples/filtering: extend comments about setting the filter graph endpoints | Stefano Sabatini | 2015-01-29 | 1 | -1/+17 |
* | doc/examples: remove pathes from doxy examples | Michael Niedermayer | 2014-02-17 | 1 | -1/+1 |
* | examples/filtering_audio,video: do not call avcodec_register_all() | Stefano Sabatini | 2014-01-24 | 1 | -1/+0 |
* | examples/filtering_audio,video: drop call to avcodec_get_frame_defaults() | Stefano Sabatini | 2014-01-21 | 1 | -1/+0 |
* | doc/examples/filtering_audio: init packet0.data | Michael Niedermayer | 2013-12-03 | 1 | -0/+1 |
* | doc/examples/filtering_audio: fix chunked audio decoding | Stefano Sabatini | 2013-12-02 | 1 | -4/+15 |
* | doc/examples/filtering_audio: fix style | Stefano Sabatini | 2013-12-02 | 1 | -2/+2 |
* | doc/examples/filtering_audio: add more error checks | Stefano Sabatini | 2013-12-02 | 1 | -10/+18 |
* | doc/examples/filtering: make use of av_err2str() | Stefano Sabatini | 2013-12-02 | 1 | -3/+1 |
* | doc/examples: do not check NULL values for avcodec_close() | Stefano Sabatini | 2013-11-21 | 1 | -2/+1 |
* | doc/examples/filtering_audio: make const arrays also static | Michael Niedermayer | 2013-08-03 | 1 | -5/+5 |
* | lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the... | Stefano Sabatini | 2013-07-03 | 1 | -1/+1 |
* | examples/filtering_audio: fix frame leak. | Nicolas George | 2013-04-18 | 1 | -1/+1 |
* | examples/filtering_audio: get rid of AVABufferSinkParams | Pavel Koshevoy | 2013-04-17 | 1 | -6/+26 |
* | examples/filtering_audio: enable ref counted frames | Michael Niedermayer | 2013-04-17 | 1 | -0/+1 |
* | lavfi: deprecate aconvert. | Clément Bœsch | 2013-04-11 | 1 | -1/+1 |
* | examples/filtering_*: constify AVFrame * for print_frame() and display_frame(... | Stefano Sabatini | 2013-03-14 | 1 | -1/+1 |
* | examples/filtering_audio: update to new API | Stefano Sabatini | 2013-03-14 | 1 | -14/+12 |
* | Remove references to the "ff" variant of buffersink. | Nicolas George | 2013-03-12 | 1 | -1/+1 |
* | doc: fix examples. | Clément Bœsch | 2013-03-10 | 1 | -1/+1 |
* | doc/examples: do not allocate AVFrame directly. | Nicolas George | 2013-02-17 | 1 | -4/+9 |
* | examples: fix doxy so they appear on the example page | Michael Niedermayer | 2012-10-26 | 1 | -0/+1 |
* | avoid ambigous buffersink names | Michael Niedermayer | 2012-09-01 | 1 | -1/+1 |
* | examples/filtering: fix packet memleak | Gavin Kinsey | 2012-06-26 | 1 | -1/+1 |
* | examples/filtering_audio: update for avfilter API "cleanup" | Michael Niedermayer | 2012-06-24 | 1 | -5/+7 |
* | update filtering_audio example | Andrew Wason | 2012-06-05 | 1 | -2/+5 |
* | doc/examples: make use of the parameter filters_descr parameter in init_filte... | Clément Bœsch | 2012-05-19 | 1 | -1/+1 |
* | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 1 | -3/+1 |
* | doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h. | Clément Bœsch | 2012-05-12 | 1 | -1/+1 |
* | examples/filtering_audio: use av_buffersrc_add_frame. | Nicolas George | 2012-05-04 | 1 | -10/+1 |
* | examples/filtering_audio: do not stop on decode error. | Nicolas George | 2012-04-28 | 1 | -1/+1 |
* | examples/filtering_audio: fix a memory leak. | Nicolas George | 2012-04-28 | 1 | -0/+1 |
* | doc/examples: add audio decoding/filtering example. | Clément Bœsch | 2012-02-21 | 1 | -0/+245 |