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
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-09adpcm: Write the correct number of samples for ima-dk4Luca Barbato
2013-07-05ADPCM IMA WAV 2, 3 and 5 bits decoderPaul B Mahol
2013-05-10ADPCM IMA Radical decoderJames Almer
2013-05-10adpcm_thp: Allow the use of extradata for the adpcm tableJames Almer
2013-05-10ADPCM DTK decoderJames Almer
2013-04-25lavc: remove unused put_bits.h headersPaul B Mahol
2013-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-11Move misplaced file author information where it belongsDiego Biurrun
2013-03-15lavc & lavf: replace deprecated av_log* functionsPaul B Mahol
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-13Merge commit 'e57daa876bf0cf50782550e366e589441cd8c2bd'Michael Niedermayer
2013-02-12adpcm: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-12adpcm: fix off by 1 error and out of array access in DK4Michael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-30adpcm/thp: cosmetics: reindentPaul B Mahol
2012-11-27AFC demuxerPaul B Mahol
2012-11-26adpcm: thp, afc: support multichannel decodingPaul B Mahol
2012-11-26adpcm/thp: make use of ADPCMChannelStatus to store prev samplesPaul B Mahol
2012-11-24adpcmdec: Fix OOM/infloopMichael Niedermayer
2012-11-24ADPCM IMA Dialogic decoderPaul B Mahol
2012-11-22ADPCM AFC decoderPaul B Mahol
2012-11-12adpcm: reindent after previous commitPaul B Mahol
2012-11-12adpcm: ADPCM IMA SMJPEG stereo decodingPaul B Mahol
2012-11-07adpcm: improve smjpeg decodingPaul B Mahol
2012-10-10Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer
2012-10-09adpcmdec: use planar sample format for adpcm_thpJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ea_xasJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3Justin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_xaJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3Justin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_4xmJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ima_wavJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ima_qtJustin Ruggles
2012-10-02Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer
2012-10-01adpcmdec: set AVCodec.sample_fmtsJustin Ruggles
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-01adpcm-thp: fix invalid array indexingMans Rullgard
2012-03-27westwood_vqa: fix SND0 chunk handlingPaul B Mahol
2012-03-21westwood_vqa: fix SND0 chunk handlingPaul B Mahol
2012-03-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-19adpcm: convert adpcm_thp to bytestream2.Ronald S. Bultje