summaryrefslogtreecommitdiffstats
path: root/libmpdemux/parse_mp4.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-3/+3
* Remove unnecessary malloc.h #includes and related #ifdeffery.diego2009-04-021-4/+0
* Add config.h #include, necessary for HAVE_MALLOC_H check.diego2009-04-011-0/+1
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* license header consistency cosmeticsdiego2008-12-131-1/+1
* Replace informal GPL notes by standard GPL header.diego2008-12-131-5/+21
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* decoderConfigLen can be larger than 255 bytesnicodvb2006-06-091-1/+1
* allow early exit from esds parsing, so decoder info (type & bitrate) arearpi2002-08-051-3/+5
* FreeBSD require stdlib.hnexus2002-03-301-0/+1
* FreeBSD warning fixnexus2002-03-301-0/+2
* eeh 10l, removed one line too much :(atmos42002-03-251-1/+1
* Fix some silly logical bugs and fix memory cleanup in case mp4_parse_es retur...atmos42002-03-251-23/+33
* - Add parsing of Sync Layer Descriptoratmos42002-03-241-3/+31
* 10l fix memory allocationatmos42002-03-241-6/+9
* Improved MP4 parsing (finally)atmos42002-03-241-0/+114