summaryrefslogtreecommitdiff
path: root/doc/examples/filtering_video.c
Commit message (Expand)AuthorAge
* Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes2015-09-05
* doc/examples/filtering_video: better demo ffmpeg filters; demos chaining the ...Harshit Mittal2015-08-28
* examples/filtering: extend comments about setting the filter graph endpointsStefano Sabatini2015-01-29
* doc/examples/filtering_video: fix frame ratePiotr Fusik2014-12-05
* 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_video: do not make use of AVBufferSinkParamsStefano Sabatini2013-12-02
* doc/examples/filtering_video: add some error handling in init_filters()Stefano 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: fix mem issues in filtering_video.Clément Bœsch2013-11-19
* lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini2013-07-03
* examples/filtering_*: constify AVFrame * for print_frame() and display_frame(...Stefano Sabatini2013-03-14
* examples/filtering_video: 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
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* avoid ambigous buffersink namesMichael Niedermayer2012-09-01
* examples/filtering: fix packet memleakGavin Kinsey2012-06-26
* examples/filtering_video: update to the new APIGavin Kinsey2012-06-26
* doc/examples: make use of the parameter filters_descr parameter in init_filte...Clément Bœsch2012-05-19
* doc/examples: fix pts heuristic in filtering_video.Clément Bœsch2012-05-19
* doc/examples: rename filtering.c into filtering_video.c.Clément Bœsch2012-02-21