log libmpdemux/aviheader.c @ 29288:4a1c217a844b

age author description
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.
Sat, 01 Dec 2007 14:29:53 +0000 reimar Set sh_video->format when parsing aviheader, otherwise it might never
Thu, 13 Sep 2007 15:18:57 +0000 reimar Check wLongsPerEntry before using it.
Wed, 01 Aug 2007 09:01:28 +0000 reimar Fix detection of xan audio. -noidx or -forceidx still is necessary
Wed, 25 Jul 2007 17:31:34 +0000 reimar Simplify: use FFMAX
Wed, 25 Jul 2007 17:29:29 +0000 reimar Remove some useless "extern" before function prototypes
Sat, 14 Jul 2007 09:01:44 +0000 reimar Use stream_read_qword_le
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.
Sun, 21 Jan 2007 18:22:07 +0000 reimar Sanity-check sh_video->bih->biSize
Fri, 29 Dec 2006 19:01:55 +0000 michael dont read index if -noidx
Sat, 09 Dec 2006 12:25:25 +0000 reimar Replace another MIN macro by FFMIN
Thu, 30 Nov 2006 17:48:00 +0000 reimar Move initialization of sh_audio/sh_video members to aviheader
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Sat, 08 Jul 2006 17:28:36 +0000 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.
Thu, 06 Apr 2006 21:49:12 +0000 iive make sure the indx chunk is big enough to hold the basic structure.
Thu, 06 Apr 2006 20:56:35 +0000 reimar use calloc instead of malloc - simplifies code and fixes overflow problems.
Thu, 06 Apr 2006 20:36:39 +0000 michael zero sized frames are not keyframes
Thu, 06 Apr 2006 20:04:02 +0000 iive Limit the number of entires to the amount that does fit into the chunk.
Wed, 29 Mar 2006 19:31:31 +0000 albeu 100L to who wrote this. Also fix broken headers while at it.
Mon, 27 Mar 2006 17:25:41 +0000 diego Convert printfs in aviprint.c to mp_msg and give the information printing
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Thu, 09 Feb 2006 00:40:35 +0000 aurel fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Mon, 31 Oct 2005 23:37:41 +0000 reynaldo libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2
Thu, 16 Jun 2005 19:04:09 +0000 henry memleak fix by bryanwilkerson WHIRLPOOL yahoo SPOT com
Tue, 22 Feb 2005 20:24:18 +0000 michael switch from DIVX -> FMP4 fourcc for libavcodec
Sun, 02 Jan 2005 14:29:43 +0000 reimar Use libc qsort to sort ODML index.
Fri, 31 Dec 2004 16:02:47 +0000 reimar fix quicksort to avoid stack overflow and extreme runtimes
Wed, 20 Oct 2004 02:13:33 +0000 atmos4 Index-Recovery cosmetix
Mon, 18 Oct 2004 13:16:13 +0000 atmos4 Recover Keyframe-Index for XviD aswell
Sat, 28 Aug 2004 20:56:56 +0000 rathann small fixes
Wed, 30 Jun 2004 22:50:56 +0000 ranma We still need to make sure the upper 16 bits of dwFlags are cleared
Wed, 30 Jun 2004 22:29:23 +0000 ranma Remove borken index fixup (breaks more than it fixes)
Tue, 29 Jun 2004 13:10:37 +0000 ranma If we don't have a NEWAVIINDEX chunk, but have an OpenDML index,
Fri, 30 Apr 2004 20:36:48 +0000 ranma Only use odml index for files that need it
Thu, 29 Apr 2004 06:27:30 +0000 alex forgot to commit
Tue, 27 Apr 2004 23:08:46 +0000 rfelker don't use odml when we don't have to -- the code is buggy!
Wed, 24 Mar 2004 15:16:36 +0000 ranma Use aspect from encoder for AVI vprp header
Mon, 22 Mar 2004 01:42:43 +0000 ranma Better vprp aspect fix
Wed, 17 Mar 2004 14:50:37 +0000 ranma OpenDML read/write support
Wed, 22 Oct 2003 19:01:37 +0000 alex Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>
Fri, 01 Nov 2002 17:46:45 +0000 arpi verbose can be negative
Thu, 17 Oct 2002 21:54:51 +0000 arpi fix bih->biSize for uncompressed files too
Wed, 16 Oct 2002 21:04:19 +0000 arpi 10l - do not read INDEX twice!!!
Sun, 02 Jun 2002 21:35:49 +0000 michael msmpeg4v1 indexing
Sun, 02 Jun 2002 21:10:41 +0000 arpi playback of 'being downloaded' files
Mon, 20 May 2002 03:25:26 +0000 arpi big cosmetics patch, cleanup of messages printed by mplayer and libs.
Sun, 12 May 2002 01:51:09 +0000 arpi big (>2GB) AVI files support - patch by Wolfram Gloger <wg@malloc.de>
Thu, 02 May 2002 10:40:35 +0000 albeu printf to mp_msg
Sun, 31 Mar 2002 09:50:17 +0000 arpi I hate M$. it seems that MSRLE biSize is always 40 when number of colors < 256 instead of 40+colors*4
Tue, 12 Feb 2002 01:20:59 +0000 arpi AVI demuxer fixes:
Sun, 10 Feb 2002 00:16:46 +0000 atmos4 Don't read index for -forceidx and -nodix (speedup with bad media and not needed anyway)
Thu, 17 Jan 2002 21:55:17 +0000 arpi more movi_end mess
Mon, 14 Jan 2002 18:30:28 +0000 arpi workaround for broken 'muvi' chunks
Thu, 27 Dec 2001 00:37:03 +0000 arpi better, nicer progress status for index generation
Tue, 25 Dec 2001 19:25:27 +0000 jaf is itn't %, it is a byteposition of the video ...