log vorbis.c @ 3568:945caa35ee9a libavcodec

age author description
Thu, 10 Aug 2006 19:06:25 +0000 lorenm sse and 3dnow implementations of float->int conversion and mdct windowing. libavcodec
Tue, 08 Aug 2006 04:01:04 +0000 lorenm 3dnow2 implementation of imdct. libavcodec
Thu, 03 Aug 2006 06:07:13 +0000 lorenm another div -> fastdiv, another 2% faster vorbis. libavcodec
Thu, 03 Aug 2006 03:18:47 +0000 lorenm sse & sse2 implementations of vorbis channel coupling. libavcodec
Thu, 03 Aug 2006 02:18:07 +0000 lorenm int16_t is faster than int_fast16_t for division. libavcodec
Thu, 11 May 2006 00:28:30 +0000 banan Cosmetics. Add the defines needed for debug output. libavcodec
Thu, 11 May 2006 00:06:50 +0000 lorenm fix a crash on x86_64 libavcodec
Sun, 07 May 2006 17:30:00 +0000 bcoudurier vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbalatoni at programozo dot hu> libavcodec
Sun, 23 Apr 2006 21:11:31 +0000 rtognimp Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false. libavcodec
Sat, 25 Feb 2006 22:41:31 +0000 mru kill some warnings libavcodec
Sun, 05 Feb 2006 10:16:20 +0000 al Correct the relation between floors of type 0 and block sizes. libavcodec
Sat, 04 Feb 2006 09:59:48 +0000 al 10l (malloc check with the wrong pointer) libavcodec
Sat, 04 Feb 2006 08:55:34 +0000 al Added support for vorbis files containing floor type 0. libavcodec
Mon, 30 Jan 2006 23:33:19 +0000 mru add static keyword to some functions libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Mon, 12 Dec 2005 01:56:46 +0000 mru use PRIxN, %zd, %td formats where needed libavcodec
Mon, 30 May 2005 22:02:00 +0000 michael decrease V_NB_BITS if possible libavcodec
Mon, 30 May 2005 20:34:05 +0000 michael more trivial optimizations libavcodec
Mon, 30 May 2005 19:14:50 +0000 michael maxdepth is supposed to be a constant, its faster if its too large then if its non constant libavcodec
Mon, 30 May 2005 15:03:06 +0000 michael optimizations libavcodec
Mon, 30 May 2005 00:07:52 +0000 michael faster float->short conversation libavcodec
Sun, 29 May 2005 22:50:22 +0000 michael ilog() -> av_log2() libavcodec
Sun, 29 May 2005 22:11:05 +0000 michael Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu) libavcodec
Sat, 21 May 2005 01:17:20 +0000 michael 1.) LGPL license mentioned libavcodec
Thu, 19 May 2005 11:45:10 +0000 mru accept old extradata format libavcodec
Thu, 19 May 2005 11:41:41 +0000 mru fix decoding of multi-channel vorbis streams libavcodec
Tue, 17 May 2005 19:02:43 +0000 michael Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu) libavcodec