GNOME Bugzilla – Bug 550646
[qtdemux] Support Motion JPEG 2000 video
Last modified: 2008-09-03 12:40:42 UTC
The ISO Motion JPEG 2000 (originally ISO 15444-3) file format is also an ISO base media based format, and as such only requires minor additions to qtdemux to support it.
Created attachment 117919 [details] [review] Support video/mj2 file format * Add support for video/mj2 mime-type and its additional atoms/boxes.
2008-09-03 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state), (gst_qtdemux_loop_state_header), (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps): * gst/qtdemux/qtdemux.h: * gst/qtdemux/qtdemux_fourcc.h: * gst/qtdemux/qtdemux_types.c: Add support for video/mj2 mime-type and its additional atoms/boxes. Fixes #550646.