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