summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* msdkdec: release the occupied surface for MFX_WRN_DEVICE_BUSYHaihao Xiang2019-02-241-0/+6
* msdk: don't destroy an image twiceHaihao Xiang2019-02-241-2/+19
* msdk: move the comment to the correct placeHaihao Xiang2019-02-241-5/+6
* decklink: add Hardware tag to element metadataTim-Philipp Müller2019-02-194-4/+8
* wasapi: add Hardware tag to element metadataTim-Philipp Müller2019-02-192-2/+2
* winks: add Hardware tag to element metadataTim-Philipp Müller2019-02-191-1/+1
* androidmedia: add Hardware tag to element metadataTim-Philipp Müller2019-02-193-3/+3
* applemedia: add Hardware tag to element metadataTim-Philipp Müller2019-02-194-5/+5
* msdk: add Hardware tag to element metadataTim-Philipp Müller2019-02-1912-12/+12
* nvenc, nvdec: add Hardware tag to element metadataTim-Philipp Müller2019-02-193-3/+3
* msdkvpp: allow UYVY in DMABuf mode in the sink padHaihao Xiang2019-02-191-1/+1
* msdkvpp: allow UYVY in the src padHaihao Xiang2019-02-191-2/+2
* msdk: map GST_VIDEO_FORMAT_UYVY to VA_FOURCC_UYVYHaihao Xiang2019-02-191-0/+4
* msdkvpp: allow BGRx in DMABuf mode in the src padHaihao Xiang2019-02-191-1/+1
* vcdsrc: Remove unusable VCD sourceBastien Nocera2019-02-186-702/+2
* decklinkvideosink: Use S334_EIA_608 instead of S334_EIA_708 for CEA608 outputSebastian Dröge2019-02-121-4/+4
* decklinkvideosink: S334 1A CEA608 closed captions have the first bit set for ...Sebastian Dröge2019-02-121-3/+2
* msdkdec: set decode_only for output onlyHaihao Xiang2019-02-121-2/+5
* msdk: verify the driver nameHaihao Xiang2019-02-121-1/+2
* Add device provider for AVFoundation capture devices.Josh Matthews2019-02-087-103/+443
* misc: Fix warnings on Cerbero MinGWNirbheek Chauhan2019-02-065-6/+13
* msdkdec: Release occupied surface for MFX_ERR_MORE_DATAHaihao Xiang2019-02-032-2/+14
* msdkdec: explain the the extra ref of input bufferVíctor Manuel Jáquez Leal2019-02-021-0/+7
* msdkdec: avoid releasing the input buffer when it is still in useHaihao Xiang2019-02-021-5/+12
* msdkvp9dec: output P010_10LE buffer if possibleHaihao Xiang2019-01-311-2/+2
* msdkvp9dec: use separate src capsHaihao Xiang2019-01-311-0/+14
* d3dhelpers.c: fix typo in debug outputAaron Boxer2019-01-301-2/+1
* meson: Fix building of the nvdec plugin on WindowsNirbheek Chauhan2019-01-281-2/+13
* avfvideosrc: add device-name propertyVaL Doroshchuk2019-01-251-2/+14
* msdkdec: set the mfx picture structure to MFX_PICSTRUCT_PROGRESSIVE if it is ...Haihao Xiang2019-01-251-0/+7
* msdkh265enc: enable low power modeHaihao Xiang2019-01-242-4/+44
* msdk: bufferpool: refactor memory type decisionVíctor Manuel Jáquez Leal2019-01-241-26/+31
* msdk: fix some comments typosVíctor Manuel Jáquez Leal2019-01-241-4/+5
* msdk: decoder: fatal failure if negotiations failsVíctor Manuel Jáquez Leal2019-01-241-1/+6
* msdk: decoder: comment to explain array resetVíctor Manuel Jáquez Leal2019-01-241-1/+1
* msdk: decoder: fix an usage-after-free pointer bugVíctor Manuel Jáquez Leal2019-01-241-1/+1
* msdkvpp: add P010_10LE to sink and src capsHaihao Xiang2019-01-211-4/+4
* msdkh265dec: support P010_10LE in DMABuf modeHaihao Xiang2019-01-211-1/+1
* wasapi: Fixed corner-cases in mapping of channel maskJacek Tomaszewski2019-01-211-6/+15
* meson: Fix automagic build of msdk pluginNirbheek Chauhan2019-01-191-5/+8
* build: Don't forget to add windows files to EXTRA_DISTNirbheek Chauhan2019-01-182-2/+6
* wasapi: Fix infinite loop when the device disappearsNirbheek Chauhan2019-01-153-27/+67
* msdk: set the right BRCParamMultiplierHaihao Xiang2019-01-111-4/+21
* msdk: set the upper bound of max-vbv-bitrate to 2048000 kbpsHaihao Xiang2019-01-111-1/+2
* meson: Fix building of MSDK plugin on WindowsNirbheek Chauhan2019-01-101-1/+1
* msdk: needn't call MFXJoinSession after MFXCloneSessionHaihao Xiang2019-01-091-7/+0
* msdk: check whether mfx function call failsHaihao Xiang2019-01-093-5/+22
* msdkenc: return NULL instead of FALSEHaihao Xiang2019-01-091-4/+4
* msdk: release resources if failing to create the buffer poolHaihao Xiang2019-01-093-6/+10
* msdk: meson: compile vp9dec if availableVíctor Manuel Jáquez Leal2019-01-081-0/+5