log libmpdemux/demux_audio.c @ 27130:c152cadc5561

age author description
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.
Tue, 29 Jan 2008 22:00:58 +0000 reimar Properly check length of flac metadata.
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
Sat, 19 Jan 2008 14:43:58 +0000 reimar Fix endless loop if nAvgBytesPerSec is 0.
Sat, 19 Jan 2008 14:38:24 +0000 reimar Avoid a division by 0 if i_bps is 0.
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Mon, 24 Sep 2007 22:21:14 +0000 reimar Simplify: initialize at declaration at the start of the function
Mon, 24 Sep 2007 22:18:47 +0000 reimar Get rid of rather pointless asserts
Mon, 24 Sep 2007 21:49:56 +0000 uau demux_audio.c: Fix timestamp handling
Sun, 24 Jun 2007 13:21:50 +0000 reimar Get rid of: useless variable, useless cast and void * arithmetic
Sun, 24 Jun 2007 13:20:17 +0000 reimar Use AV_RL32
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Thu, 15 Mar 2007 10:38:51 +0000 reimar Check for eof in loop searching for data chunk.
Sun, 04 Mar 2007 12:43:55 +0000 reimar Fix wrong setting of samplesize (must be bytes per sample, not bits)
Sun, 04 Feb 2007 09:33:57 +0000 reimar Do not read beyond end of data chunk if chunk_size is set.
Mon, 18 Dec 2006 15:15:21 +0000 reimar doxify a comment
Mon, 18 Dec 2006 15:14:23 +0000 reimar Require 12 consecutive MPEG-audio headers before detecting as audio.
Sat, 21 Oct 2006 19:58:49 +0000 reimar Try playing files with wrong wav header length, fixes riff_broken_hrdlen.wav
Thu, 13 Jul 2006 16:41:13 +0000 reynaldo drops casts from void * on malloc/calloc from libmpdemux code
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 14:05:59 +0000 uau Change free_sh_audio() to take demuxer and stream id as parameters
Sat, 22 Apr 2006 05:12:10 +0000 reynaldo Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
Sun, 16 Apr 2006 13:45:21 +0000 reimar Use ULL for > 32 bits constant.