log libmpcodecs/ad_libvorbis.c @ 37195:ac6c37d85d65 default tip

age author description
Tue, 19 Mar 2013 10:42:19 +0000 diego Add strings.h #includes for strncasecmp().
Thu, 01 Nov 2012 21:24:42 +0000 reimar Remove nonsense check.
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
Fri, 12 Feb 2010 16:29:34 +0000 diego Mark all ad_info_t/vd_info_t structure declarations as const.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
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
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.
Mon, 13 Jan 2003 19:18:26 +0000 rfelker 1000l, this clips!! IMO rg_scale nonsense should be removed with
Wed, 04 Dec 2002 20:50:53 +0000 rguyom Reduce fixed-point replay gain support precision with Tremor.
Wed, 04 Dec 2002 20:27:36 +0000 rguyom Add Tremor (an integer-only Vorbis decoder) support.
Sun, 17 Nov 2002 12:39:00 +0000 rguyom Added support for VorbisGain tags.
Sat, 31 Aug 2002 13:09:23 +0000 arpi -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
Fri, 30 Aug 2002 21:44:20 +0000 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
Fri, 30 Aug 2002 20:06:22 +0000 arpi sync driver names with codec-cfg
Fri, 30 Aug 2002 19:49:37 +0000 arpi renamed to match driver family name base libmpcodecs/ad_vorbis.c@212807726723