summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_audio.c
Commit message (Expand)AuthorAgeFilesLines
* Uninit addedalbeu2002-04-241-0/+8
* Fix % seekingalbeu2002-04-231-4/+5
* Added pts for mp3 and wav. And perfect seeking for mp3, unless flags & 2albeu2002-02-201-7/+65
* fixed WAV demuxer so that it skips to the actual start of the audio datamelanson2002-02-161-1/+10
* We should skip exactly the first frame on mp3 files.albeu2002-02-151-3/+2
* mp3 position fixedarpi2002-02-151-2/+5
* Improved mp3 detection (don't detect mpeg1/2 as mp3 anymore)albeu2002-02-141-2/+15
* Audio file demuxer. Extended version for demuxer info.albeu2002-02-141-0/+249