summaryrefslogtreecommitdiff
path: root/sys/nvcodec/gstnvh264dec.c
Commit message (Expand)AuthorAgeFilesLines
* nvcodec: nvsldec: Refactor graphics api resource handlingSeungha Yang2021-03-291-80/+43
* nvh264sldec: Reopen decoder object if larger DPB size is requiredSeungha Yang2021-03-071-0/+24
* nvh264sldec: Add support for output-delay to improve throughput performanceSeungha Yang2021-01-291-0/+17
* nvdec: Accept progressive-high and contrained-high profilesOlivier Crête2020-11-181-1/+1
* codecs: h264decoder: Store reference picture type using enum valueSeungha Yang2020-11-131-3/+3
* nvcodec: Fix various typoSeungha Yang2020-11-121-3/+3
* nvcodec: nvdecoder: Move to refcount based GstNvDecoderFrameSeungha Yang2020-11-101-1/+1
* nvcodec: nvsldec: Add support for CUDA memorySeungha Yang2020-10-271-3/+2
* 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-021-0/+12
* nvh264sldec: Remove useless double spaceSeungha Yang2020-06-241-1/+1
* nvcodec: Move common methods to nvdecoderSeungha Yang2020-06-241-239/+16
* 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-231-0/+2
* 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-241-5/+16
* nvcodec: Add H264 stateless codec implementationSeungha Yang2020-04-241-0/+1076