log libmpdemux/demux_mpc.c @ 37174:6c941fe7fc3e

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
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
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
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Mon, 12 Mar 2007 15:52:34 +0000 diego Source files should not contain non-ASCII characters.
Thu, 07 Dec 2006 11:58:07 +0000 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Mon, 03 Jul 2006 13:21:54 +0000 reynaldo rm unnecesary casts from void* - part 4
Wed, 14 Jun 2006 19:48:54 +0000 uau Clean up audio pts handling, make audio pts tracking in the audio-only
Wed, 14 Jun 2006 13:47:11 +0000 uau Remove extern declaration for free_sh_audio() that is both unused and
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Sun, 30 Oct 2005 09:19:05 +0000 reimar move resync_audio_stream after seeking to demuxer.c
Wed, 12 Oct 2005 21:55:55 +0000 reimar Implement seeking
Wed, 12 Oct 2005 20:45:52 +0000 reimar Bigendian bug
Tue, 27 Sep 2005 19:04:10 +0000 reimar Report total time
Tue, 06 Sep 2005 23:11:30 +0000 reimar We can not seek, so set seekable to 0
Tue, 06 Sep 2005 20:35:14 +0000 reimar better bitrate calculation
Tue, 06 Sep 2005 19:40:19 +0000 reimar Changes forgotten during demuxer API change, introduce a check function.
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Fri, 29 Jul 2005 15:52:06 +0000 reimar 10l, incorrect usage of le2me_*
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.
Sun, 10 Jul 2005 17:14:12 +0000 reimar musepack demuxing and decoding support (demuxing is v7 bitstream only).