]> git.sesse.net Git - ffmpeg/history - libavformat/output-example.c
avconv: make timer_start a local var in transcode().
[ffmpeg] / libavformat / output-example.c
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-30 Reinhard Tartlerdoxygen: Include libavcodec and libavformat examples...
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
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.