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-09-04avcodec/adpcm: Check init_get_bits8() for failureMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-06-28lavc/adpcm: THP: set approx_nb_samples correctlyRodger Combs
2015-06-25lavc+doc: adjust names to reflect ADPCM THP not being GameCube-onlyRodger Combs
2015-06-21lavc/adpcm: THP: don't use the ADPC/SEEK table when not seekingRodger Combs
2015-06-21lavc/adpcm: THP: fix indentationRodger Combs
2015-06-20lavc/adpcm: THP: allow channel counts up to 10Rodger Combs
2015-06-20lavc/adpcm: THP: handle packets with sample counts not divisible by 14Rodger Combs
2015-06-20lavc: add little-endian ADPCM_THP decoderRodger Combs
2015-06-04avcodec/adpcm: Check for overreadsMichael Niedermayer
2015-04-22avcodec: use av_mod_uintp2() where usefulJames Almer
2015-04-18adpcm: use av_clip_intp2()James Almer
2015-02-21avcodec/adpcm: use av_clip_intp2()Michael Niedermayer
2014-12-18avcodec/adpcm: Check ideltaMichael Niedermayer
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-08-20avcodec/adpcm: Fix incorrect AVSampleFormat for sample_fmts_s16pJon Morley
2014-03-31avcodec/adpcm: also squelch 'mismatch in coded sample count' warning for AV_C...Peter Ross
2014-03-15avcodec/adpcm: ADPCM_IMA_DK3 packets are padded to 16-bit packet boundaryPeter Ross
2014-03-14avcodec/adpcm: squelch 'mismatch in coded sample count' warning for AV_CODEC_...Peter Ross
2014-01-15avcodec/adpcm: fix sample count for stereo SBPRO3Michael Niedermayer
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