aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/parse_mp4.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\
| * libmpdemux: Mark functions not used outside of their files as static.Gravatar diego2010-02-17
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\|
| * Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
| * Add config.h #include, necessary for HAVE_MALLOC_H check.Gravatar diego2009-04-01
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* | Merge svn changes up to r28149Gravatar Uoti Urpala2008-12-14
|\|
| * license header consistency cosmeticsGravatar diego2008-12-13
| * Replace informal GPL notes by standard GPL header.Gravatar diego2008-12-13
* | Mark some functions staticGravatar Uoti Urpala2008-04-23
|/
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* decoderConfigLen can be larger than 255 bytesGravatar nicodvb2006-06-09
* allow early exit from esds parsing, so decoder info (type & bitrate) areGravatar arpi2002-08-05
* FreeBSD require stdlib.hGravatar nexus2002-03-30
* FreeBSD warning fixGravatar nexus2002-03-30
* eeh 10l, removed one line too much :(Gravatar atmos42002-03-25
* Fix some silly logical bugs and fix memory cleanup in case mp4_parse_es retur...Gravatar atmos42002-03-25
* - Add parsing of Sync Layer DescriptorGravatar atmos42002-03-24
* 10l fix memory allocationGravatar atmos42002-03-24
* Improved MP4 parsing (finally)Gravatar atmos42002-03-24