summaryrefslogtreecommitdiffstats
path: root/libavformat/output-example.c
Commit message (Expand)AuthorAgeFilesLines
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-2/+2
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-161-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* output-example: Set sample_fmt to SAMPLE_FMT_S16.Ramiro Polla2010-06-141-0/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-3/+3
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Remove conditional M_PI definition, it is already defined inStefano Sabatini2010-01-221-4/+0
* Replace deprecated guess_format() with av_guess_format().Martin Storsjö2010-01-221-2/+2
* Make output-example.c handle AAC audio.Martin Storsjö2010-01-211-1/+6
* Use enums instead of int.Ramiro Polla2009-08-021-3/+3
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-271-0/+553
OpenPOWER on IntegriCloud