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

age author description
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
Mon, 25 Apr 2011 09:48:11 +0000 reimar Setup default speex modes, allows decoding of speex in flv which does not
Sun, 12 Dec 2010 12:36:56 +0000 reimar Improve speex codec pts handling, make audio timestamps work reasonably
Sat, 11 Dec 2010 17:45:41 +0000 reimar Fix possible memory leaks on error.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Fri, 12 Mar 2010 18:19:51 +0000 reimar Support extradata format of the speex.acm windows codec formerly available
Fri, 12 Mar 2010 17:29:48 +0000 reimar Fix crash if speex_packet_to_header fails.
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.
Fri, 17 Nov 2006 10:03:33 +0000 reimar Put files fully owned by my under GPL v2 "or later"
Sun, 02 Jul 2006 08:17:07 +0000 reynaldo rm unnecesary casts from void* - part 3
Wed, 19 Apr 2006 22:30:31 +0000 reimar bug fixes: left-over mode variable used uninitialized,
Thu, 19 Jan 2006 20:26:34 +0000 reimar Use free instead of speex_free - since speex_free does not appear in the
Sat, 05 Nov 2005 12:01:05 +0000 reimar Speex audio decoding