summaryrefslogtreecommitdiffstats
path: root/libavformat/output-example.c
Commit message (Expand)AuthorAgeFilesLines
* tests/examples: Mark some variables only used within their files as static.Diego Biurrun2011-12-081-8/+8
* tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun2011-12-081-5/+5
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* doxygen: Include libavcodec and libavformat examples into the documentationReinhard Tartler2011-06-301-3/+10
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+1
* 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