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-02-26vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-06-05vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse
2012-02-03vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje
2012-01-06vorbis: Avoid some out-of-bounds readsChris Evans
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun
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
2006-11-12rename inverse -> ff_inverseMåns Rullgård
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-01remove render_line from vorbis.h, add ff_vorbis_floor1_render_list insteadOded Shimon
2006-10-01make some more functions global so they can be shared with vorbis_enc.cOded Shimon
2006-10-01make ready_floor1_list() shared for vorbis_enc.cOded Shimon
2006-09-30vorbis.h -> vorbis_data.cOded Shimon
2006-09-26Get rid of get_bits_long_le, get_bits_long was fixed and now behaves the same...Reimar Döffinger
2006-09-24fix to vorbis decoder for book==0Oded Shimon
2006-09-10Remove unused variable.Diego Biurrun
2006-08-11vorbis simd tweaksLoren Merritt
2006-08-11vorbis cosmetics: mdct0,mdct1 => mdct[2]Loren Merritt
2006-08-11misc tweaks in vorbis_residue_decode().Loren Merritt
2006-08-10sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt
2006-08-083dnow2 implementation of imdct.Loren Merritt
2006-08-03another div -> fastdiv, another 2% faster vorbis.Loren Merritt
2006-08-03sse & sse2 implementations of vorbis channel coupling.Loren Merritt
2006-08-03int16_t is faster than int_fast16_t for division.Loren Merritt
2006-05-11Cosmetics. Add the defines needed for debug output.Benjamin Larsson
2006-05-11fix a crash on x86_64Loren Merritt
2006-05-07vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbala...Denes Balatoni
2006-04-24Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false.Uoti Urpala