summaryrefslogtreecommitdiffstats
path: root/libmpdemux/parse_mp4.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30643Uoti Urpala2010-03-101-1/+2
|\
| * libmpdemux: Mark functions not used outside of their files as static.diego2010-02-171-1/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-3/+3
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-4/+3
* | Merge svn changes up to r29134Uoti Urpala2009-04-021-3/+0
|\|
| * 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
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+1
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* | Merge svn changes up to r28149Uoti Urpala2008-12-141-5/+21
|\|
| * license header consistency cosmeticsdiego2008-12-131-1/+1
| * Replace informal GPL notes by standard GPL header.diego2008-12-131-5/+21
* | Mark some functions staticUoti Urpala2008-04-231-1/+1
|/
* 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