log libmpdemux/demux_aac.c @ 36484:29dd21c0fa9d

age author description
2010-11-14 cboesch Remove most of the NULL pointer check before free all over the code
2010-07-10 reimar Make the stream language an argument to the stream creation function
2010-02-26 diego Do not cast the results of malloc/calloc/realloc.
2010-02-17 diego Add separate header for aac_parse_frame(); avoids forward declarations.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-05-08 diego Add standard license header to all files in libmpdemux.
2008-04-09 albeu Split the aac header parsing out of aac demuxer to allow using libmpmux
2008-04-05 reimar Fix lots and lots of other demuxers broken by r26301
2008-01-29 reimar Use defines to give names to the different seek flags.
2008-01-13 reimar Make all demuxer_desc_t const, thus moving them to .rodata
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2006-12-02 diego Remove superfluous bswap.h include.
2006-06-14 uau Clean up audio pts handling, make audio pts tracking in the audio-only
2006-03-09 reimar fix minor (i.e. unlikely to ever happen) leak when init fails
2006-02-17 corey Second-try commit of this patch.
2005-10-30 reimar move resync_audio_stream after seeking to demuxer.c
2005-10-13 reimar Use PRI?64 defines as format strings for 64 bit variables.
2005-08-05 rtognimp Demuxer modularization
2005-06-26 faust3 demux close gets called automatically
2005-06-16 henry remove useless include
2005-06-13 nicodvb added AAC ADTS demuxer