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
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
2006-02-26kill some warningsMåns Rullgård
2006-02-05Correct the relation between floors of type 0 and block sizes.Alexander Strasser
2006-02-0410l (malloc check with the wrong pointer)Alexander Strasser
2006-02-04Added support for vorbis files containing floor type 0.Alexander Strasser
2006-01-31add static keyword to some functionsDieter
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-05-31decrease V_NB_BITS if possibleMichael Niedermayer
2005-05-31more trivial optimizationsMichael Niedermayer
2005-05-30maxdepth is supposed to be a constant, its faster if its too large then if it...Michael Niedermayer
2005-05-30optimizationsMichael Niedermayer
2005-05-30faster float->short conversationMichael Niedermayer
2005-05-30ilog() -> av_log2()Michael Niedermayer
2005-05-30Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)Michael Niedermayer
2005-05-211.) LGPL license mentionedDenes Balatoni
2005-05-19accept old extradata formatMåns Rullgård
2005-05-19fix decoding of multi-channel vorbis streamsMåns Rullgård
2005-05-17Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)Michael Niedermayer