]> git.sesse.net Git - ffmpeg/history - libavformat/output-example.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavformat / output-example.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-30 Diego Biurrunoutput-example: K&R formatting cosmetics, comment spell...
2012-03-30 Luca Barbatoavf: make the example output the proper message
2012-03-30 Luca Barbatoavf: fix audio writing in the output-example
2012-02-24 Anton Khirnovlavf/output-example: use new audio encoding API correctly.
2012-02-24 Anton Khirnovlavf/output-example: more proper usage of the new API.
2012-02-19 Luca Barbatoexamples: unbreak compilation
2011-12-08 Diego Biurruntests/examples: Mark some variables only used within...
2011-12-08 Diego Biurruntests/tools/examples: Replace direct exit() calls by...
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
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.