log libmpdemux/demux_audio.c @ 27333:16251c34062d

age author description
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.
Wed, 21 May 2008 16:07:37 +0000 reimar Continue detection if it is not clear if we have a MP3 or flac file.
Sat, 12 Apr 2008 15:16:37 +0000 reimar Remove another two useless special-case from flac metadata reading function
Sat, 12 Apr 2008 15:14:02 +0000 reimar Simplify: use AV_RB24
Sat, 12 Apr 2008 15:11:03 +0000 reimar Remove useless checks
Sat, 12 Apr 2008 15:09:40 +0000 reimar Simplify (currently disabled) get_flac_metadata
Tue, 29 Jan 2008 22:44:55 +0000 reimar Add a comment to the #if 0
Tue, 29 Jan 2008 22:04:46 +0000 reimar Disable reading of flac metadata, mere metadata is not worth such a mess.