summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_rawaudio.c
Commit message (Expand)AuthorAgeFilesLines
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* drops casts from void * on malloc/calloc from libmpdemux codereynaldo2006-07-131-1/+1
* Clean up audio pts handling, make audio pts tracking in the audio-onlyuau2006-06-141-1/+0
* Second-try commit of this patch.corey2006-02-171-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* move resync_audio_stream after seeking to demuxer.creimar2005-10-301-3/+0
* the on suboption of -rawaudio and -rawvideo do not work anymore since thereimar2005-09-251-1/+0
* Demuxer modularizationrtognimp2005-08-051-4/+21
* needed for a/v sync with compressed audio (e.g. raw .mp2 or .ac3 file)rfelker2004-04-261-1/+8
* Fixed 'reading after EOF'. demuxers didn't check, how many they've read!lumag2003-09-201-1/+2
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-2/+1
* *** empty log message ***albeu2003-04-021-1/+1
* Set deuxer_type instead of using our own global var.albeu2003-03-301-2/+2
* Fix a 100L bug wich killed mencoder timing and switch to the newalbeu2003-03-271-4/+5
* CDDA seeking fixedarpi2002-12-221-0/+2
* compiler warning fixesarpi2002-12-141-0/+1
* FreeBSD fixnexus2002-11-121-0/+1
* cleanup config option handling in libmpdemux.arpi2002-10-231-9/+1
* Support for playing audio cds using cdparanoia. Include a raw audioalbeu2002-06-111-0/+97