summaryrefslogtreecommitdiff
path: root/libavformat/output-example.c
Commit message (Expand)AuthorAge
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler2011-06-30
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-16
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* output-example: Set sample_fmt to SAMPLE_FMT_S16.Ramiro Polla2010-06-14
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove conditional M_PI definition, it is already defined inStefano Sabatini2010-01-22
* Replace deprecated guess_format() with av_guess_format().Martin Storsjö2010-01-22
* Make output-example.c handle AAC audio.Martin Storsjö2010-01-21
* Use enums instead of int.Ramiro Polla2009-08-02
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-27