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
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-02-26Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri
2015-02-21avcodec/adpcm: use av_clip_intp2()Michael Niedermayer
2015-02-21avcodec: Use av_clip_uintp2() where possibleMichael Niedermayer
2014-09-10avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-06-10adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö
2014-06-06adpcm: Avoid reading out of bounds in the IMA QT trellis encoderMartin Storsjö
2014-06-06avcodec/adpcmenc: fix integer overflow / undefined behavior in STORE_NODE()Michael Niedermayer
2014-06-06adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö
2014-06-06adpcm: Fix trellis encoding of IMA QTMartin Storsjö
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-11Move misplaced file author information where it belongsDiego Biurrun
2013-03-13Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-03-07normalize calls to ff_alloc_packet2James Zern
2013-01-23adcpmenc: remove unused headerPaul B Mahol
2012-10-09adpcmenc: switch to av_assert()Michael Niedermayer
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right orderJustin Ruggles
2012-10-08adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right orderJustin Ruggles
2012-10-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qtJustin Ruggles
2012-10-06adpcmenc: move 'ch' variable to higher scopeJustin Ruggles
2012-10-06adpcmenc: fix 3 instances of variable shadowingJustin Ruggles
2012-10-06adpcm_ima_wav: simplify encodingJustin Ruggles
2012-09-04adpcmenc: Calculate the IMA_QT predictor without overflowMichael Niedermayer
2012-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-22adpcm_swf: Use correct sample offsets when using trellis.Justin Ruggles
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22adpcm: don't duplicate identical AVSampleFmt array for each encoder.Ronald S. Bultje
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-07adpcmenc: fix encoded s_0 value.Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22adpcmenc: switch to ff_alloc_packet2()Michael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21adpcmenc: update to AVCodec.encode2()Justin Ruggles
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21adpcmenc: Use correct frame_size for Yamaha ADPCM.Justin Ruggles
2012-02-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-31adpcmenc: remove some unneeded castsJustin Ruggles
2012-01-31adpcmenc: use int16_t and uint8_t instead of short and unsigned char.Justin Ruggles
2012-01-31adpcmenc: fix adpcm_ms extradata allocationJustin Ruggles