After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619158 - IVF parser plugin
IVF parser plugin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.22
Other Linux
: Normal normal
: 0.10.20
Assigned To: Sebastian Dröge (slomo)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-20 04:30 UTC by Philip Jägenstedt
Modified: 2010-06-01 09:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
C-file (9.39 KB, application/octet-stream)
2010-05-20 04:31 UTC, Philip Jägenstedt
Details
H-file (1.93 KB, application/octet-stream)
2010-05-20 04:31 UTC, Philip Jägenstedt
Details

Description Philip Jägenstedt 2010-05-20 04:30:34 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.
Comment 1 Philip Jägenstedt 2010-05-20 04:31:07 UTC
Created attachment 161514 [details]
C-file
Comment 2 Philip Jägenstedt 2010-05-20 04:31:27 UTC
Created attachment 161515 [details]
H-file
Comment 3 Sebastian Dröge (slomo) 2010-06-01 09:20:22 UTC
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.