summaryrefslogtreecommitdiff
path: root/sys/msdk
Commit message (Expand)AuthorAgeFilesLines
* msdk: vc1_dec: Add Advanced profile (WVC1) supportSreerenj Balachandran2018-02-131-5/+25
* msdk: dec: Add non-packetized stream handling supportSreerenj Balachandran2018-02-132-3/+34
* msdk: Add VC1 decoder (simple and main profiles)Sreerenj Balachandran2018-02-135-1/+189
* msdk : Add RenderNode supportSreerenj Balachandran2018-02-133-9/+69
* msdk: Avoid build failures on Windows until d3d allocator is implementedHyunjun Ko2018-02-134-3/+102
* msdkdec: use video memory if there's another MSDK context in a pipelineHyunjun Ko2018-02-131-9/+14
* msdk: add async depth from each msdk element to GstMsdkContext to be sharedHyunjun Ko2018-02-134-1/+36
* msdkdec/enc: query GstContext to share GstMsdkContextHyunjun Ko2018-02-134-33/+133
* msdk: context: add job type to figure out if joining session is necessaryHyunjun Ko2018-02-136-9/+85
* msdk: adds util functions to handle GstContextHyunjun Ko2018-02-134-0/+294
* msdkdec: use bufferpoolHyunjun Ko2018-02-132-151/+349
* msdkenc: use bufferpoolHyunjun Ko2018-02-134-155/+382
* msdk: supports bufferpoolHyunjun Ko2018-02-138-0/+1178
* msdk: adds frame allocator using libvaHyunjun Ko2018-02-136-2/+487
* msdkdec: fix typoHyunjun Ko2018-02-131-1/+1
* msdk: implements GstMsdkContext.Hyunjun Ko2018-02-1315-154/+339
* msdk: libva: adds utility function between mfx and libvaHyunjun Ko2018-02-132-0/+195
* msdk: adds new utility functions for conversion from gstreamer to libmfxHyunjun Ko2018-02-132-0/+77
* msdk: move and rename the function msdk_video_alignmentHyunjun Ko2018-02-133-15/+25
* msdk: change plugin's descriptionVíctor Manuel Jáquez Leal2018-01-111-1/+1
* msdk: init the debug category for mpeg2decSreerenj Balachandran2018-01-101-0/+3
* msdk: Add mpeg2 decoderSreerenj Balachandran2018-01-105-0/+162
* msdkdec: keep draining even if a finish_task failsHyunjun Ko2017-11-231-2/+5
* msdkdec: fix buffer leaks during drain and a leak of videobufferpoolHyunjun Ko2017-11-221-5/+14
* msdkenc: handle the MORE_DATA caseHyunjun Ko2017-11-222-5/+32
* msdkh264enc: Implement frame-packing SEI insertion for side-by-side and top-b...Sebastian Dröge2017-11-203-1/+157
* msdkenc: Fix handling of YUY2, UYVY, BGRA surfacesHyunjun Ko2017-11-202-1/+24
* msdkenc: Add support for YV12, YUY2, UYVY and BGRASebastian Dröge2017-11-203-69/+399
* msdk: fix to build msdkvp8dec with mfx_dispatchHyunjun Ko2017-11-041-2/+8
* msdk: adds msdkvp8decHyunjun Ko2017-11-015-0/+185
* msdk: Allow building against mfx_dispatcherSebastian Dröge2017-10-307-11/+50
* meson: msdk: use python3 from python3 moduleTim-Philipp Müller2017-07-071-1/+0
* msdk: enc: set pts and dts, fix inverted sync_point flagScott D Phillips2017-06-071-2/+14
* Fix up package name and origin in some pluginsTim-Philipp Müller2017-05-181-1/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* msdk: Declare libmfx.a as a C++ static libraryScott D Phillips2017-05-111-1/+1
* msdk: Propagate GstFlowReturn valuesScott D Phillips2017-01-201-33/+92
* gst: Don't declare variables inside the for loop headerSebastian Dröge2016-12-131-4/+8
* msdk: add mjpeg decoderScott D Phillips2016-12-135-0/+163
* msdk: add mjpeg encoderScott D Phillips2016-12-135-0/+241
* msdk: Add H.265 decoderScott D Phillips2016-12-125-0/+185
* msdk: Add H.264 decoderScott D Phillips2016-12-127-0/+1064
* msdk: Initial windows build supportScott D Phillips2016-11-147-232/+357
* meson: add build files for msdkScott D Phillips2016-11-141-0/+32
* msdk: load plugins in h265 and vp8 initScott D Phillips2016-11-142-1/+40
* msdk: Width and Height need to be integer multiples of 32Scott D Phillips2016-11-141-4/+4
* msdk: add to buildScott D Phillips2016-11-141-0/+44
* msdk: Create plugin for Intel's Media SDKJosep Torra2016-11-1414-0/+2767