index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libmpdemux
/
aviheader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set sh_video->format when parsing aviheader, otherwise it might never
reimar
2007-12-01
1
-0
/
+1
*
Check wLongsPerEntry before using it.
reimar
2007-09-13
1
-5
/
+5
*
Fix detection of xan audio. -noidx or -forceidx still is necessary
reimar
2007-08-01
1
-0
/
+5
*
Simplify: use FFMAX
reimar
2007-07-25
1
-1
/
+1
*
Remove some useless "extern" before function prototypes
reimar
2007-07-25
1
-9
/
+9
*
Use stream_read_qword_le
reimar
2007-07-14
1
-2
/
+1
*
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...
nicodvb
2007-04-20
1
-0
/
+2
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
1
-1
/
+1
*
Sanity-check sh_video->bih->biSize
reimar
2007-01-21
1
-0
/
+2
*
dont read index if -noidx
michael
2006-12-29
1
-0
/
+3
*
Replace another MIN macro by FFMIN
reimar
2006-12-09
1
-10
/
+5
*
Move initialization of sh_audio/sh_video members to aviheader
reimar
2006-11-30
1
-2
/
+6
*
Remove bswap.h, use libavutil/bswap.h instead.
diego
2006-11-29
1
-1
/
+0
*
Remove unused variables, patch by Stefan Huehner stefan at huehner org.
diego
2006-07-08
1
-3
/
+0
*
Fix potential integer overflows in memory allocation.
rtogni
2006-06-04
1
-1
/
+1
*
make sure the indx chunk is big enough to hold the basic structure.
iive
2006-04-06
1
-0
/
+3
*
use calloc instead of malloc - simplifies code and fixes overflow problems.
reimar
2006-04-06
1
-6
/
+2
*
zero sized frames are not keyframes
michael
2006-04-06
1
-0
/
+2
*
Limit the number of entires to the amount that does fit into the chunk.
iive
2006-04-06
1
-0
/
+5
*
100L to who wrote this. Also fix broken headers while at it.
albeu
2006-03-29
1
-1
/
+6
*
Convert printfs in aviprint.c to mp_msg and give the information printing
diego
2006-03-27
1
-19
/
+19
*
Convert all if(verbose>X) to mp_msg_test calls.
diego
2006-03-24
1
-8
/
+8
*
fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)
aurel
2006-02-09
1
-1
/
+1
*
massive attack: mp_msg printf format fixes
rathann
2006-01-12
1
-5
/
+5
*
libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2
reynaldo
2005-10-31
1
-26
/
+24
*
memleak fix by bryanwilkerson WHIRLPOOL yahoo SPOT com
henry
2005-06-16
1
-0
/
+1
*
switch from DIVX -> FMP4 fourcc for libavcodec
michael
2005-02-22
1
-0
/
+2
*
Use libc qsort to sort ODML index.
reimar
2005-01-02
1
-40
/
+5
*
fix quicksort to avoid stack overflow and extreme runtimes
reimar
2004-12-31
1
-6
/
+22
*
Index-Recovery cosmetix
atmos4
2004-10-20
1
-5
/
+5
*
Recover Keyframe-Index for XviD aswell
atmos4
2004-10-18
1
-0
/
+2
*
small fixes
rathann
2004-08-28
1
-0
/
+1
*
We still need to make sure the upper 16 bits of dwFlags are cleared
ranma
2004-06-30
1
-2
/
+10
*
Remove borken index fixup (breaks more than it fixes)
ranma
2004-06-30
1
-13
/
+0
*
If we don't have a NEWAVIINDEX chunk, but have an OpenDML index,
ranma
2004-06-29
1
-0
/
+7
*
Only use odml index for files that need it
ranma
2004-04-30
1
-4
/
+9
*
forgot to commit
alex
2004-04-29
1
-2
/
+2
*
don't use odml when we don't have to -- the code is buggy!
rfelker
2004-04-27
1
-0
/
+3
*
Use aspect from encoder for AVI vprp header
ranma
2004-03-24
1
-3
/
+1
*
Better vprp aspect fix
ranma
2004-03-22
1
-1
/
+3
*
OpenDML read/write support
ranma
2004-03-17
1
-4
/
+264
*
Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>
alex
2003-10-22
1
-1
/
+61
*
verbose can be negative
arpi
2002-11-01
1
-1
/
+1
*
fix bih->biSize for uncompressed files too
arpi
2002-10-17
1
-1
/
+1
*
10l - do not read INDEX twice!!!
arpi
2002-10-16
1
-4
/
+6
*
msmpeg4v1 indexing
michael
2002-06-02
1
-1
/
+8
*
playback of 'being downloaded' files
arpi
2002-06-02
1
-1
/
+2
*
big cosmetics patch, cleanup of messages printed by mplayer and libs.
arpi
2002-05-20
1
-1
/
+1
*
big (>2GB) AVI files support - patch by Wolfram Gloger <wg@malloc.de>
arpi
2002-05-12
1
-21
/
+41
*
printf to mp_msg
albeu
2002-05-02
1
-2
/
+2
*
I hate M$. it seems that MSRLE biSize is always 40 when number of colors < 25...
arpi
2002-03-31
1
-0
/
+3
*
AVI demuxer fixes:
arpi
2002-02-12
1
-5
/
+93
*
Don't read index for -forceidx and -nodix (speedup with bad media and not nee...
atmos4
2002-02-10
1
-1
/
+2
*
more movi_end mess
arpi
2002-01-17
1
-1
/
+4
*
workaround for broken 'muvi' chunks
arpi
2002-01-14
1
-1
/
+2
*
better, nicer progress status for index generation
arpi
2001-12-27
1
-2
/
+16
*
is itn't %, it is a byteposition of the video ...
jaf
2001-12-25
1
-1
/
+1
*
Divide by Zero fix.
atmos4
2001-12-17
1
-2
/
+1
*
fixed sig8 while -idx on some files (actually this is a workaround) :(
gabucino
2001-12-14
1
-1
/
+2
*
added demux_info
alex
2001-11-22
1
-0
/
+1
*
Progress indicator for index creation.
atmos4
2001-11-07
1
-0
/
+2
*
-idx fixes: support for divx4 and ignoring bad movi_end
arpi
2001-10-31
1
-6
/
+15
*
includes cleanup
arpi
2001-10-21
1
-6
/
+1
*
AVI - no audio stream fix
arpi
2001-10-21
1
-0
/
+2
*
libdemuxer...
arpi
2001-10-20
1
-0
/
+241