aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_avi.c
Commit message (Expand)AuthorAge
* Support some weird AVI header, fixes bug 742Gravatar reimar2007-02-06
* 100l confused FFMIN/FFMAXGravatar reimar2006-12-01
* Proper fix for last demux_avi commit, stream switching now really shouldGravatar reimar2006-12-01
* Make sure we do not hang if no streams are availableGravatar reimar2006-12-01
* Implement stream switching for AVI demuxer.Gravatar reimar2006-12-01
* Move initialization of sh_audio/sh_video members to aviheaderGravatar reimar2006-11-30
* Remove duplicate message, the same info is printed anyway.Gravatar diego2006-11-12
* Fix an obvious typo.Gravatar eugeni2006-11-05
* better wording for "workarounding"Gravatar kraymer2006-11-05
* MSGTRs for demux_avi.cGravatar kraymer2006-11-05
* Allow lowercase letters in AVI stream id, fixes bug #277Gravatar reimar2006-10-23
* Avoid crash after "AVI: No audio stream found -> no sound." message,Gravatar reimar2006-10-21
* as anounced, just some cleaning, purely janitorial changesGravatar reynaldo2006-10-15
* Fix calculation of stream sizes when they are too big for a 32-bit variableGravatar pacman2006-05-06
* dwStart support for mplayer.Gravatar corey2006-02-18
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* fix crash if no video codec availableGravatar reimar2006-01-08
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* Avoid duplicated messages from demux_avi.c and demuxer.c.Gravatar diego2005-09-13
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* 100l: fix avi demuxing for ni and nini cases, allow forcing ni and niniGravatar rtognimp2005-08-13
* demux_avi_control() missing in avi's demuxer struct.Gravatar ods152005-08-11
* Demuxer modularizationGravatar rtognimp2005-08-05
* Move generic length and percent pos calculation to demuxer.cGravatar reimar2005-01-15
* OpenDML read/write supportGravatar ranma2004-03-17
* Seek in HTTP streams and stdin seek fixesGravatar rtognimp2004-03-13
* enable seeking in http streamsGravatar attila2004-02-17
* Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>Gravatar alex2003-10-22
* printing fps with 3 dec digit instead of 2Gravatar arpi2003-08-27
* - ignore movi_end if reading from stdinGravatar arpi2003-02-02
* upsz :))))))))))))))Gravatar pontscho2003-01-12
* fixed these:Gravatar arpi2002-12-29
* accurate bitrate calculation using index, and more accurate guessingGravatar arpi2002-12-21
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2002-11-23
* demuxer_control(), percent position and time length query implemented inGravatar arpi2002-11-16
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* workaround old mencoder's cbr-mp3 header bugGravatar arpi2002-11-02
* cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,Gravatar arpi2002-11-02
* fix & workaround possible sig8/sig11 in blocksize calculationGravatar arpi2002-10-17
* fixed invalid -aid/-vid segfaultGravatar arpi2002-09-25
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* corrects an off-by-one error when trying to seek beyond the end of file.Gravatar arpi2002-08-14
* detection of badly interleaved avi files and auto-switch to -niGravatar arpi2002-08-04
* count blocks by rounded-up chunksizes instead of chunks -Gravatar arpi2002-08-02
* Add uninit to the avi demuxerGravatar albeu2002-07-26
* hopefully fixed last A-V sync bug, and also fixed largefile bug in debug printfGravatar arpi2002-07-04
* big (>2GB) AVI files support - patch by Wolfram Gloger <wg@malloc.de>Gravatar arpi2002-05-12