log libmpdemux/demux_realaud.c @ 37182:1c64016edce3

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
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 13:26:39 +0000 reimar Replace sizeof(type)
Sun, 12 Sep 2010 13:04:07 +0000 reimar Replace malloc+memset by calloc.
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Thu, 18 Feb 2010 00:18:50 +0000 diego Add header for AVI print functions; avoids many forward declarations.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Wed, 24 Jan 2007 15:05:42 +0000 rtogni Use interleaver id to select the correct interleaver instead of guessing
Sat, 02 Dec 2006 12:32:44 +0000 diego Remove superfluous bswap.h include.
Thu, 13 Jul 2006 16:41:13 +0000 reynaldo drops casts from void * on malloc/calloc from libmpdemux code
Sat, 08 Jul 2006 17:28:36 +0000 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
Sat, 08 Jul 2006 12:01:38 +0000 rtogni Remove unused prototype
Sun, 14 May 2006 15:51:05 +0000 rtognimp Fix some potential integer overflow in memory allocation (mot of these
Mon, 27 Mar 2006 17:25:41 +0000 diego Convert printfs in aviprint.c to mp_msg and give the information printing
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Sun, 15 Jan 2006 21:58:10 +0000 rtognimp Support sipr codec in old RealAudio files.
Fri, 09 Dec 2005 16:25:37 +0000 rtognimp Move audio packets reordering from codec interface to demuxers for real
Tue, 30 Aug 2005 23:59:21 +0000 reimar Sparcs do not like wild pointer typecasting (unaligned access).
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Thu, 03 Mar 2005 23:02:45 +0000 rtognimp Fix very old ra files with no fourcc
Thu, 03 Mar 2005 21:13:30 +0000 rtognimp Fix some 28.8 ra files with four text strings
Sun, 30 Nov 2003 19:04:27 +0000 rtognimp 10l
Sun, 01 Jun 2003 20:27:32 +0000 rtognimp Warning fixes, patch by Dominik Mierzejewski
Sat, 17 May 2003 18:50:32 +0000 rtognimp Remove byteswap hack with dnet audio
Wed, 30 Apr 2003 20:17:35 +0000 rtognimp Remove broker reset/seek and fix ;;
Wed, 30 Apr 2003 19:54:54 +0000 rtognimp Realaudio support