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
2022-10-04avcodec/vorbis: Split data declarations out into new headerAndreas Rheinhardt
2017-12-01avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u.Dale Curtis
2017-11-24avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead.Dale Curtis
2017-10-18vorbis: Reorder conditions to avoid possible overreadMark Thompson
2016-06-29Merge commit '6d8fd614ff957af242efcd8a6a0619874382f3a4'Clément Bœsch
2016-06-29Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch
2016-06-07vorbis: Kill some pointless debug codeDiego Biurrun
2016-06-07get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun
2014-03-08avcodec/vorbis: fix decoding of single element huffman treesMichael Niedermayer
2014-03-08avcodec/vorbis: return proper error codes from ff_vorbis_len2vlc()Michael Niedermayer
2013-02-26Merge commit 'e951b6d94c441d46b396ef12da1428297d77251d'Michael Niedermayer
2013-02-26vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse
2012-02-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-03vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje
2012-01-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-06vorbis: Avoid some out-of-bounds readsChris Evans
2012-01-05vorbis: Fix last quarter of CVE-2011-3893Michael Niedermayer
2012-01-05ogg: Avoid the possibility to read out-of-bounds of a static global array in ...Chris Evans
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun
2011-04-30Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-29vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-09-29whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun
2009-09-29some more linebreak and brace placement cosmeticsDiego Biurrun
2009-09-29brace placement and linebreak cosmeticsDiego Biurrun
2009-08-30Remove unused variable.Reimar Döffinger
2009-08-27indentLoren Merritt
2009-08-271.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2.Loren Merritt
2009-07-08Add extra validation checks to ff_vorbis_len2vlc.Reimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-12Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-02-0930% faster ff_vorbis_floor1_render_list, 3% faster overallLoren Merritt
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-05-10rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.cAurelien Jacobs
2007-05-10loosen vorbis_enc.c dependencies by spliting vorbis.cAurelien Jacobs
2007-03-25extract vorbis header spliting code into a reusable functionAurelien Jacobs