aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_rawaudio.c
Commit message (Expand)AuthorAge
* rawaudio: use mplayer audio format for format optionGravatar wm42012-09-18
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* -demuxer rawaudio data will often need parsing (e.g. when it is used for rawGravatar reimar2010-01-15
* Get rid of rawaudio control code again that only duplicates the fallback code inGravatar reimar2009-08-17
* Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case theGravatar reimar2009-08-16
* Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS forGravatar reimar2009-08-16
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Remove global demuxer_typeGravatar uau2008-04-12
* Fix lots and lots of other demuxers broken by r26301Gravatar reimar2008-04-05
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Make m_option_t arrays referenced by cfg-common.h constGravatar reimar2007-12-02
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* 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