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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-17westwood_aud: prevent division by zeroAndreas Cadhalpun
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2014-12-20avformat/westwood_aud: replace != 0 error check by <0Michael Niedermayer
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-03-14Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e'Michael Niedermayer
2013-03-13avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2012-11-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-12westwood_aud: set channel layoutJustin Ruggles
2012-11-03westwood_aud: remove stale commentPaul B Mahol
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-02-01westwood_aud: Fix project referenceMichael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-24aud: remove unneeded field, audio_stream_index from contextJustin Ruggles
2012-01-24aud: fix time stamp calculation for ADPCM IMA WSJustin Ruggles
2012-01-24aud: simplify header parsingJustin Ruggles
2012-01-24aud: set pts_wrap_bits to 64.Justin Ruggles
2012-01-24cosmetics: indentationJustin Ruggles
2012-01-24aud: support Westwood SND1 audio in AUD files.Justin Ruggles
2012-01-23westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles