summaryrefslogtreecommitdiff
path: root/sys/nvcodec/gstnvh264enc.c
Commit message (Expand)AuthorAgeFilesLines
* nvcodec: Add missing CUDAMemory sink caps in h264 and h265 encodersJulian Bouzas2020-10-161-1/+2
* gst: Update for gst_video_transfer_function_*() function renamingSebastian Dröge2020-09-071-1/+1
* nvcodec: Update for documentationSeungha Yang2020-07-021-27/+100
* nvcodec: Mark class data as may-be-leaked to quiet the leaks tracerNirbheek Chauhan2020-02-121-0/+3
* nvenc: Add support VUYA formatSeungha Yang2019-09-111-1/+2
* nvenc: Add properties to support bframe encoding if device supports itSeungha Yang2019-09-111-0/+53
* nvenc: Add more rate-control optionsSeungha Yang2019-09-111-0/+84
* nvenc: Add support for weighted prediction optionSeungha Yang2019-09-111-2/+40
* nvenc: Add property for AUD insertionSeungha Yang2019-09-111-3/+38
* nvenc: Refactor class hierarchy to handle device capability dependent optionsSeungha Yang2019-09-111-10/+91
* nvenc: Add support for old drivers which could not understand SDK version 9.0Seungha Yang2019-08-291-1/+1
* nvenc: Remove unused member variablesSeungha Yang2019-08-061-20/+0
* nvenc: Register elements per GPU device with capability checkSeungha Yang2019-07-221-185/+11
* nvenc: Specify colorimetry related VUI parametersSeungha Yang2019-07-171-5/+28
* nvdec,nvenc: Port to dynamic library loadingSeungha Yang2019-07-081-0/+549