summaryrefslogtreecommitdiff
path: root/doc/examples/filtering_video.c
Commit message (Expand)AuthorAgeFilesLines
* examples/filtering_video: fix memory leakZhao Zhili2018-05-161-6/+9
* examples/filtering_video: add missing headersZhao Zhili2018-05-161-0/+2
* examples/filtering_video: drop an always true conditionZhao Zhili2018-05-161-18/+16
* doc/examples/filtering_video: Remove setting deprecated refcounted_framesJun Zhao2018-04-221-1/+0
* lav*,tests: remove several register_all callsJosh de Kock2018-04-021-2/+0
* examples: Don't call deprecated functions which don't do anythingMark Thompson2018-02-091-1/+0
* examples/filtering_video: suppress the build warning.Jun Zhao2017-11-011-2/+2
* Merge commit 'f5950b8fd61ec85e0ad8790bea56b37ceea19436'James Almer2017-10-261-1/+0
* examples: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* doc/examples/filtering_video: switch to new decoding APIMatthieu Bouron2017-03-301-19/+27
* doc/examples/filtering_*: switch to codecparClément Bœsch2017-03-281-2/+7
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes2015-09-051-1/+0
* doc/examples/filtering_video: better demo ffmpeg filters; demos chaining the ...Harshit Mittal2015-08-281-1/+4
* examples/filtering: extend comments about setting the filter graph endpointsStefano Sabatini2015-01-291-1/+17
* doc/examples/filtering_video: fix frame ratePiotr Fusik2014-12-051-1/+2
* doc/examples: remove pathes from doxy examplesMichael Niedermayer2014-02-171-1/+1
* examples/filtering_audio,video: do not call avcodec_register_all()Stefano Sabatini2014-01-241-1/+0
* examples/filtering_audio,video: drop call to avcodec_get_frame_defaults()Stefano Sabatini2014-01-211-1/+0
* doc/examples/filtering_video: do not make use of AVBufferSinkParamsStefano Sabatini2013-12-021-5/+8
* doc/examples/filtering_video: add some error handling in init_filters()Stefano Sabatini2013-12-021-6/+15
* doc/examples/filtering: make use of av_err2str()Stefano Sabatini2013-12-021-3/+1
* doc/examples: do not check NULL values for avcodec_close()Stefano Sabatini2013-11-211-2/+1
* doc/examples: fix mem issues in filtering_video.Clément Bœsch2013-11-191-0/+3
* lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini2013-07-031-1/+1
* examples/filtering_*: constify AVFrame * for print_frame() and display_frame(...Stefano Sabatini2013-03-141-1/+1
* examples/filtering_video: update to new APIStefano Sabatini2013-03-141-20/+18
* 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-5/+10
* examples: fix doxy so they appear on the example pageMichael Niedermayer2012-10-261-0/+1
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
* avoid ambigous buffersink namesMichael Niedermayer2012-09-011-1/+1
* examples/filtering: fix packet memleakGavin Kinsey2012-06-261-1/+1
* examples/filtering_video: update to the new APIGavin Kinsey2012-06-261-9/+25
* doc/examples: make use of the parameter filters_descr parameter in init_filte...Clément Bœsch2012-05-191-1/+1
* doc/examples: fix pts heuristic in filtering_video.Clément Bœsch2012-05-191-3/+2
* doc/examples: rename filtering.c into filtering_video.c.Clément Bœsch2012-02-211-0/+232