index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
aviheader.c
Commit message (
Expand
)
Author
Age
*
aviheader.c: silence a warning
Uoti Urpala
2012-02-29
*
cleanup: some warning fixes and minor cleanups
reimar
2011-06-29
*
cleanup: remove more warnings
Clément Bœsch
2011-05-02
*
aviheader.c: avoid using uninitialized data in an error case
reimar
2010-12-16
*
demux_avi: Add WAVEFORMATEXTENSIBLE support
reimar
2010-12-16
*
cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)
reimar
2010-11-02
*
spelling fixes
siretart
2010-11-02
*
aviheader.c: Remove obfuscating use of le2me_32.
reimar
2010-11-02
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Merge svn changes up to r30643
Uoti Urpala
2010-03-10
|
\
*
|
Restore collapsed whitespace in output messages
Uoti Urpala
2010-03-07
|
*
Add header for AVI print functions; avoids many forward declarations.
diego
2010-02-18
|
*
libmpdemux: Mark functions not used outside of their files as static.
diego
2010-02-17
*
|
Merge svn changes up to r30136
Uoti Urpala
2009-12-30
|
\
|
|
*
Add support for parsing audio streams (though should be easy to extend to video)
reimar
2009-12-27
*
|
Merge svn changes up to r30055
Uoti Urpala
2009-12-18
|
\
|
|
*
Do not modify priv->idx_pos when regenerating the index, use a local
reimar
2009-12-17
*
|
Merge svn changes up to r29412
Uoti Urpala
2009-07-07
|
\
|
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
|
Merge svn changes up to r29304
Uoti Urpala
2009-07-07
|
\
\
*
|
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
*
|
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
|
|
*
In all demux_info_add calls change "name" to "title".
reimar
2009-05-30
|
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
|
|
/
|
*
Add standard license header to all files in libmpdemux.
diego
2009-05-08
*
|
Mark some functions static
Uoti Urpala
2008-04-23
|
/
*
Set sh_video->format when parsing aviheader, otherwise it might never
reimar
2007-12-01
*
Check wLongsPerEntry before using it.
reimar
2007-09-13
*
Fix detection of xan audio. -noidx or -forceidx still is necessary
reimar
2007-08-01
*
Simplify: use FFMAX
reimar
2007-07-25
*
Remove some useless "extern" before function prototypes
reimar
2007-07-25
*
Use stream_read_qword_le
reimar
2007-07-14
*
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...
nicodvb
2007-04-20
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
*
Sanity-check sh_video->bih->biSize
reimar
2007-01-21
*
dont read index if -noidx
michael
2006-12-29
*
Replace another MIN macro by FFMIN
reimar
2006-12-09
*
Move initialization of sh_audio/sh_video members to aviheader
reimar
2006-11-30
*
Remove bswap.h, use libavutil/bswap.h instead.
diego
2006-11-29
*
Remove unused variables, patch by Stefan Huehner stefan at huehner org.
diego
2006-07-08
*
Fix potential integer overflows in memory allocation.
rtogni
2006-06-04
*
make sure the indx chunk is big enough to hold the basic structure.
iive
2006-04-06
*
use calloc instead of malloc - simplifies code and fixes overflow problems.
reimar
2006-04-06
*
zero sized frames are not keyframes
michael
2006-04-06
*
Limit the number of entires to the amount that does fit into the chunk.
iive
2006-04-06
*
100L to who wrote this. Also fix broken headers while at it.
albeu
2006-03-29
*
Convert printfs in aviprint.c to mp_msg and give the information printing
diego
2006-03-27
*
Convert all if(verbose>X) to mp_msg_test calls.
diego
2006-03-24
*
fix -idx with ODML files (patch by Benjamin Zores < ben _at_ tutuxclan.org >)
aurel
2006-02-09
*
massive attack: mp_msg printf format fixes
rathann
2006-01-12
[next]