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

age author description
Fri, 30 Aug 2013 19:41:38 +0000 reimar libmad: try decoding buffered data after EOF.
Fri, 30 Aug 2013 19:41:37 +0000 reimar ad_libmad: simplify code a bit.
Sat, 24 Mar 2012 19:22:16 +0000 reimar libmad: set i_bps only if it is not already set.
Sat, 24 Mar 2012 19:19:48 +0000 reimar Replace malloc+memset by calloc.
Sat, 24 Mar 2012 19:19:03 +0000 reimar Remove unnecessary casts.
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
Tue, 25 May 2010 11:39:58 +0000 diego whitespace cosmetics
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
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.
Sat, 30 Jan 2010 14:13:15 +0000 diego Remove confusing comment.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 21 Jun 2006 14:49:09 +0000 diego Move #ifdefs around complete files into the build system.
Wed, 22 Sep 2004 04:43:15 +0000 rfelker 10l
Tue, 21 Sep 2004 20:34:47 +0000 reimar setting samplesize to 2 in decoders where neccessary.
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
Sun, 12 May 2002 00:44:32 +0000 arpi always reser audio input buffer pointer
Wed, 03 Apr 2002 20:14:18 +0000 arpi libmad support, rewritten from scratch using Xine decoder as sample