Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-30output-example: K&R formatting cosmetics, comment spelling fixesDiego Biurrun
2012-03-30avf: make the example output the proper messageLuca Barbato
2012-03-30avf: fix audio writing in the output-exampleLuca Barbato
2012-02-24lavf/output-example: use new audio encoding API correctly.Anton Khirnov
2012-02-24lavf/output-example: more proper usage of the new API.Anton Khirnov
2012-02-19examples: unbreak compilationLuca Barbato
2011-12-08tests/examples: Mark some variables only used within their files as static.Diego Biurrun
2011-12-08tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-04Do 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-17lavf: 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-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-23Remove conditional M_PI definition, it is already defined inStefano Sabatini
2010-01-23Replace 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