log libmpdemux/demux_audio.c @ 36948:a5537f70df8e

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Wed, 01 Jan 2014 22:17:01 +0000 cehoyos Set audio channel_layout from container when using FFmpeg decoder.
Tue, 19 Mar 2013 10:42:19 +0000 diego Add strings.h #includes for strncasecmp().
Sun, 25 Nov 2012 11:37:52 +0000 reimar Fix bitrate calculation for FLAC files.
Mon, 05 Nov 2012 19:32:28 +0000 reimar Remove completely unnecessary huge on-stack buffer.
Thu, 01 Nov 2012 22:22:04 +0000 reimar Add cast to ensure shift will not overflow.
Thu, 26 Jul 2012 20:32:34 +0000 reimar Generally enable parsing for audio streams.
Fri, 18 May 2012 17:03:09 +0000 reimar Take start offset into account when calculating amount of audio data.
Fri, 18 May 2012 17:01:13 +0000 reimar Add some additional checks to ensure subtractions do not overflow.
Mon, 13 Feb 2012 19:36:01 +0000 reimar Detect ID3v2 tag at the end of the file and stop demuxing before
Mon, 13 Feb 2012 19:33:48 +0000 reimar Minor simplification.
Fri, 11 Nov 2011 17:29:14 +0000 reimar Make WAV format detection more restrictive so it does not incorrectly
Thu, 27 Oct 2011 20:09:09 +0000 ib Fix wrong runtime and average bitrate for VBR (variable bitrate) MP3.
Thu, 27 Oct 2011 19:58:42 +0000 ib Ensure that demuxer->movi_end will be set.
Wed, 08 Dec 2010 22:53:52 +0000 reimar Do not generate nonsensical pts values for FLAC audio.
Wed, 08 Dec 2010 19:43:51 +0000 reimar Add support for FLAC audio parsing, fixes playback time jumping
Mon, 29 Nov 2010 18:56:21 +0000 reimar Set needs_parsing to 1 for DTS audio.
Sun, 21 Nov 2010 12:25:01 +0000 reimar Fix WAVEFORMATEXTENSIBLE condition.
Sun, 21 Nov 2010 12:20:22 +0000 reimar Fix WAVEFORMATEXTENSIBLE support on big-endian.
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)
Sat, 10 Jul 2010 23:11:45 +0000 reimar Remove some pointless uses of be2me/le2me.
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Sun, 20 Jun 2010 15:04:12 +0000 diego Move hr_mp3_seek extern variable declaration to demux_audio.h.
Mon, 22 Feb 2010 14:27:32 +0000 tack Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in a
Thu, 18 Feb 2010 00:18:50 +0000 diego Add header for AVI print functions; avoids many forward declarations.
Sun, 22 Nov 2009 15:18:21 +0000 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
Mon, 14 Sep 2009 08:51:00 +0000 reimar Get rid of useless indirection and use the demuxer argument directly instead of
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.