log libmpcodecs/ad_mpc.c @ 37174:6c941fe7fc3e

age author description
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sun, 12 Sep 2010 15:55:47 +0000 reimar Replace sizeof(WAVEFORMATEX) occurrences.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
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, 09 Jul 2007 19:50:36 +0000 diego ISO8859-1 --> UTF-8
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Sun, 02 Jul 2006 08:17:07 +0000 reynaldo rm unnecesary casts from void* - part 3
Thu, 20 Apr 2006 09:23:13 +0000 reimar better set audio_out_minsize to MAX_FRAMESIZE
Wed, 19 Apr 2006 22:33:58 +0000 reimar set audio_out_minsize, should avoid all "maxlen too small" cases
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Wed, 12 Oct 2005 21:49:47 +0000 reimar implement ADCTRL_RESYNC_STREAM, it tries to detect when decoding is
Mon, 12 Sep 2005 21:08:04 +0000 reimar Fix maximum frame size, could lead to crashes when changing playback speed.
Tue, 06 Sep 2005 20:37:47 +0000 reimar Use bitrate from demuxer
Tue, 26 Jul 2005 00:01:44 +0000 diego Use a more stable URL.
Sat, 23 Jul 2005 18:07:08 +0000 reimar Allow the ffmpeg people to use this code if they want.
Fri, 22 Jul 2005 11:17:05 +0000 reimar guard against double uninit (reportedly can happen on STRG+C)
Sun, 10 Jul 2005 19:17:00 +0000 reimar The right name is Musepack, not MPC/MpegPlus.
Sun, 10 Jul 2005 17:14:12 +0000 reimar musepack demuxing and decoding support (demuxing is v7 bitstream only).