log libmpdemux/aviheader.c @ 35678:2261c68180a7

age author description
2012-11-28 reimar Change declaration to use proper type to avoid a ridiculous
2012-11-28 reimar Merge declaration and initialization.
2011-12-06 reimar Try harder to extract a sensible palette from extradata.
2011-07-27 diego cleanup: adjust printf format strings to match parameter types
2011-07-24 diego Do not translate console messages of verbosity level MSGL_V and above.
2011-05-07 reimar Remove pointless ()
2010-12-12 reimar Avoid using uninitialized data if index read does not return enough data.
2010-11-21 reimar Add WAVEFORMATEXTENSIBLE support to AVI demuxer.
2010-09-12 reimar Replace sizoef(type) by sizeof(*ptrvar).
2010-08-03 siretart various spelling fixes, found by the Debian QA tool 'lintian'
2010-07-10 reimar Remove obfuscating use of le2me_32.
2010-07-10 reimar Make the stream language an argument to the stream creation function
2010-02-20 diego cosmetics: Remove pointless empty lines at EOF.
2010-02-18 diego Add header for AVI print functions; avoids many forward declarations.
2010-02-17 diego libmpdemux: Mark functions not used outside of their files as static.
2009-12-27 reimar Add support for parsing audio streams (though should be easy to extend to video)
2009-12-17 reimar Do not modify priv->idx_pos when regenerating the index, use a local
2009-05-30 reimar In all demux_info_add calls change "name" to "title".
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-05-08 diego Add standard license header to all files in libmpdemux.
2007-12-01 reimar Set sh_video->format when parsing aviheader, otherwise it might never
2007-09-13 reimar Check wLongsPerEntry before using it.
2007-08-01 reimar Fix detection of xan audio. -noidx or -forceidx still is necessary
2007-07-25 reimar Simplify: use FFMAX
2007-07-25 reimar Remove some useless "extern" before function prototypes
2007-07-14 reimar Use stream_read_qword_le
2007-04-20 nicodvb with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2007-01-21 reimar Sanity-check sh_video->bih->biSize
2006-12-29 michael dont read index if -noidx
2006-12-09 reimar Replace another MIN macro by FFMIN
2006-11-30 reimar Move initialization of sh_audio/sh_video members to aviheader
2006-11-29 diego Remove bswap.h, use libavutil/bswap.h instead.
2006-07-08 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
2006-06-04 rtogni Fix potential integer overflows in memory allocation.
2006-04-06 iive make sure the indx chunk is big enough to hold the basic structure.
2006-04-06 reimar use calloc instead of malloc - simplifies code and fixes overflow problems.
2006-04-06 michael zero sized frames are not keyframes
2006-04-06 iive Limit the number of entires to the amount that does fit into the chunk.
2006-03-29 albeu 100L to who wrote this. Also fix broken headers while at it.
2006-03-27 diego Convert printfs in aviprint.c to mp_msg and give the information printing
2006-03-24 diego Convert all if(verbose>X) to mp_msg_test calls.
2006-02-09 aurel fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)
2006-01-12 rathann massive attack: mp_msg printf format fixes
2005-10-31 reynaldo libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2
2005-06-16 henry memleak fix by bryanwilkerson WHIRLPOOL yahoo SPOT com
2005-02-22 michael switch from DIVX -> FMP4 fourcc for libavcodec
2005-01-02 reimar Use libc qsort to sort ODML index.
2004-12-31 reimar fix quicksort to avoid stack overflow and extreme runtimes
2004-10-20 atmos4 Index-Recovery cosmetix
2004-10-18 atmos4 Recover Keyframe-Index for XviD aswell
2004-08-28 rathann small fixes
2004-06-30 ranma We still need to make sure the upper 16 bits of dwFlags are cleared
2004-06-30 ranma Remove borken index fixup (breaks more than it fixes)
2004-06-29 ranma If we don't have a NEWAVIINDEX chunk, but have an OpenDML index,
2004-04-30 ranma Only use odml index for files that need it
2004-04-29 alex forgot to commit
2004-04-27 rfelker don't use odml when we don't have to -- the code is buggy!
2004-03-24 ranma Use aspect from encoder for AVI vprp header
2004-03-22 ranma Better vprp aspect fix