27 Commits (8331891957555c66cfeddb8394059c920425ef1a)

Author SHA1 Message Date
Loren Merritt bcfa3e58ee 3dnow2 implementation of imdct. 19 years ago
Loren Merritt 32e8763103 another div -> fastdiv, another 2% faster vorbis. 19 years ago
Loren Merritt 2dac4acfc0 sse & sse2 implementations of vorbis channel coupling. 19 years ago
Loren Merritt 7bf0049623 int16_t is faster than int_fast16_t for division. 19 years ago
Benjamin Larsson 8dcf48a8c3 Cosmetics. Add the defines needed for debug output. 19 years ago
Loren Merritt 24efb5e51b fix a crash on x86_64 19 years ago
Denes Balatoni 8d39d67a78 vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbalatoni at programozo dot hu> 19 years ago
Uoti Urpala f267587ece Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false. 19 years ago
Måns Rullgård 1bd8624697 kill some warnings 19 years ago
Alexander Strasser 04c669ba98 Correct the relation between floors of type 0 and block sizes. 19 years ago
Alexander Strasser 536b48b258 10l (malloc check with the wrong pointer) 19 years ago
Alexander Strasser 43eb59087b Added support for vorbis files containing floor type 0. 19 years ago
Dieter ceaf1909c1 add static keyword to some functions 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård 4733abcbf3 use PRIxN, %zd, %td formats where needed 19 years ago
Michael Niedermayer 5a408f91e6 decrease V_NB_BITS if possible 20 years ago
Michael Niedermayer f4e61cd194 more trivial optimizations 20 years ago
Michael Niedermayer 9a9d530126 maxdepth is supposed to be a constant, its faster if its too large then if its non constant 20 years ago
Michael Niedermayer de312e51d0 optimizations 20 years ago
Michael Niedermayer f56f96d80f faster float->short conversation 20 years ago
Michael Niedermayer e19ca8451d ilog() -> av_log2() 20 years ago
Michael Niedermayer 13c2469d7f Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu) 20 years ago
Denes Balatoni 84a96d6a3d 1.) LGPL license mentioned 20 years ago
Måns Rullgård 2c57805831 accept old extradata format 20 years ago
Måns Rullgård d381c5054a fix decoding of multi-channel vorbis streams 20 years ago
Michael Niedermayer 0bde73d907 Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu) 20 years ago