log libmpdemux/demux_mov.c @ 37174:6c941fe7fc3e

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Mon, 20 Jan 2014 22:08:36 +0000 reimar demux_mov: Initialize "version" variable.
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.
Sat, 07 Feb 2009 15:29:22 +0000 diego Fix a couple of unused variable warnings through the av_unused attribute.
Sat, 07 Feb 2009 15:23:55 +0000 diego Convert CONFIG_ZLIB into a 0/1 option.
Wed, 06 Aug 2008 07:42:26 +0000 diego Rename all preprocessor directives related to Apple / Mac OS X.
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Wed, 16 Jul 2008 17:48:34 +0000 reimar And a 1000l for r27263, swapped a condition, thus setting size to
Wed, 16 Jul 2008 17:28:19 +0000 reimar 100l, fix calloc being called with the wrong argument due to reordering
Mon, 14 Jul 2008 15:49:59 +0000 reimar Change a broken check. FFMAX does not work as intended because trak->chunkmap[i].first
Fri, 11 Jul 2008 22:04:29 +0000 reimar Reindent after last commit
Fri, 11 Jul 2008 22:03:01 +0000 reimar Check size of tkdata before using it in mov demuxer.
Fri, 11 Jul 2008 21:59:17 +0000 reimar Add atom_len sanity check to mov demuxer.
Fri, 11 Jul 2008 20:22:07 +0000 reimar Quick hack to fix demux_mov crashes where easily possible.
Fri, 04 Jul 2008 15:47:31 +0000 reimar Check stdata_len before accessing stdata. Fixes bug #1125
Sun, 29 Jun 2008 07:25:47 +0000 reimar Do not use stdata before checking its length
Sat, 15 Mar 2008 11:32:19 +0000 diego Use HAVE_QUICKTIME instead of MACOSX preprocessor condition.
Sat, 09 Feb 2008 10:38:36 +0000 reimar Use AV_RB*, reduces x86_64 code size by almost 1kB.
Tue, 29 Jan 2008 22:14:00 +0000 reimar Check that index is still within bounds of samples array.
Tue, 29 Jan 2008 22:13:47 +0000 reimar Make sure chunkmap values are within bounds when using them.
Tue, 29 Jan 2008 22:13:20 +0000 reimar Do not pointlessly read data, just skip it.
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
Sun, 27 Jan 2008 16:13:21 +0000 reimar Support mov subtitle format directly instead of converting to text in the demuxer
Sat, 26 Jan 2008 23:52:15 +0000 reimar Simplify init_vobsub: pass palette via extradata.
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Wed, 09 Jan 2008 07:18:14 +0000 reimar Codecdata must always be malloc'd, fixes free being called with an
Fri, 14 Dec 2007 07:15:13 +0000 cehoyos Cosmetics: Fix indentation.
Fri, 14 Dec 2007 07:14:33 +0000 cehoyos Set correct image format for 24bit "raw " in mov files.
Sun, 09 Sep 2007 09:54:57 +0000 diego warning fix:
Sat, 25 Aug 2007 18:09:00 +0000 reimar Split lschunks function further, it is simply too huge to do any useful changes (e.g. for
Sat, 25 Aug 2007 16:56:43 +0000 diego warning fix:
Mon, 28 May 2007 14:25:48 +0000 cehoyos 10l: r23399 broke mov/mp4 demuxing
Mon, 28 May 2007 08:42:35 +0000 diego Remove some unused variables, patch by timwoj ieee org.
Wed, 25 Apr 2007 00:03:27 +0000 diego Declarations and code should not be mixed.
Fri, 20 Apr 2007 21:49:49 +0000 nicodvb with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Wed, 07 Mar 2007 01:23:37 +0000 uau Fix audio samplerates below 7000 Hz.
Sat, 24 Feb 2007 10:19:41 +0000 reimar 10l, avoid crash on invalid subtitle id
Thu, 22 Feb 2007 00:18:10 +0000 diego cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
Wed, 14 Feb 2007 19:17:39 +0000 reimar English grammar fix: There is no 's' after "does not exist"
Wed, 14 Feb 2007 19:16:08 +0000 reimar 100l copy-and-paste bug. Do not print video info when the problem is with subtitles
Mon, 05 Feb 2007 18:12:56 +0000 reimar Set sub_utf8 for mov subs.
Sat, 06 Jan 2007 19:07:58 +0000 reimar Subtitle handling cleanup: factor out code for parsing embedded subtitles
Sat, 02 Dec 2006 12:32:44 +0000 diego Remove superfluous bswap.h include.
Tue, 28 Nov 2006 23:53:07 +0000 uau Fix 2 header bugs introduced by nplourde's previous commit:
Tue, 28 Nov 2006 23:13:08 +0000 nplourde reordering of #include to avoid clash with math.h and quicktime/*.h, patch by Crhis Roccati<roccati@pobox.com>