]> git.sesse.net Git - ffmpeg/history - libavformat/output-example.c
Replace remaining uses of parse_date with av_parse_time.
[ffmpeg] / libavformat / output-example.c
2011-02-16 Anton Khirnovlavf: add av_ prefix to dump_format()
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-06-14 Ramiro Pollaoutput-example: Set sample_fmt to SAMPLE_FMT_S16.
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-22 Stefano SabatiniRemove conditional M_PI definition, it is already defin...
2010-01-22 Martin StorsjöReplace deprecated guess_format() with av_guess_format().
2010-01-21 Martin StorsjöMake output-example.c handle AAC audio.
2009-08-02 Ramiro PollaUse enums instead of int.
2009-03-27 Diego BiurrunMove output_example.c --> libavformat/output-example.c.