log libmpdemux/parse_mp4.c @ 33176:ba66f6aa9a9b

age author description
2010-02-20 diego cosmetics: Remove pointless empty lines at EOF.
2010-02-17 diego libmpdemux: Mark functions not used outside of their files as static.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-04-02 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
2009-04-01 diego Add config.h #include, necessary for HAVE_MALLOC_H check.
2009-02-17 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
2008-12-13 diego license header consistency cosmetics
2008-12-13 diego Replace informal GPL notes by standard GPL header.
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2006-06-09 nicodvb decoderConfigLen can be larger than 255 bytes
2002-08-05 arpi allow early exit from esds parsing, so decoder info (type & bitrate) are
2002-03-30 nexus FreeBSD require stdlib.h
2002-03-30 nexus FreeBSD warning fix
2002-03-25 atmos4 eeh 10l, removed one line too much :(
2002-03-25 atmos4 Fix some silly logical bugs and fix memory cleanup in case mp4_parse_es returned with an error by memsetting the esds struct to 0 on init.
2002-03-24 atmos4 - Add parsing of Sync Layer Descriptor
2002-03-24 atmos4 10l fix memory allocation
2002-03-24 atmos4 Improved MP4 parsing (finally)