log libmpdemux/demux_rawaudio.c @ 37179:b02352aadc5d

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Sun, 12 Sep 2010 13:26:39 +0000 reimar Replace sizeof(type)
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Fri, 15 Jan 2010 19:01:03 +0000 reimar -demuxer rawaudio data will often need parsing (e.g. when it is used for raw
Mon, 17 Aug 2009 05:56:36 +0000 reimar Get rid of rawaudio control code again that only duplicates the fallback code in
Sun, 16 Aug 2009 22:44:29 +0000 reimar Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case the
Sun, 16 Aug 2009 22:39:10 +0000 reimar Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS for
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Sat, 12 Apr 2008 15:51:05 +0000 uau Remove global demuxer_type
Sat, 05 Apr 2008 14:11:48 +0000 reimar Fix lots and lots of other demuxers broken by r26301
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Sun, 02 Dec 2007 21:26:23 +0000 reimar Make m_option_t arrays referenced by cfg-common.h const
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Thu, 13 Jul 2006 16:41:13 +0000 reynaldo drops casts from void * on malloc/calloc from libmpdemux code