summaryrefslogtreecommitdiffstats
path: root/libmpdemux/aviheader.c
Commit message (Expand)AuthorAgeFilesLines
* Mark some functions staticUoti Urpala2008-04-231-1/+1
* Set sh_video->format when parsing aviheader, otherwise it might neverreimar2007-12-011-0/+1
* Check wLongsPerEntry before using it.reimar2007-09-131-5/+5
* Fix detection of xan audio. -noidx or -forceidx still is necessaryreimar2007-08-011-0/+5
* Simplify: use FFMAXreimar2007-07-251-1/+1
* Remove some useless "extern" before function prototypesreimar2007-07-251-9/+9
* Use stream_read_qword_lereimar2007-07-141-2/+1
* with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...nicodvb2007-04-201-0/+2
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Sanity-check sh_video->bih->biSizereimar2007-01-211-0/+2
* dont read index if -noidxmichael2006-12-291-0/+3
* Replace another MIN macro by FFMINreimar2006-12-091-10/+5
* Move initialization of sh_audio/sh_video members to aviheaderreimar2006-11-301-2/+6
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+0
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-081-3/+0
* Fix potential integer overflows in memory allocation.rtogni2006-06-041-1/+1
* make sure the indx chunk is big enough to hold the basic structure.iive2006-04-061-0/+3
* use calloc instead of malloc - simplifies code and fixes overflow problems.reimar2006-04-061-6/+2
* zero sized frames are not keyframesmichael2006-04-061-0/+2
* Limit the number of entires to the amount that does fit into the chunk.iive2006-04-061-0/+5
* 100L to who wrote this. Also fix broken headers while at it.albeu2006-03-291-1/+6
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-19/+19
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-8/+8
* fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)aurel2006-02-091-1/+1
* massive attack: mp_msg printf format fixesrathann2006-01-121-5/+5
* libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2reynaldo2005-10-311-26/+24
* memleak fix by bryanwilkerson WHIRLPOOL yahoo SPOT comhenry2005-06-161-0/+1
* switch from DIVX -> FMP4 fourcc for libavcodecmichael2005-02-221-0/+2
* Use libc qsort to sort ODML index.reimar2005-01-021-40/+5
* fix quicksort to avoid stack overflow and extreme runtimesreimar2004-12-311-6/+22
* Index-Recovery cosmetixatmos42004-10-201-5/+5
* Recover Keyframe-Index for XviD aswellatmos42004-10-181-0/+2
* small fixesrathann2004-08-281-0/+1
* We still need to make sure the upper 16 bits of dwFlags are clearedranma2004-06-301-2/+10
* Remove borken index fixup (breaks more than it fixes)ranma2004-06-301-13/+0
* If we don't have a NEWAVIINDEX chunk, but have an OpenDML index,ranma2004-06-291-0/+7
* Only use odml index for files that need itranma2004-04-301-4/+9
* forgot to commitalex2004-04-291-2/+2
* don't use odml when we don't have to -- the code is buggy!rfelker2004-04-271-0/+3
* Use aspect from encoder for AVI vprp headerranma2004-03-241-3/+1
* Better vprp aspect fixranma2004-03-221-1/+3
* OpenDML read/write supportranma2004-03-171-4/+264
* Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>alex2003-10-221-1/+61
* verbose can be negativearpi2002-11-011-1/+1
* fix bih->biSize for uncompressed files tooarpi2002-10-171-1/+1
* 10l - do not read INDEX twice!!!arpi2002-10-161-4/+6
* msmpeg4v1 indexingmichael2002-06-021-1/+8
* playback of 'being downloaded' filesarpi2002-06-021-1/+2
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-1/+1
* big (>2GB) AVI files support - patch by Wolfram Gloger <wg@malloc.de>arpi2002-05-121-21/+41
* printf to mp_msgalbeu2002-05-021-2/+2
* I hate M$. it seems that MSRLE biSize is always 40 when number of colors < 25...arpi2002-03-311-0/+3
* AVI demuxer fixes:arpi2002-02-121-5/+93
* Don't read index for -forceidx and -nodix (speedup with bad media and not nee...atmos42002-02-101-1/+2
* more movi_end messarpi2002-01-171-1/+4
* workaround for broken 'muvi' chunksarpi2002-01-141-1/+2
* better, nicer progress status for index generationarpi2001-12-271-2/+16
* is itn't %, it is a byteposition of the video ...jaf2001-12-251-1/+1
* Divide by Zero fix.atmos42001-12-171-2/+1
* fixed sig8 while -idx on some files (actually this is a workaround) :(gabucino2001-12-141-1/+2
* added demux_infoalex2001-11-221-0/+1
* Progress indicator for index creation.atmos42001-11-071-0/+2
* -idx fixes: support for divx4 and ignoring bad movi_endarpi2001-10-311-6/+15
* includes cleanuparpi2001-10-211-6/+1
* AVI - no audio stream fixarpi2001-10-211-0/+2
* libdemuxer...arpi2001-10-201-0/+241