| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | Remove left-over FF_API_AVFILTERBUFFER cruft | Hendrik Leppkes | 2015-09-05 | 1 | -1/+0 |
* | doc/examples/filtering_video: better demo ffmpeg filters; demos chaining the ... | Harshit Mittal | 2015-08-28 | 1 | -1/+4 |
* | examples/filtering: extend comments about setting the filter graph endpoints | Stefano Sabatini | 2015-01-29 | 1 | -1/+17 |
* | doc/examples/filtering_video: fix frame rate | Piotr Fusik | 2014-12-05 | 1 | -1/+2 |
* | 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_video: do not make use of AVBufferSinkParams | Stefano Sabatini | 2013-12-02 | 1 | -5/+8 |
* | doc/examples/filtering_video: add some error handling in init_filters() | Stefano Sabatini | 2013-12-02 | 1 | -6/+15 |
* | 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: fix mem issues in filtering_video. | Clément Bœsch | 2013-11-19 | 1 | -0/+3 |
* | lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the... | Stefano Sabatini | 2013-07-03 | 1 | -1/+1 |
* | examples/filtering_*: constify AVFrame * for print_frame() and display_frame(... | Stefano Sabatini | 2013-03-14 | 1 | -1/+1 |
* | examples/filtering_video: update to new API | Stefano Sabatini | 2013-03-14 | 1 | -20/+18 |
* | 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 | -5/+10 |
* | examples: fix doxy so they appear on the example page | Michael Niedermayer | 2012-10-26 | 1 | -0/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+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_video: update to the new API | Gavin Kinsey | 2012-06-26 | 1 | -9/+25 |
* | doc/examples: make use of the parameter filters_descr parameter in init_filte... | Clément Bœsch | 2012-05-19 | 1 | -1/+1 |
* | doc/examples: fix pts heuristic in filtering_video. | Clément Bœsch | 2012-05-19 | 1 | -3/+2 |
* | doc/examples: rename filtering.c into filtering_video.c. | Clément Bœsch | 2012-02-21 | 1 | -0/+232 |