log libmpdemux/demux_mov.c @ 36565:bec86410237f

age author description
Wed, 07 Aug 2013 20:41:34 +0000 ib Don't subsequently calculate original_aspect from last movie_aspect.
Wed, 31 Oct 2012 20:44:16 +0000 reimar Fix off-by-one error in range check.
Sun, 12 Dec 2010 16:50:13 +0000 reimar len < 8 is also invalid for 64-bit codec chunk size.
Sun, 12 Dec 2010 12:13:01 +0000 reimar Fix allocations: always free before overwriting a pointer with a newly
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Sun, 12 Sep 2010 12:32:28 +0000 reimar Replace malloc+memset by calloc.
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Wed, 17 Feb 2010 23:02:13 +0000 diego Add header file for store_ughvlc(); avoids forward declarations.
Wed, 17 Feb 2010 22:11:05 +0000 diego Mark mov_build_index() as static; it is not used outside of the file.
Fri, 04 Sep 2009 09:21:06 +0000 reimar 100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,
Sat, 30 May 2009 13:18:57 +0000 reimar In all demux_info_add calls change "name" to "title".
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Sun, 08 Mar 2009 09:28:01 +0000 reimar Remove unused variable from demux_mov.