log libmpdemux/parse_mp4.c @ 37195:ac6c37d85d65 default tip

age author description
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Wed, 17 Feb 2010 22:01:35 +0000 diego libmpdemux: Mark functions not used outside of their files as static.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Thu, 02 Apr 2009 09:20:48 +0000 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
Wed, 01 Apr 2009 16:28:25 +0000 diego Add config.h #include, necessary for HAVE_MALLOC_H check.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Sat, 13 Dec 2008 12:31:07 +0000 diego license header consistency cosmetics
Sat, 13 Dec 2008 12:13:48 +0000 diego Replace informal GPL notes by standard GPL header.
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Fri, 09 Jun 2006 21:29:18 +0000 nicodvb decoderConfigLen can be larger than 255 bytes
Mon, 05 Aug 2002 18:22:51 +0000 arpi allow early exit from esds parsing, so decoder info (type & bitrate) are
Sat, 30 Mar 2002 14:42:32 +0000 nexus FreeBSD require stdlib.h
Sat, 30 Mar 2002 14:12:25 +0000 nexus FreeBSD warning fix
Mon, 25 Mar 2002 11:35:21 +0000 atmos4 eeh 10l, removed one line too much :(
Mon, 25 Mar 2002 11:13:14 +0000 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.
Sun, 24 Mar 2002 06:10:13 +0000 atmos4 - Add parsing of Sync Layer Descriptor
Sun, 24 Mar 2002 03:07:18 +0000 atmos4 10l fix memory allocation
Sun, 24 Mar 2002 02:25:41 +0000 atmos4 Improved MP4 parsing (finally)