summaryrefslogtreecommitdiff
path: root/sys/msdk/gstmsdk.c
Commit message (Collapse)AuthorAgeFilesLines
* msdk: Add conditional build for vp9 decoderSreerenj Balachandran2018-05-151-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=796119
* msdk: dec: Add VP9 decoderSreerenj Balachandran2018-05-151-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=796119
* msdk: Add VPP elementSreerenj Balachandran2018-04-031-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=793705
* msdk: adds new debug categoryHyunjun Ko2018-03-131-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=794276
* msdk: Add VC1 decoder (simple and main profiles)Sreerenj Balachandran2018-02-131-1/+6
| | | | | | | | | | | | | | | | | Adding Simple and Main profiles decode support. Currently msdkvc1dec is not capable to handle the codec_data, only instream headers are supported. Also msdk vc1 decoder expecting instream with Sequence header as per SMPTE 421M Annex L. Most of the decdoebin/playbin pipeline won't work with the above constraints because vc1parse is still not an autoplug element. Only way to make mskdvc1dec work is by connecting a vc1parse as an upstream element. https://bugzilla.gnome.org/show_bug.cgi?id=792589
* msdk: change plugin's descriptionVíctor Manuel Jáquez Leal2018-01-111-1/+1
| | | | | There are not only encoders nowadays, there are decoders too and a postprocessor in the future.
* msdk: init the debug category for mpeg2decSreerenj Balachandran2018-01-101-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=792260
* msdk: Add mpeg2 decoderSreerenj Balachandran2018-01-101-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=792260
* msdk: adds msdkvp8decHyunjun Ko2017-11-011-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=789751
* Fix up package name and origin in some pluginsTim-Philipp Müller2017-05-181-1/+1
|
* msdk: add mjpeg decoderScott D Phillips2016-12-131-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774793
* msdk: add mjpeg encoderScott D Phillips2016-12-131-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774793
* msdk: Add H.265 decoderScott D Phillips2016-12-121-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=775726
* msdk: Add H.264 decoderScott D Phillips2016-12-121-0/+9
| | | | | | The decoder only supports system memory output presently. https://bugzilla.gnome.org/show_bug.cgi?id=774587
* msdk: Create plugin for Intel's Media SDKJosep Torra2016-11-141-0/+86
[scott.d.phillips@intel.com: gst-indent *.c *.h] [scott.d.phillips@intel.com: link with libva at build time] [scott.d.phillips@intel.com: remove unused includes] [scott.d.phillips@intel.com: Update README] https://bugzilla.gnome.org/show_bug.cgi?id=770990