summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_avi.c
Commit message (Expand)AuthorAgeFilesLines
* Mark some functions staticUoti Urpala2008-04-231-1/+3
* Add option pointer to demuxers and stheader.h structsUoti Urpala2008-04-231-1/+2
* cosmetic typo fix, geneate > generatecompn2008-02-091-1/+1
* Use defines to give names to the different seek flags.reimar2008-01-291-2/+2
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-5/+5
* Remove some pointless castsreimar2007-12-011-2/+2
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Support some weird AVI header, fixes bug 742reimar2007-02-061-0/+3
* 100l confused FFMIN/FFMAXreimar2006-12-011-1/+1
* Proper fix for last demux_avi commit, stream switching now really shouldreimar2006-12-011-8/+9
* Make sure we do not hang if no streams are availablereimar2006-12-011-2/+6
* Implement stream switching for AVI demuxer.reimar2006-12-011-0/+25
* Move initialization of sh_audio/sh_video members to aviheaderreimar2006-11-301-10/+0
* Remove duplicate message, the same info is printed anyway.diego2006-11-121-1/+0
* Fix an obvious typo.eugeni2006-11-051-1/+1
* better wording for "workarounding"kraymer2006-11-051-1/+1
* MSGTRs for demux_avi.ckraymer2006-11-051-4/+4
* Allow lowercase letters in AVI stream id, fixes bug #277reimar2006-10-231-7/+4
* Avoid crash after "AVI: No audio stream found -> no sound." message,reimar2006-10-211-2/+2
* as anounced, just some cleaning, purely janitorial changesreynaldo2006-10-151-81/+0
* Fix calculation of stream sizes when they are too big for a 32-bit variablepacman2006-05-061-6/+6
* dwStart support for mplayer.corey2006-02-181-0/+6
* Second-try commit of this patch.corey2006-02-171-4/+5
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-5/+4
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-4/+5
* massive attack: mp_msg printf format fixesrathann2006-01-121-6/+6
* fix crash if no video codec availablereimar2006-01-081-2/+2
* move resync_audio_stream after seeking to demuxer.creimar2005-10-301-2/+0
* Avoid duplicated messages from demux_avi.c and demuxer.c.diego2005-09-131-10/+0
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. Theods152005-09-021-1/+1
* 100l: fix avi demuxing for ni and nini cases, allow forcing ni and ninirtognimp2005-08-131-0/+39
* demux_avi_control() missing in avi's demuxer struct.ods152005-08-111-2/+2
* Demuxer modularizationrtognimp2005-08-051-2/+72
* Move generic length and percent pos calculation to demuxer.creimar2005-01-151-3/+1
* OpenDML read/write supportranma2004-03-171-6/+10
* Seek in HTTP streams and stdin seek fixesrtognimp2004-03-131-1/+1
* enable seeking in http streamsattila2004-02-171-3/+3
* Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>alex2003-10-221-0/+1
* printing fps with 3 dec digit instead of 2arpi2003-08-271-1/+1
* - ignore movi_end if reading from stdinarpi2003-02-021-6/+6
* upsz :))))))))))))))pontscho2003-01-121-1/+0
* fixed these:arpi2002-12-291-2/+2
* accurate bitrate calculation using index, and more accurate guessingarpi2002-12-211-14/+52
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)michael2002-11-231-2/+2
* demuxer_control(), percent position and time length query implemented inarpi2002-11-161-11/+42
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+1
* workaround old mencoder's cbr-mp3 header bugarpi2002-11-021-1/+10
* cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,arpi2002-11-021-48/+42
* fix & workaround possible sig8/sig11 in blocksize calculationarpi2002-10-171-2/+10
* fixed invalid -aid/-vid segfaultarpi2002-09-251-1/+10
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-2/+0
* corrects an off-by-one error when trying to seek beyond the end of file.arpi2002-08-141-1/+1
* detection of badly interleaved avi files and auto-switch to -niarpi2002-08-041-10/+34
* count blocks by rounded-up chunksizes instead of chunks -arpi2002-08-021-1/+7
* Add uninit to the avi demuxeralbeu2002-07-261-0/+9
* hopefully fixed last A-V sync bug, and also fixed largefile bug in debug printfarpi2002-07-041-3/+7
* big (>2GB) AVI files support - patch by Wolfram Gloger <wg@malloc.de>arpi2002-05-121-14/+21
* ehh. forgot to commit this one...arpi2002-02-121-2/+13
* using audio.dwStart too... (for baittest.avi)arpi2001-12-041-0/+1
* -nobps NaN fixedarpi2001-11-111-1/+3
* while_encoding.avi (ffmpeg) fix (ignoring movi_ check if end<=start)arpi2001-10-241-4/+4
* better logic to choose valid info at broken indexarpi2001-10-241-8/+35
* includes cleanuparpi2001-10-211-6/+0
* AVI - no audio stream fixarpi2001-10-211-1/+1
* libdemux cleanup part 1arpi2001-10-201-4/+14
* libdemuxer...arpi2001-10-201-0/+673