log libmpdemux/mp3_hdr.c @ 37159:d4fbf2eb4a04

age author description
Fri, 18 May 2012 20:52:12 +0000 reimar Remove unused code from mp_get_mp3_header.
Fri, 18 May 2012 17:26:05 +0000 reimar Cosmetics: fix up indentations, get rid of a few lost tabs.
Fri, 18 May 2012 17:23:44 +0000 reimar Some minor simplifications.
Fri, 18 May 2012 17:18:31 +0000 reimar Use more appropriate types.
Fri, 18 May 2012 17:16:35 +0000 reimar Make some tables const.
Fri, 18 May 2012 17:14:04 +0000 reimar Return a spf value even when srate is NULL.
Sat, 27 Feb 2010 21:29:06 +0000 cehoyos Remove unused static function mp_mp3_get_lsf().
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Wed, 17 Feb 2010 22:52:31 +0000 diego libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.
Wed, 17 Feb 2010 22:14:04 +0000 diego Mark mp_mp3_get_lsf() as static; it is not used outside of the file.
Tue, 16 Feb 2010 15:03:03 +0000 diego #include corresponding .h files in .c files.
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.
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Mon, 01 Aug 2005 18:36:50 +0000 reimar set i_bps in demux_audio for WAV and MP3 to avoid division by zero before
Sun, 24 Apr 2005 08:41:45 +0000 nicodvb wrong framesize calculation for layers 1 and 2 with lsf set
Sun, 17 Apr 2005 09:42:51 +0000 nicodvb assign correct tag, dwScale and dwBlockAlign to mpeg audio; optionally assign layer and samples_per_frame when parsing mpa header
Sat, 02 Apr 2005 10:30:19 +0000 nicodvb added support for mpa layers 1 and 2
Fri, 04 Jul 2003 21:04:14 +0000 arpi codmetics (noticed by Alex)
Fri, 04 Jul 2003 20:43:32 +0000 arpi better checks
Fri, 25 Oct 2002 14:33:51 +0000 arpi check for framesize validity, return -1 (error) for zero size (bug found by pl)
Sun, 21 Jul 2002 14:36:33 +0000 albeu Fix vbr muxing and win32 codec crash on init
Wed, 24 Apr 2002 00:49:06 +0000 arpi mp_mp3_get_lsf() added - to get decomp. frame size
Thu, 14 Feb 2002 13:04:35 +0000 albeu Audio file demuxer. Extended version for demuxer info.
Wed, 31 Oct 2001 14:42:32 +0000 arpi mp3 header parser
Wed, 31 Oct 2001 14:42:32 +0000 arpi mp3 header parser