aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/parse_mp4.c
Commit message (Expand)AuthorAge
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* 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
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* license header consistency cosmeticsGravatar diego2008-12-13
* Replace informal GPL notes by standard GPL header.Gravatar diego2008-12-13
* 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