summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_rawaudio.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-1/+1
* -demuxer rawaudio data will often need parsing (e.g. when it is used for rawreimar2010-01-151-0/+1
* Get rid of rawaudio control code again that only duplicates the fallback code inreimar2009-08-171-20/+0
* Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case thereimar2009-08-161-1/+2
* Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS forreimar2009-08-161-1/+18
* Add standard license header to all files in libmpdemux.diego2009-05-081-0/+17
* Remove global demuxer_typeuau2008-04-121-1/+0
* Fix lots and lots of other demuxers broken by r26301reimar2008-04-051-0/+1
* Use defines to give names to the different seek flags.reimar2008-01-291-2/+2
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* Make m_option_t arrays referenced by cfg-common.h constreimar2007-12-021-1/+1
* 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