summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_avi.c
Commit message (Expand)AuthorAgeFilesLines
* demux_avi: remove pointless checksreimar2010-11-141-7/+6
* demux_avi: modify to avoid -aid problem in svnreimar2010-11-141-22/+29
* printf format fixes ("%d" -> "%zd")diego2010-11-021-1/+3
* Merge svn changes up to r31004Uoti Urpala2010-04-261-1/+1
|\
| * Make audio switching with AVI demuxer chose the first audio streamreimar2010-03-311-1/+1
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30643Uoti Urpala2010-03-101-11/+11
|\|
| * Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.diego2010-02-171-4/+1
| * Add read_avi_header() to aviheader.h; avoids forward declarations.diego2010-02-171-2/+0
| * libmpdemux: Mark functions not used outside of their files as static.diego2010-02-171-5/+12
* | Merge svn changes up to r30595Uoti Urpala2010-03-091-2/+3
|\|
| * Make len unsigned. More correct anyway and avoids sign extension to 64 bitreimar2010-02-141-1/+1
| * Simplify.reimar2010-02-141-2/+3
* | translations: tweak cases that relied on concatenating adjacent stringsUoti Urpala2010-03-071-3/+7
* | Merge svn changes up to r29962Uoti Urpala2009-11-231-24/+18
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyreimar2009-11-221-3/+3
| * Use calloc instead of initializing each struct member individually to 0.reimar2009-11-161-22/+1
| * Try to detect broken files with unaligned chunks.reimar2009-11-161-0/+15
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-31/+31
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-31/+31
* | Merge svn changes up to r29304Uoti Urpala2009-07-071-1/+20
|\|
| * Add standard license header to all files in libmpdemux.diego2009-05-081-1/+20
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-12/+12
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-12/+12
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-2/+17
|\|
| * Make AVI demuxer more resilient against broken or incomplete files.reimar2009-01-011-2/+17
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-2/+2
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-031-2/+2
* | Make various functions staticUoti Urpala2008-08-121-4/+4
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-1/+1
|\|
| * Change a bunch of codec-specific preprocessor directives from a HAVE_diego2008-08-021-1/+1
* | 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