]> git.sesse.net Git - ffmpeg/history - libavcodec/vorbis.c
DirectDraw Surface image decoder
[ffmpeg] / libavcodec / vorbis.c
2013-02-25 Justin Rugglesvorbisdec: cosmetics: rename variable avccontext to...
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-06-05 Alex Conversevorbis: Validate that the floor 1 X values contain...
2012-02-02 Ronald S. Bultjevorbis: fix overflows in floor1[] vector and inverse...
2012-01-06 Chris Evansvorbis: Avoid some out-of-bounds reads
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-07-14 Diego Biurrundoxygen: do not include license boilerplate in Doxygen...
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-05-12 Diego BiurrunReplace int_fast integer types with their sized standar...
2011-04-29 Diego Biurrunvorbis: Replace sized int_fast integer types with plain...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-09-29 Diego Biurrunwhitespace cosmetics, prettyprinting, K&R coding style
2009-09-28 Diego Biurrunsome more linebreak and brace placement cosmetics
2009-09-28 Diego Biurrunbrace placement and linebreak cosmetics
2009-08-30 Reimar DöffingerRemove unused variable.
2009-08-27 Loren Merrittindent
2009-08-27 Loren Merritt1.5x faster ff_vorbis_floor1_render_list, 5% faster...
2009-07-08 Reimar DöffingerAdd extra validation checks to ff_vorbis_len2vlc.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-12 Oded ShimonRename all vorbis encoder related typedefs to not use...
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-02-09 Loren Merritt30% faster ff_vorbis_floor1_render_list, 3% faster...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-10 Aurelien Jacobsrename vorbis.c to vorbis_dec.c and vorbis_common.c...
2007-05-10 Aurelien Jacobsloosen vorbis_enc.c dependencies by spliting vorbis.c
2007-03-25 Aurelien Jacobsextract vorbis header spliting code into a reusable...
2006-11-12 Måns Rullgårdrename inverse -> ff_inverse
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-01 Oded Shimonremove render_line from vorbis.h, add ff_vorbis_floor1_...
2006-10-01 Oded Shimonmake some more functions global so they can be shared...
2006-10-01 Oded Shimonmake ready_floor1_list() shared for vorbis_enc.c
2006-09-30 Oded Shimonvorbis.h -> vorbis_data.c
2006-09-25 Reimar DöffingerGet rid of get_bits_long_le, get_bits_long was fixed...
2006-09-24 Oded Shimonfix to vorbis decoder for book==0
2006-09-10 Diego BiurrunRemove unused variable.
2006-08-11 Loren Merrittvorbis simd tweaks
2006-08-10 Loren Merrittvorbis cosmetics: mdct0,mdct1 => mdct[2]
2006-08-10 Loren Merrittmisc tweaks in vorbis_residue_decode().
2006-08-10 Loren Merrittsse and 3dnow implementations of float->int conversion...
2006-08-08 Loren Merritt3dnow2 implementation of imdct.
2006-08-03 Loren Merrittanother div -> fastdiv, another 2% faster vorbis.
2006-08-03 Loren Merrittsse & sse2 implementations of vorbis channel coupling.
2006-08-03 Loren Merrittint16_t is faster than int_fast16_t for division.
2006-05-11 Benjamin LarssonCosmetics. Add the defines needed for debug output.
2006-05-11 Loren Merrittfix a crash on x86_64
2006-05-07 Denes Balatonivorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch...
2006-04-23 Uoti UrpalaVorbis specs requires blocksize_1 >= blocksize_0, error...
2006-02-25 Måns Rullgårdkill some warnings
2006-02-05 Alexander StrasserCorrect the relation between floors of type 0 and block...
2006-02-04 Alexander Strasser10l (malloc check with the wrong pointer)
2006-02-04 Alexander StrasserAdded support for vorbis files containing floor type 0.
2006-01-30 Dieteradd static keyword to some functions
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-05-30 Michael Niedermayerdecrease V_NB_BITS if possible
2005-05-30 Michael Niedermayermore trivial optimizations
2005-05-30 Michael Niedermayermaxdepth is supposed to be a constant, its faster if...
2005-05-30 Michael Niedermayeroptimizations
2005-05-30 Michael Niedermayerfaster float->short conversation
2005-05-29 Michael Niedermayerilog() -> av_log2()
2005-05-29 Michael NiedermayerVorbis sse fix by (Balatoni Denes: dbalatoni, programoz...
2005-05-21 Denes Balatoni1.) LGPL license mentioned
2005-05-19 Måns Rullgårdaccept old extradata format
2005-05-19 Måns Rullgårdfix decoding of multi-channel vorbis streams
2005-05-17 Michael NiedermayerVorbis decoder by (Balatoni Denes | dbalatoni programoz...