log libmpcodecs/ad_libvorbis.c @ 30309:ddd809228aef

age author description
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 24 Nov 2008 08:31:44 +0000 diego Create a separate codecs.conf entry for Tremor and use it if MPlayer is
Thu, 07 Aug 2008 12:20:50 +0000 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
Sat, 07 Jun 2008 13:04:53 +0000 ulion Fix channel order for libvorbis decoder, original patched by Nicolas George.
Mon, 28 May 2007 08:18:23 +0000 diego Move variable declaration into conditional to avoid an unused variable warning.
Sat, 15 Jul 2006 16:03:12 +0000 reynaldo marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org
Sun, 02 Jul 2006 08:17:07 +0000 reynaldo rm unnecesary casts from void* - part 3