summaryrefslogtreecommitdiff
path: root/sys/nvcodec
Commit message (Expand)AuthorAgeFilesLines
* nvcodec: Fix various typosSeungha Yang2021-08-217-15/+15
* nvcodec: Get rid of G_GNUC_INTERNALSeungha Yang2021-08-2114-123/+1
* codecs: h265decoder: Fix a typo of NumPocTotalCurr when process ref pic list.He Junyan2021-07-161-1/+1
* nvcodec: Enhance CUDA runtime compiler library loading on WindowsSeungha Yang2021-06-291-6/+28
* codecs: vp9decoder: Pass GstVideoCodecFrame to duplicate_picture()Seungha Yang2021-04-071-6/+6
* codecs: vp9decoder: Port to GstVp9StatefulParserSeungha Yang2021-04-071-99/+80
* nvcodec: nvsldec: Refactor graphics api resource handlingSeungha Yang2021-03-296-571/+472
* gst: don't use volatile to mean atomicMatthew Waters2021-03-224-5/+5
* nvh264sldec: Reopen decoder object if larger DPB size is requiredSeungha Yang2021-03-071-0/+24
* nvh265sldec: Remove pointless field picture parameter setupSeungha Yang2021-02-091-6/+0
* nvh264sldec: Add support for output-delay to improve throughput performanceSeungha Yang2021-01-291-0/+17
* 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