log libmpdemux/aviheader.c @ 31586:9c59512e8c66

age author description
2010-02-20 diego cosmetics: Remove pointless empty lines at EOF.
2010-02-18 diego Add header for AVI print functions; avoids many forward declarations.
2010-02-17 diego libmpdemux: Mark functions not used outside of their files as static.
2009-12-27 reimar Add support for parsing audio streams (though should be easy to extend to video)
2009-12-17 reimar Do not modify priv->idx_pos when regenerating the index, use a local
2009-05-30 reimar In all demux_info_add calls change "name" to "title".
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-05-08 diego Add standard license header to all files in libmpdemux.
2007-12-01 reimar Set sh_video->format when parsing aviheader, otherwise it might never
2007-09-13 reimar Check wLongsPerEntry before using it.
2007-08-01 reimar Fix detection of xan audio. -noidx or -forceidx still is necessary
2007-07-25 reimar Simplify: use FFMAX
2007-07-25 reimar Remove some useless "extern" before function prototypes
2007-07-14 reimar Use stream_read_qword_le
2007-04-20 nicodvb with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)