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 774793 - msdk: add mjpeg encoder/decoder
msdk: add mjpeg encoder/decoder
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal enhancement
: 1.11.1
Assigned To: Josep Torra Valles
GStreamer Maintainers
Depends on: 774587
Blocks:
 
 
Reported: 2016-11-21 16:07 UTC by Zack Snyder
Modified: 2016-12-12 23:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH gst-plugins-bad] msdk: add mjpeg encoder (10.47 KB, patch)
2016-11-22 21:39 UTC, Scott D Phillips
none Details | Review
[PATCH gst-plugins-bad v2 1/2] msdk: add mjpeg encoder (10.87 KB, patch)
2016-11-22 22:18 UTC, Scott D Phillips
committed Details | Review
[PATCH gst-plugins-bad 2/2] msdk: add mjpeg decoder (8.96 KB, patch)
2016-11-22 22:19 UTC, Scott D Phillips
committed Details | Review

Description Zack Snyder 2016-11-21 16:07:49 UTC
The intel msdk offers the possibility to encode /decode mjpeg.
Please add support for it.
Comment 1 Scott D Phillips 2016-11-22 21:39:26 UTC
Created attachment 340557 [details] [review]
[PATCH gst-plugins-bad] msdk: add mjpeg encoder
Comment 2 Scott D Phillips 2016-11-22 22:18:34 UTC
Created attachment 340558 [details] [review]
[PATCH gst-plugins-bad v2 1/2] msdk: add mjpeg encoder

Changes since v1:
- add to meson.build
Comment 3 Scott D Phillips 2016-11-22 22:19:33 UTC
Created attachment 340559 [details] [review]
[PATCH gst-plugins-bad 2/2] msdk: add mjpeg decoder

The decoder patch depends upon the decoder base class in bug 774587
Comment 4 Josep Torra Valles 2016-12-12 23:17:38 UTC
Comment on attachment 340558 [details] [review]
[PATCH gst-plugins-bad v2 1/2] msdk: add mjpeg encoder

commit 1a4db8846f333bc5263251c394d4e26b05ac55fa
Author: Scott D Phillips <scott.d.phillips@intel.com>
Date:   Wed Oct 5 15:32:43 2016 -0700

    msdk: add mjpeg encoder
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774793
Comment 5 Josep Torra Valles 2016-12-12 23:18:35 UTC
Comment on attachment 340559 [details] [review]
[PATCH gst-plugins-bad 2/2] msdk: add mjpeg decoder

commit fbf7e905f01aef9037780417565aaad05540b172
Author: Scott D Phillips <scott.d.phillips@intel.com>
Date:   Tue Nov 22 13:55:00 2016 -0800

    msdk: add mjpeg decoder
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774793