Re: AVI file format documentation

2008-04-12 Thread Andrew Talbot
While we are on the subject of AVI files: could someone please take a look at the function IAVIStream_fnWriteData() in avifil32/avifile.c? There is an unused variable "dwPos" (line 1326), which has been there since this function was first implemented (2002-10-18), I could just remove this variable,

Re: AVI file format documentation

2008-04-11 Thread Dmitry Timoshkov
"Maarten Lankhorst" <[EMAIL PROTECTED]> wrote: >> Both dlls/mciavi32 and dlls/avifil32 are able to parse and play AVI files. > I don't think I can use that from quartz though. It uses the > asyncreader primitives and I don't believe there is such thing as a > IRiffReader interface. ;-) There is

Re: AVI file format documentation

2008-04-11 Thread Maarten Lankhorst
Hello Dmitry, 2008/4/11, Dmitry Timoshkov <[EMAIL PROTECTED]>: > "Dan Kegel" <[EMAIL PROTECTED]> wrote: > > Maarten stumbled across what he said was very useful > > documentation about the AVI file format. For future reference, > > here it is: > > http://sunsson.iptime.org/projects/juliet/wiki

Re: AVI file format documentation

2008-04-11 Thread Dmitry Timoshkov
"Dan Kegel" <[EMAIL PROTECTED]> wrote: > Maarten stumbled across what he said was very useful > documentation about the AVI file format. For future reference, > here it is: > http://sunsson.iptime.org/projects/juliet/wiki/MediaFileFormat AVI files are just RIFF files, and RIFF file format is ver

Re: AVI file format documentation

2008-04-10 Thread Dan Kegel
On Thu, Apr 10, 2008 at 11:42 AM, Dan Kegel <[EMAIL PROTECTED]> wrote: > Maarten stumbled across what he said was very useful > documentation about the AVI file format. For future reference, > here it is: > http://sunsson.iptime.org/projects/juliet/wiki/MediaFileFormat Sorry for the spam, but

AVI file format documentation

2008-04-10 Thread Dan Kegel
Maarten stumbled across what he said was very useful documentation about the AVI file format. For future reference, here it is: http://sunsson.iptime.org/projects/juliet/wiki/MediaFileFormat