log libmpcodecs/ad_libvorbis.c @ 24793:a77d2ba096f0

age author description
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
Wed, 21 Jun 2006 14:49:09 +0000 diego Move #ifdefs around complete files into the build system.
Mon, 24 Apr 2006 10:58:40 +0000 rtognimp 4 - Implement a better way to calculate current audio pts and use it for
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Mon, 05 Dec 2005 01:28:17 +0000 rathann ad_libvorbis.c:119: warning: assignment from incompatible pointer type
Sat, 06 Aug 2005 15:43:54 +0000 rathann tremor uses integer types
Thu, 12 May 2005 23:32:26 +0000 nicodvb initialize vorbis structure before calling ERROR()
Thu, 12 May 2005 17:35:58 +0000 nicodvb vorbis extradata is now passed from demuxer to decoder in matroska's way
Thu, 20 Jan 2005 13:22:53 +0000 reimar remove all setlocale calls, they break the behaviour of sscanf and
Thu, 14 Oct 2004 15:09:35 +0000 reimar some memory leaks fixed
Sat, 18 Sep 2004 04:20:13 +0000 rfelker fix reimar's 10l...no actually imho it's arpi's 100l for writing the
Wed, 29 Jan 2003 22:45:07 +0000 arpi - fixed the input buffering (don't read input unless we're already processed
Mon, 13 Jan 2003 19:38:52 +0000 rfelker don't waste time on rg_scale nonsense if not necessary.