summaryrefslogtreecommitdiff
path: root/sys/nvcodec
Commit message (Expand)AuthorAgeFilesLines
* nvcodec: leave g_once_init when all quarks are initializedJulian Bouzas2020-11-091-3/+2
* gst: Update for gst_video_transfer_function_*() function renamingSebastian Dröge2020-09-073-3/+3
* build: update for gl pkg-config file splitMatthew Waters2020-08-071-1/+1
* codecs: h264decoder: Pass GstVideoCodecFrame to output_picture()Seungha Yang2020-07-211-19/+20
* codecs: h264decoder: Don't attach extra ref of GstH264Picture to GstVideoCode...Seungha Yang2020-07-211-7/+9
* nvcodec: Update for documentationSeungha Yang2020-07-024-53/+222
* nvh265sldec: Fix possible invalid memory accessSeungha Yang2020-06-251-16/+31
* nvh264sldec: Remove useless double spaceSeungha Yang2020-06-241-1/+1
* nvcodec: Add H265 stateless codec implementationSeungha Yang2020-06-244-11/+1147
* nvcodec: Move common methods to nvdecoderSeungha Yang2020-06-243-240/+361
* nvh264sldec: Declare OpenGL related objects unconditionallySeungha Yang2020-06-241-27/+35
* nvh264sldec: Fix for possible wrong device selctionSeungha Yang2020-06-241-1/+2
* docs: mark more types as plugin APIMathieu Duponchelle2020-06-233-0/+9
* nvh264sldec: Fix wrong scaling list matrix scan orderSeungha Yang2020-05-231-11/+25
* codecs: h264decoder: ref pic lists as decode_slice parametersVíctor Manuel Jáquez Leal2020-05-191-2/+4
* nvcodec: fix compiler warning in certain setupsTim-Philipp Müller2020-05-031-1/+1
* nvh264sldec: Allow constrained-baseline and baseline profilesSeungha Yang2020-04-301-1/+2
* nvcodec: Add suppport for environment based primary h264 decoder implementationSeungha Yang2020-04-243-10/+54
* nvcodec: Add H264 stateless codec implementationSeungha Yang2020-04-248-381/+2360
* nvdec: Don't hardcode DPB sizeSeungha Yang2020-04-096-19/+111
* nvh265enc: Update for video-hdr struct changeSeungha Yang2020-04-011-70/+30
* nvdec: Add fallback for CUDA/OpenGL interop failureSeungha Yang2020-03-194-3/+72
* nvcodec: Mark class data as may-be-leaked to quiet the leaks tracerNirbheek Chauhan2020-02-123-0/+9
* nvcodec: Fix crash in decoder on 32-bit WindowsNirbheek Chauhan2020-02-061-3/+3
* nvdec: Don't leak template caps when registering elements with old NVIDIA driverSebastian Dröge2020-02-051-0/+4
* nvenc: Query maximum supported API versionSeungha Yang2020-02-031-4/+34
* nvdec: Do not map GStreamer discont to CUVid discontNicolas Dufresne2020-01-251-1/+0
* nvdec: Tell the parser we have complete picturesNicolas Dufresne2020-01-252-0/+16
* nvenc: Do not access to broken encode sessionSeungha Yang2020-01-211-5/+22
* nvcodec: Print debug info when initializing nvencNirbheek Chauhan2020-01-201-16/+31
* nvcodec: Fix crash on 32-bit WindowsNirbheek Chauhan2020-01-205-168/+184
* nvcodec: cuda.h only needs glib.h, not gst.hNirbheek Chauhan2020-01-202-2/+3
* nvenc: Query supported minimum resolutionSeungha Yang2020-01-161-17/+52
* nvcodec: Bump SDK header to version 9.1Seungha Yang2020-01-163-50/+208
* nvcodec: Refactor plugin initializationSeungha Yang2019-12-247-133/+141
* nvenc: Fix crash when nvenc was reused then freed without encodingSeungha Yang2019-11-222-8/+11
* nvenc: Remove unused code pathSeungha Yang2019-11-221-11/+2
* documentation: fixed a heap o' typosAaron Boxer2019-11-052-7/+7
* Remove autotools build systemTim-Philipp Müller2019-10-141-47/+0
* nvenc: Early terminate handle_frame if the last flow was not GST_FLOW_OKSeungha Yang2019-09-111-4/+34
* nvenc: Add support VUYA formatSeungha Yang2019-09-114-2/+10
* nvdec: Add support for mpeg4 video decoding with codec_dataSeungha Yang2019-09-112-6/+33
* nvenc: Reduce the number of pre-allocated device memorySeungha Yang2019-09-111-4/+34
* nvdec: Update plugin description and fix typoSeungha Yang2019-09-111-1/+1
* nvenc: Adjust DTS when bframe is enabledSeungha Yang2019-09-112-0/+68
* nvenc: Add qp-{min,max,const}-{i,p,b} propertiesSeungha Yang2019-09-112-0/+170
* nvenc: Add properties to support bframe encoding if device supports itSeungha Yang2019-09-115-5/+167
* nvenc: Refactoring internal buffer pool structureSeungha Yang2019-09-112-457/+399
* nvenc: Remove pointless iteration and cleanup some codeSeungha Yang2019-09-111-142/+90
* nvenc: Add more rate-control optionsSeungha Yang2019-09-115-38/+467