log libmpdemux/demux_audio.c @ 37037:5ae43d2a425d

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.