summaryrefslogtreecommitdiff
path: root/sys/nvenc
AgeCommit message (Expand)AuthorFilesLines
2018-05-18nvenc: Fix build warning errorSeungha Yang1-3/+7
2018-04-25nvenc: Remove GST_USE_UNSTABLE_API definesJan Schmidt2-2/+0
2018-04-25nvenc: Use the HAVE_NVENC_GST_GL define instead of HAVE_GST_GLJan Schmidt2-2/+2
2018-04-25nvh265enc: Add Nvidia GPU based HEVC encoderSeungha Yang4-2/+500
2018-04-25nvencbase: Define sinkpad template in subclassSeungha Yang2-19/+18
2018-04-25nvenc: Add debug catagory for nvh264encSeungha Yang4-1/+9
2018-04-02nvbaseenc: fix build warnings with HAVE_NVENC_GST_GLDaeseok Youn1-1/+3
2018-01-24nvenc: add "gop-size" propertyTim-Philipp Müller3-0/+26
2018-01-24nvenc: mark properties that can be changed at runtime accordinglyTim-Philipp Müller1-12/+18
2018-01-24nvenc: Add support for dynamic bitrate/preset reconfigurationOle André Vadla Ravnås2-0/+19
2018-01-24nvenc: Add support for I420Ole André Vadla Ravnås1-16/+45
2017-12-19gl: update plugins to use GstGL from -baseTim-Philipp Müller1-5/+5
2017-10-13nvbaseenc: Fix Memory leak in error casePonnam Srinivas1-3/+7
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-19nvenc: Stop bitstream thread in ::stop()Ole André Vadla Ravnås1-0/+3
2017-04-19nvenc: Update to the current gstreamer-gl APIOle André Vadla Ravnås1-2/+1
2016-04-08nvenc: add some rate control modes/propertiesMatthew Waters2-1/+148
2016-04-08nvenc: move codec config initialization from the implementation to the base c...Matthew Waters3-154/+139
2016-04-08nvenc: add preset selectionMatthew Waters4-4/+141
2016-03-31nvenc: add support for building against version 6 of the SDKMatthew Waters1-1/+21
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-4/+2
2016-02-25nvenc: release the frames and list when searching for an output bufferMatthew Waters1-4/+14
2016-01-12nvenc: update for recent GL api changesMatthew Waters1-17/+20
2015-12-22nvenc: fix high CPU use on initialization of multiple encoders at the same timeMatthew Marsh1-0/+12
2015-09-29nvenc: call the parent class on GstElement::set_contextMatthew Waters1-0/+2
2015-09-29Add Nvidia based hardware encoder elementMatthew Waters9-0/+2792