summaryrefslogtreecommitdiff
path: root/sys/nvcodec
Commit message (Expand)AuthorAgeFilesLines
* cuda: Fix lowest targetted architecture for CUDA >= 11.0Edward Hervey2020-12-031-0/+15
* nvcodec: Assume 25fps if framerate is invalid when calculating latencyJulian Bouzas2020-11-231-3/+11
* nvdec: Accept progressive-high and contrained-high profilesOlivier Crête2020-11-182-2/+11
* codecs: h264decoder: Store reference picture type using enum valueSeungha Yang2020-11-131-3/+3
* nvcodec: Fix various typoSeungha Yang2020-11-126-33/+33
* nvcodec: Add VP9 stateless decoder elementSeungha Yang2020-11-105-0/+763
* nvcodec: nvdecoder: Move to refcount based GstNvDecoderFrameSeungha Yang2020-11-105-20/+37
* nvcodec: nvdecoder: Get rid of G_GNUC_INTERNALSeungha Yang2020-11-101-12/+0
* nvcodec: Add VP8 stateless decoder elementSeungha Yang2020-11-104-0/+634
* nvcodec: nvsldec: Fix typo in debug messageSeungha Yang2020-11-101-2/+4
* nvcodec: leave g_once_init when all quarks are initializedJulian Bouzas2020-11-091-3/+2
* nvcodec: nvsldec: Add support for CUDA memorySeungha Yang2020-10-274-31/+191
* h265decoder: Add support for l0/l1Nicolas Dufresne2020-10-211-2/+4
* h265decoder: Sync with the H264 implementationNicolas Dufresne2020-10-211-21/+20
* nvcodec: Report latency in decoder based on max-display-delayJulian Bouzas2020-10-162-7/+28
* nvcodec: Add max-display-delay decoder propertyJulian Bouzas2020-10-162-1/+71
* nvcodec: Fix compiler error if OpenGL is not enabledJulian Bouzas2020-10-161-0/+2
* nvcodec: Add missing CUDAMemory src caps in h264 decoderJulian Bouzas2020-10-161-13/+30
* nvcodec: Add missing CUDAMemory sink caps in h264 and h265 encodersJulian Bouzas2020-10-162-2/+4
* nvcodec: Fix description of cudadownload elementJulian Bouzas2020-10-161-1/+1
* nvcodec: Add CUDA video scale elementSeungha Yang2020-10-164-0/+669
* nvcodec: Add CUDA video convert elementSeungha Yang2020-10-168-0/+932
* nvcodec: Add generic CUDA video convert objectSeungha Yang2020-10-168-1/+2403
* nvcodec: Add support runtime CUDA kernel source compilationSeungha Yang2020-10-166-0/+416
* nvcodec: Add CUDA upload/download elements with base class for CUDA filtersSeungha Yang2020-10-168-0/+1042
* nvcodec: Peer direct access supportSeungha Yang2020-10-162-4/+8
* cudacontext: Enable direct CUDA memory access over multiple GPUsSeungha Yang2020-10-164-0/+182
* nvenc: Support CUDA buffer poolSeungha Yang2020-10-163-15/+197
* nvdec: Support CUDA buffer poolSeungha Yang2020-10-162-39/+149
* nvcodec: Add CUDA specific memory and bufferpoolSeungha Yang2020-10-168-0/+981
* 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