aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_rawaudio.c
Commit message (Expand)AuthorAge
* drops casts from void * on malloc/calloc from libmpdemux codeGravatar reynaldo2006-07-13
* Clean up audio pts handling, make audio pts tracking in the audio-onlyGravatar uau2006-06-14
* Second-try commit of this patch.Gravatar corey2006-02-17
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* the on suboption of -rawaudio and -rawvideo do not work anymore since theGravatar reimar2005-09-25
* Demuxer modularizationGravatar rtognimp2005-08-05
* needed for a/v sync with compressed audio (e.g. raw .mp2 or .ac3 file)Gravatar rfelker2004-04-26
* Fixed 'reading after EOF'. demuxers didn't check, how many they've read!Gravatar lumag2003-09-20
* Removed the historic cfgparser and switched full to the new config parser (al...Gravatar alex2003-08-13
* *** empty log message ***Gravatar albeu2003-04-02
* Set deuxer_type instead of using our own global var.Gravatar albeu2003-03-30
* Fix a 100L bug wich killed mencoder timing and switch to the newGravatar albeu2003-03-27
* CDDA seeking fixedGravatar arpi2002-12-22
* compiler warning fixesGravatar arpi2002-12-14
* FreeBSD fixGravatar nexus2002-11-12
* cleanup config option handling in libmpdemux.Gravatar arpi2002-10-23
* Support for playing audio cds using cdparanoia. Include a raw audioGravatar albeu2002-06-11