summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mp3_hdr.c
Commit message (Expand)AuthorAgeFilesLines
* libmpdemux: add back demux_mpgwm42012-09-181-0/+144
* libmpcodecs: remove redundant audio and video decoderswm42012-08-201-122/+0
* mp3_hdr: cleanupsmplayer-svn2012-08-031-59/+37
* Merge svn changes up to r30798Uoti Urpala2010-03-101-12/+0
|\
| * Remove unused static function mp_mp3_get_lsf().cehoyos2010-02-271-12/+0
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* | Merge svn changes up to r30643Uoti Urpala2010-03-101-2/+0
|\|
| * libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.diego2010-02-171-2/+0
| * Mark mp_mp3_get_lsf() as static; it is not used outside of the file.diego2010-02-171-1/+1
| * #include corresponding .h files in .c files.diego2010-02-161-0/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-6/+6
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-7/+6
* | Merge svn changes up to r29304Uoti Urpala2009-07-071-0/+18
|\|
| * Add standard license header to all files in libmpdemux.diego2009-05-081-0/+18
* | Make various functions staticUoti Urpala2008-08-121-1/+1
* | Include corresponding .h in some .c filesUoti Urpala2008-08-121-0/+1
|/
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* set i_bps in demux_audio for WAV and MP3 to avoid division by zero beforereimar2005-08-011-2/+5
* wrong framesize calculation for layers 1 and 2 with lsf setnicodvb2005-04-241-2/+3
* assign correct tag, dwScale and dwBlockAlign to mpeg audio; optionally assign...nicodvb2005-04-171-2/+15
* added support for mpa layers 1 and 2nicodvb2005-04-021-4/+11
* codmetics (noticed by Alex)arpi2003-07-041-5/+5
* better checksarpi2003-07-041-22/+23
* check for framesize validity, return -1 (error) for zero size (bug found by pl)arpi2002-10-251-7/+13
* Fix vbr muxing and win32 codec crash on initalbeu2002-07-211-1/+3
* mp_mp3_get_lsf() added - to get decomp. frame sizearpi2002-04-241-0/+12
* Audio file demuxer. Extended version for demuxer info.albeu2002-02-141-4/+8
* mp3 header parserarpi2001-10-311-1/+0
* mp3 header parserarpi2001-10-311-0/+92