aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/aviheader.c
Commit message (Expand)AuthorAge
* Add support for parsing audio streams (though should be easy to extend to video)Gravatar reimar2009-12-27
* Do not modify priv->idx_pos when regenerating the index, use a localGravatar reimar2009-12-17
* In all demux_info_add calls change "name" to "title".Gravatar reimar2009-05-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Set sh_video->format when parsing aviheader, otherwise it might neverGravatar reimar2007-12-01
* Check wLongsPerEntry before using it.Gravatar reimar2007-09-13
* Fix detection of xan audio. -noidx or -forceidx still is necessaryGravatar reimar2007-08-01
* Simplify: use FFMAXGravatar reimar2007-07-25
* Remove some useless "extern" before function prototypesGravatar reimar2007-07-25
* Use stream_read_qword_leGravatar reimar2007-07-14
* with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...Gravatar nicodvb2007-04-20
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Sanity-check sh_video->bih->biSizeGravatar reimar2007-01-21
* dont read index if -noidxGravatar michael2006-12-29
* Replace another MIN macro by FFMINGravatar reimar2006-12-09
* Move initialization of sh_audio/sh_video members to aviheaderGravatar reimar2006-11-30
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* make sure the indx chunk is big enough to hold the basic structure.Gravatar iive2006-04-06
* use calloc instead of malloc - simplifies code and fixes overflow problems.Gravatar reimar2006-04-06
* zero sized frames are not keyframesGravatar michael2006-04-06
* Limit the number of entires to the amount that does fit into the chunk.Gravatar iive2006-04-06
* 100L to who wrote this. Also fix broken headers while at it.Gravatar albeu2006-03-29
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)Gravatar aurel2006-02-09
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2Gravatar reynaldo2005-10-31
* memleak fix by bryanwilkerson WHIRLPOOL yahoo SPOT comGravatar henry2005-06-16
* switch from DIVX -> FMP4 fourcc for libavcodecGravatar michael2005-02-22
* Use libc qsort to sort ODML index.Gravatar reimar2005-01-02
* fix quicksort to avoid stack overflow and extreme runtimesGravatar reimar2004-12-31
* Index-Recovery cosmetixGravatar atmos42004-10-20
* Recover Keyframe-Index for XviD aswellGravatar atmos42004-10-18
* small fixesGravatar rathann2004-08-28
* We still need to make sure the upper 16 bits of dwFlags are clearedGravatar ranma2004-06-30
* Remove borken index fixup (breaks more than it fixes)Gravatar ranma2004-06-30
* If we don't have a NEWAVIINDEX chunk, but have an OpenDML index,Gravatar ranma2004-06-29
* Only use odml index for files that need itGravatar ranma2004-04-30
* forgot to commitGravatar alex2004-04-29
* don't use odml when we don't have to -- the code is buggy!Gravatar rfelker2004-04-27
* Use aspect from encoder for AVI vprp headerGravatar ranma2004-03-24
* Better vprp aspect fixGravatar ranma2004-03-22
* OpenDML read/write supportGravatar ranma2004-03-17
* Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>Gravatar alex2003-10-22
* verbose can be negativeGravatar arpi2002-11-01
* fix bih->biSize for uncompressed files tooGravatar arpi2002-10-17
* 10l - do not read INDEX twice!!!Gravatar arpi2002-10-16