GNOME Bugzilla – Bug 619158
IVF parser plugin
Last modified: 2010-06-01 09:20:22 UTC
libvpx's ivfenc produces a funny format called IVF, which I think is Indeo Video Format. Here's a parser I wrote, possibly useful for testing. I haven't hooked up all the build stuff, as I was building this outside of any GStreamer package.
Created attachment 161514 [details] C-file
Created attachment 161515 [details] H-file
commit d1e3217be82b48e2b258165f7e620f3f6263c975 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Sat May 22 08:56:34 2010 +0200 ivfparse: Add simple IVF parser This only supports VP8 so far. Fixes bug #619158.