log libmpdemux/demux_audio.c @ 30198:6ee34a8c5d72

age author description
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.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Sun, 16 Nov 2008 10:20:58 +0000 reimar Use 64 bit numbers for file positions in the seek function in audio demuxer.
Thu, 09 Oct 2008 17:10:31 +0000 cehoyos Remove unused line (and fix an icc warning).
Tue, 29 Jul 2008 11:17:52 +0000 ptt changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played)
Sun, 13 Jul 2008 16:56:00 +0000 reimar 100l, do not use macros on functions that are not idempotent
Fri, 11 Jul 2008 17:25:37 +0000 reimar Correct stream-seekability tests in demux_audio and demux_lavf
Thu, 10 Jul 2008 20:10:11 +0000 reimar Only read wav header cbSize when there is enough space in header.
Thu, 10 Jul 2008 20:06:43 +0000 reimar 100l, assignment introduced in r27246 was exactly the wrong way around.
Thu, 10 Jul 2008 19:30:23 +0000 reimar Cosmetics: reindent
Thu, 10 Jul 2008 19:29:02 +0000 reimar Clean up reading of wav extradata.
Sun, 29 Jun 2008 07:34:44 +0000 reimar Make sure we do not use uninitialized data in case of a short read.