aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_aac.c
Commit message (Expand)AuthorAge
* Split the aac header parsing out of aac demuxer to allow using libmpmuxGravatar albeu2008-04-09
* 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
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Remove superfluous bswap.h include.Gravatar diego2006-12-02
* Clean up audio pts handling, make audio pts tracking in the audio-onlyGravatar uau2006-06-14
* fix minor (i.e. unlikely to ever happen) leak when init failsGravatar reimar2006-03-09
* Second-try commit of this patch.Gravatar corey2006-02-17
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* Use PRI?64 defines as format strings for 64 bit variables.Gravatar reimar2005-10-13
* Demuxer modularizationGravatar rtognimp2005-08-05
* demux close gets called automaticallyGravatar faust32005-06-26
* remove useless includeGravatar henry2005-06-16
* added AAC ADTS demuxerGravatar nicodvb2005-06-13