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
2017-08-04opusdec: support avresampleHendrik Leppkes
2017-07-07opusdec: Remove dead codeDerek Buitenhuis
2017-02-14opus_celt: rename structures to better names and reorganize themRostislav Pehlivanov
2016-12-18opus: remove redundant ff_celt_window2 declarationRostislav Pehlivanov
2016-12-10opus_parser: fix leaking channel_maps on errorAndreas Cadhalpun
2016-11-08opus: move the entropy decoding functions to opus_rc.cRostislav Pehlivanov
2015-11-22lavc/opusdec: Fix a memleak when reading invalid files.Carl Eugen Hoyos
2015-10-27opusdec: Don't run vector_fmul_scalar on zero length arraysKieran Kunhya
2015-10-27avcodec/opusdec: Fix extra samples read indexMichael Niedermayer
2015-08-02Merge commit '14e558024642638085ae2bbeffc6087612e6a3f9'Hendrik Leppkes
2015-08-02opusdec: properly handle mismatching configurations in multichannel streamsAnton Khirnov
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-03-07avcodec/opusdec: Fix delayed sample valueMichael Niedermayer
2015-03-07avcodec/opusdec: Clear out pointers per packetMichael Niedermayer
2015-02-18avcodec/opusdec: remove unused headersPaul B Mahol
2015-02-10avcodec: fix clobbered ff_get_buffer()Paul B Mahol
2014-12-03avcodec/opusdec: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-11-28Merge commit '1973079417e8701b52ba810a72cb6c7c6f7f9a56'Michael Niedermayer
2014-11-27opusdec: make sure all substreams have the same number of coded samplesAnton Khirnov
2014-05-25avcodec/opusdec: check alignment, misalignment could lead to crashes with avxMichael Niedermayer
2014-05-16avcodec/opusdec: fix some const correctnessMichael Niedermayer
2014-05-15avcodec/opusdec: switch to swresampleMichael Niedermayer
2014-05-15Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'Michael Niedermayer
2014-05-15lavc: add a native Opus decoder.Anton Khirnov