]> git.sesse.net Git - ffmpeg/history - libavformat/output-example.c
Remove unused variables.
[ffmpeg] / libavformat / output-example.c
2011-05-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-05-02 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-30 Michael NiedermayerMerge commit '85770f2a2651497861ed938efcd0df3696ff5e45'
2011-04-30 Michael Niedermayeroutput_example: use avformat_alloc_output_context()
2011-04-20 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-08 Michael NiedermayerMerge remote branch 'qatar/master'
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-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-18 Anton Khirnovlavf: add av_ prefix to dump_format()
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.