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-03doc/examples/filtering_audio: init packet0.dataMichael Niedermayer
2013-12-02doc/examples/filtering_audio: fix chunked audio decodingStefano Sabatini
2013-12-02doc/examples/filtering_audio: fix styleStefano Sabatini
2013-12-02doc/examples/filtering_audio: add more error checksStefano 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-08-04doc/examples/filtering_audio: make const arrays also staticMichael Niedermayer
2013-07-03lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini
2013-04-18examples/filtering_audio: fix frame leak.Nicolas George
2013-04-17examples/filtering_audio: get rid of AVABufferSinkParamsPavel Koshevoy
2013-04-17examples/filtering_audio: enable ref counted framesMichael Niedermayer
2013-04-12lavfi: deprecate aconvert.Clément Bœsch
2013-03-15examples/filtering_*: constify AVFrame * for print_frame() and display_frame(...Stefano Sabatini
2013-03-15examples/filtering_audio: 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-09-01avoid ambigous buffersink namesMichael Niedermayer
2012-06-26examples/filtering: fix packet memleakGavin Kinsey
2012-06-24examples/filtering_audio: update for avfilter API "cleanup"Michael Niedermayer
2012-06-05update filtering_audio exampleAndrew Wason
2012-05-19doc/examples: make use of the parameter filters_descr parameter in init_filte...Clément Bœsch
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini
2012-05-12doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h.Clément Bœsch
2012-05-05examples/filtering_audio: use av_buffersrc_add_frame.Nicolas George
2012-04-28examples/filtering_audio: do not stop on decode error.Nicolas George
2012-04-28examples/filtering_audio: fix a memory leak.Nicolas George
2012-02-21doc/examples: add audio decoding/filtering example.Clément Bœsch