aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/mp3_hdr.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\ \
| | * Remove unused static function mp_mp3_get_lsf().Gravatar cehoyos2010-02-27
| | * cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
| |/
| * libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.Gravatar diego2010-02-17
| * Mark mp_mp3_get_lsf() as static; it is not used outside of the file.Gravatar diego2010-02-17
| * #include corresponding .h files in .c files.Gravatar diego2010-02-16
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* | Make various functions staticGravatar Uoti Urpala2008-08-12
* | Include corresponding .h in some .c filesGravatar Uoti Urpala2008-08-12
|/
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* set i_bps in demux_audio for WAV and MP3 to avoid division by zero beforeGravatar reimar2005-08-01
* wrong framesize calculation for layers 1 and 2 with lsf setGravatar nicodvb2005-04-24
* assign correct tag, dwScale and dwBlockAlign to mpeg audio; optionally assign...Gravatar nicodvb2005-04-17
* added support for mpa layers 1 and 2Gravatar nicodvb2005-04-02
* codmetics (noticed by Alex)Gravatar arpi2003-07-04
* better checksGravatar arpi2003-07-04
* check for framesize validity, return -1 (error) for zero size (bug found by pl)Gravatar arpi2002-10-25
* Fix vbr muxing and win32 codec crash on initGravatar albeu2002-07-21
* mp_mp3_get_lsf() added - to get decomp. frame sizeGravatar arpi2002-04-24
* Audio file demuxer. Extended version for demuxer info.Gravatar albeu2002-02-14
* mp3 header parserGravatar arpi2001-10-31
* mp3 header parserGravatar arpi2001-10-31