Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-17doc/examples: remove pathes from doxy examplesMichael Niedermayer
2014-01-24examples/filtering_audio,video: do not call avcodec_register_all()Stefano Sabatini
2014-01-21examples/filtering_audio,video: drop call to avcodec_get_frame_defaults()Stefano Sabatini
2013-12-02doc/examples/filtering_video: do not make use of AVBufferSinkParamsStefano Sabatini
2013-12-02doc/examples/filtering_video: add some error handling in init_filters()Stefano Sabatini
2013-12-02doc/examples/filtering: make use of av_err2str()Stefano Sabatini
2013-11-22doc/examples: do not check NULL values for avcodec_close()Stefano Sabatini
2013-11-19doc/examples: fix mem issues in filtering_video.Clément Bœsch
2013-07-03lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini
2013-03-15examples/filtering_*: constify AVFrame * for print_frame() and display_frame(...Stefano Sabatini
2013-03-15examples/filtering_video: update to new APIStefano Sabatini
2013-03-13Remove references to the "ff" variant of buffersink.Nicolas George
2013-03-10doc: fix examples.Clément Bœsch
2013-02-17doc/examples: do not allocate AVFrame directly.Nicolas George
2012-10-26examples: fix doxy so they appear on the example pageMichael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-01avoid ambigous buffersink namesMichael Niedermayer
2012-06-26examples/filtering: fix packet memleakGavin Kinsey
2012-06-26examples/filtering_video: update to the new APIGavin Kinsey
2012-05-19doc/examples: make use of the parameter filters_descr parameter in init_filte...Clément Bœsch
2012-05-19doc/examples: fix pts heuristic in filtering_video.Clément Bœsch
2012-02-22doc/examples: rename filtering.c into filtering_video.c.Clément Bœsch