Wed, 17 Feb 2010 23:36:44 +0000 |
diego |
Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.
|
Wed, 17 Feb 2010 23:10:56 +0000 |
diego |
Add read_avi_header() to aviheader.h; avoids forward declarations.
|
Wed, 17 Feb 2010 22:01:35 +0000 |
diego |
libmpdemux: Mark functions not used outside of their files as static.
|
Sun, 14 Feb 2010 15:17:24 +0000 |
reimar |
Make len unsigned. More correct anyway and avoids sign extension to 64 bit
|
Sun, 14 Feb 2010 14:48:54 +0000 |
reimar |
Simplify.
|
Sun, 22 Nov 2009 15:18:21 +0000 |
reimar |
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
|
Mon, 16 Nov 2009 10:44:00 +0000 |
reimar |
Use calloc instead of initializing each struct member individually to 0.
|
Mon, 16 Nov 2009 10:41:06 +0000 |
reimar |
Try to detect broken files with unaligned chunks.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Fri, 08 May 2009 21:51:13 +0000 |
diego |
Add standard license header to all files in libmpdemux.
|
Thu, 01 Jan 2009 11:39:47 +0000 |
reimar |
Make AVI demuxer more resilient against broken or incomplete files.
|
Wed, 03 Dec 2008 23:01:03 +0000 |
diego |
Get rid of pointless 'extern' keywords.
|
Sat, 02 Aug 2008 16:30:32 +0000 |
diego |
Change a bunch of codec-specific preprocessor directives from a HAVE_
|
Sat, 09 Feb 2008 13:13:02 +0000 |
compn |
cosmetic typo fix, geneate > generate
|
Tue, 29 Jan 2008 15:11:38 +0000 |
reimar |
Use defines to give names to the different seek flags.
|
Sun, 13 Jan 2008 16:00:39 +0000 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
Sat, 01 Dec 2007 14:22:27 +0000 |
reimar |
Remove some pointless casts
|
Thu, 15 Mar 2007 18:36:36 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|
Tue, 06 Feb 2007 19:01:28 +0000 |
reimar |
Support some weird AVI header, fixes bug 742
|
Fri, 01 Dec 2006 19:43:36 +0000 |
reimar |
100l confused FFMIN/FFMAX
|
Fri, 01 Dec 2006 19:24:42 +0000 |
reimar |
Proper fix for last demux_avi commit, stream switching now really should
|
Fri, 01 Dec 2006 18:51:44 +0000 |
reimar |
Make sure we do not hang if no streams are available
|
Fri, 01 Dec 2006 17:57:29 +0000 |
reimar |
Implement stream switching for AVI demuxer.
|
Thu, 30 Nov 2006 17:48:00 +0000 |
reimar |
Move initialization of sh_audio/sh_video members to aviheader
|
Sun, 12 Nov 2006 16:03:39 +0000 |
diego |
Remove duplicate message, the same info is printed anyway.
|
Sun, 05 Nov 2006 17:32:18 +0000 |
eugeni |
Fix an obvious typo.
|
Sun, 05 Nov 2006 16:49:09 +0000 |
kraymer |
better wording for "workarounding"
|
Sun, 05 Nov 2006 16:36:02 +0000 |
kraymer |
MSGTRs for demux_avi.c
|
Mon, 23 Oct 2006 16:46:16 +0000 |
reimar |
Allow lowercase letters in AVI stream id, fixes bug #277
|
Sat, 21 Oct 2006 20:48:41 +0000 |
reimar |
Avoid crash after "AVI: No audio stream found -> no sound." message,
|