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
2018-02-10examples: Don't call deprecated functions which don't do anythingMark Thompson
2017-04-04Merge commit 'fee0f1de2c6a9924acb74013436dbea8f2bd1ecb'Clément Bœsch
2017-04-04Merge commit '9a38184a143a1560814b084aebe628f8df46e666'Clément Bœsch
2017-04-04Merge commit '3d66717f7cb5555257244be8f5bce172ed3af7ac'Clément Bœsch
2017-04-04Merge commit '0946c754d99c05413e813ee515039adcf0f9232a'Clément Bœsch
2017-04-04examples/decode_audio: reduce the scope of 2 variablesClément Bœsch
2017-03-31doc/decode_audio: use <> to include libav* headersJames Almer
2017-03-31Merge commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b'James Almer
2017-03-29doc/examples/{de,en}code_audio: fix includesClément Bœsch
2017-03-29Merge commit '90265814f993098d79b0a0f40745ecdb403fbf56'Clément Bœsch
2017-03-29Merge commit 'f5df897c4b61985e3afc89ba1290649712ff438e'Clément Bœsch
2016-11-23examples/decode_audio: flush the decoderAnton Khirnov
2016-11-23examples/decode_audio: allocate the packet dynamicallyAnton Khirnov
2016-11-23examples/decode_audio: handle planar audio now produced by the MP2 decoderAnton Khirnov
2016-11-23examples/decode_audio: use the new audio decoding APIAnton Khirnov
2016-11-23examples/decode_audio: use a parser for splitting the inputAnton Khirnov
2016-11-10examples/decode_audio: Add missing header for av_free()Diego Biurrun
2016-11-02examples/decode_audio: constify the AVCodec instanceAnton Khirnov
2016-11-02examples/avcodec: split audio decoding into a separate exampleAnton Khirnov