log libmpdemux/demux_mov.c @ 17283:4fea216307d2

age author description
Mon, 02 Jan 2006 06:56:22 +0000 corey Partial support for QuickTime sound atom version 2.
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Wed, 05 Oct 2005 14:55:06 +0000 reimar 10l, off by one error in last patch (codecdata length sanity check),
Wed, 28 Sep 2005 15:37:30 +0000 reimar Detect eof when seeking and do _not_ restart the video.
Tue, 27 Sep 2005 11:21:13 +0000 reimar Sanity-check codecdata_len, fixes crash in libfaad due to failed malloc for
Fri, 16 Sep 2005 11:05:29 +0000 reimar Wrong editlist handling: end pts must be included.
Fri, 02 Sep 2005 08:32:32 +0000 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
Wed, 31 Aug 2005 13:04:22 +0000 reimar Fix move playlists (control must be returned to mplayer.c, with the demuxer
Tue, 30 Aug 2005 23:24:47 +0000 reimar extra size checks for samples array to avoid crashes in some rare cases.
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Sun, 10 Jul 2005 09:05:14 +0000 reimar Add missing range/length check for video trak desc (fixes bug #335).
Sun, 10 Jul 2005 08:57:31 +0000 reimar cosmetic: split the lschunks function in two.
Mon, 20 Jun 2005 14:32:51 +0000 reimar avoid bad memory access
Mon, 20 Jun 2005 14:16:59 +0000 reimar fix memleak when playing mov files
Wed, 18 May 2005 14:44:56 +0000 nplourde The Quicktime headers have changed slightly from 10.3.x to 10.4. Steven Schultz <sms@2BSD.COM>
Fri, 06 May 2005 22:26:36 +0000 rtognimp Fix audio playback for no-sound-3gp.3gp (amr nb)
Thu, 05 May 2005 21:40:33 +0000 rtognimp Decode "d263" and "damr" atoms in 3gp files
Thu, 28 Apr 2005 18:25:50 +0000 rtognimp Also '3g2a' can be used for 3GPP Profile 2
Wed, 30 Mar 2005 22:10:07 +0000 rtognimp Fix alac from QTpro (in standard mov file, not in m4a file)
Sun, 06 Mar 2005 17:55:31 +0000 rtognimp alac support via lavc decoder
Tue, 01 Mar 2005 20:16:49 +0000 reimar set sh_audio->delay ins audio-only case so that correct time is displayed
Tue, 15 Feb 2005 21:04:33 +0000 rtognimp Mp3On4 demuxer support
Sun, 23 Jan 2005 21:39:51 +0000 reimar Reset stream eof after parsing header, fixes bug #218
Wed, 29 Dec 2004 23:26:01 +0000 rtognimp Fix channels, sample rate and sample size for 3gp files
Tue, 21 Dec 2004 12:27:38 +0000 reimar fix position bar and length display for mov files
Sat, 18 Dec 2004 01:12:02 +0000 diego Handle raw yv12 video as I420 to fix some Broadcast 2000 created samples.
Mon, 15 Nov 2004 15:04:57 +0000 mosu Extended support for other object type IDs in the ESDS. This enables e.g. MPEG2 video in the MP4 container.
Mon, 13 Sep 2004 21:21:48 +0000 rtognimp AVC support moved to libavcodec, avcC atom is now passed in extradata
Sun, 29 Aug 2004 13:52:19 +0000 rtognimp AVC (fourcc avc1) in mp4 support
Sun, 27 Jun 2004 19:53:30 +0000 rtognimp Negate default palette for grayscale cvid
Fri, 25 Jun 2004 16:59:23 +0000 diego typo
Tue, 20 Jan 2004 04:59:48 +0000 diego Have the MOV demuxer recognize and display (via MPINFO) registered ISO
Thu, 06 Nov 2003 08:19:25 +0000 mosu Fix for compilation on Mac OS X by Steven M. Schultz <sms@2BSD.COM>.
Mon, 03 Nov 2003 06:24:59 +0000 rfelker 1000000l!!!!
Sat, 20 Sep 2003 10:10:11 +0000 mosu Fix for borked .mov files with bogus user data length values. Patch by Marek Zelem.
Thu, 11 Sep 2003 09:05:54 +0000 mosu Fixed seeking in MPEG4 files. Patch by Uwe Reder <Uwe.Reder@3SOFT.de>.
Tue, 02 Sep 2003 14:48:49 +0000 mosu Support for grayscale paletted files. Patch by Dima K <dimakar@yahoo.com>
Sat, 10 May 2003 09:32:02 +0000 michael ffsvq3 fix, dunno if this is the correct fix
Sun, 20 Apr 2003 23:15:27 +0000 diego Avoid including a header file twice to prevent Cygwin gcc 2.95.3-10 from
Sat, 15 Mar 2003 10:52:30 +0000 rtognimp Animatrix AAC fix, patch by <dimakar(at)yahoo.com>. (This is the right patch)
Wed, 12 Mar 2003 22:59:04 +0000 rtognimp Animatrix AAC fix, patch by <dimakar(at)yahoo.com>
Tue, 25 Feb 2003 15:39:36 +0000 alex MACOSX support patch, based on Dan Christiansens work
Mon, 27 Jan 2003 22:29:47 +0000 arpi Attached PATCH fixes the case, when data-flag and reference flags are set and
Sun, 26 Jan 2003 21:26:45 +0000 rtognimp 32 bpp is a valid color depth. Fixes 0-bit rle reports
Mon, 13 Jan 2003 02:42:06 +0000 arpi patch adds support for MOV-Reference-Files.
Sun, 12 Jan 2003 20:11:20 +0000 arpi (hopefully) fixed .mov streaming
Mon, 06 Jan 2003 21:58:39 +0000 arpi - always print the longest stream in info, not the selected one
Sat, 14 Dec 2002 17:56:35 +0000 arpi compiler warning fixes
Sat, 07 Dec 2002 01:01:25 +0000 arpi find best (longest) streams if not specified (-aid/-vid)
Fri, 29 Nov 2002 21:06:13 +0000 arpi dump URL references
Fri, 29 Nov 2002 20:25:32 +0000 arpi - parsing the handler reference atom (hnlr), save handler fourccs
Sat, 23 Nov 2002 17:31:44 +0000 michael reversing warning fix (requested by alex)
Sat, 23 Nov 2002 10:58:14 +0000 michael warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
Mon, 11 Nov 2002 23:46:27 +0000 arpi export imagedescription for qt video codecs
Mon, 04 Nov 2002 20:36:51 +0000 alex workaround for ms11 ima4
Sat, 02 Nov 2002 22:39:02 +0000 arpi fix possible sig8 - found by Alex
Thu, 31 Oct 2002 23:16:27 +0000 arpi set up nBlockAlign, nBytesPerSec correctly if extended audio header avail.
Thu, 31 Oct 2002 19:35:20 +0000 arpi pass audio codecdata
Wed, 16 Oct 2002 20:14:29 +0000 arpi memleak fix (found by valgrind)
Wed, 16 Oct 2002 16:51:03 +0000 arpi ss_div/ss_mul defaults to 0