summaryrefslogtreecommitdiffstats
path: root/libavcodec/nvenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/nvenc: turn feature check failures into warningshydra33332019-10-291-18/+18
* avcodec/nvenc: make use of new GetLastErrorString functionTimo Rothenpieler2019-09-271-4/+14
* avcodec/nvenc: pass CUstream to nvenc when availableTimo Rothenpieler2019-09-271-4/+16
* avcodec/nvenc: add multiple reference frames supportRoman Arzumanyan2019-09-271-0/+23
* avcodec/nvenc: switch to dedicated dpb_size optionTimo Rothenpieler2019-09-271-5/+5
* avcodec/nvenc: fix typo in new Windows driver versionTimo Rothenpieler2019-09-241-1/+1
* avcodec/nvenc: add driver version info for SDK 9.1Timo Rothenpieler2019-09-231-1/+9
* avcodec/nvenc: fix indentationTimo Rothenpieler2019-04-271-12/+12
* avcodec/nvenc: only unregister input resources when absolutely neededTimo Rothenpieler2019-04-271-8/+5
* avcodec/nvenc: add minimum driver version for SDK 8.2 and 9.0Timo Rothenpieler2019-03-101-1/+13
* avcodec/nvenc: add b_as_ref support for HEVCRoman Arzumanyan2019-02-141-0/+4
* avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale2018-11-141-48/+20
* avcodec/nvenc: add option to turn off a53 closed caption embeddingTimo Rothenpieler2018-08-211-1/+1
* avcodec/nvenc: enable nvenc encoder instance reusePavel Koshevoy2018-06-151-2/+10
* Revert "avcodec/nvenc: make hw_frames_ctx fully optional"Timo Rothenpieler2018-05-101-22/+15
* avcodec/nvenc: move reconfig_encoder call inside of push/pop ctxTimo Rothenpieler2018-05-041-5/+3
* avcodec/nvenc: add A53CC supportRoman Arzumanyan2018-05-041-2/+28
* avcodec/nvenc: support dynamic bitrate changespkviet2018-05-041-3/+56
* avcodec/nvenc: support dynamic aspect ratio changeMiroslav Slugeň2018-05-041-7/+60
* avcodec/nvenc: make hw_frames_ctx fully optionalTimo Rothenpieler2018-05-041-15/+22
* avcodec/nv{enc,dec}: use sane version checking macroTimo Rothenpieler2018-04-131-1/+1
* avcodec/nvenc: update required driver versions for nvencTimo Rothenpieler2018-04-111-2/+10
* avcodec/nvenc: add support for B frames as refTimo Rothenpieler2018-04-111-0/+20
* avcodec/nvenc: Declare support for P016Philip Langdale2018-03-021-1/+4
* avcodec/nvenc: also clear data pointer after unregistering a resourceTimo Rothenpieler2018-01-281-0/+2
* avcodec/nvenc: add some more error case checksTimo Rothenpieler2018-01-281-6/+18
* avcodec/nvenc: unregister input resource when unmappingTimo Rothenpieler2018-01-281-0/+2
* avcodec/nvenc: refcount input frame mappingsTimo Rothenpieler2018-01-281-16/+23
* avcodec/nvenc: set correct error codePan Bian2017-11-291-1/+3
* compat/cuda: Pass a logging context to load functionsMark Thompson2017-11-201-2/+2
* avcodec/nvenc: check pop_context return valueTimo Rothenpieler2017-11-171-9/+7
* nvenc: support d3d11 surface inputHendrik Leppkes2017-11-151-21/+82
* nvenc: factor context push/pop into functionsHendrik Leppkes2017-11-151-95/+76
* avcodec/nvenc: sanitize variable namesTimo Rothenpieler2017-09-071-17/+17
* avcodec/nvenc: migrate to new encode APITimo Rothenpieler2017-09-071-11/+54
* avcodec/nvenc: always output picture timing SEITimo Rothenpieler2017-09-021-2/+4
* avcodec/nvenc: only push cuda context on encoder close if encoder existsTimo Rothenpieler2017-09-011-12/+13
* avcodec/nvenc: add support for specifying entropy coding modeTimo Rothenpieler2017-09-011-0/+9
* avcodec/nvenc: fix hw accelerated transcode with bframesGanapathy Kasi2017-06-021-0/+75
* avcodec/nvenc: print minimum driver version on errorTimo Rothenpieler2017-06-011-1/+14
* avcodec/nvenc: remove unnecessary alignmentTimo Rothenpieler2017-05-231-4/+4
* avcodec/nvenc: add weighted prediction supportSumit Agarwal2017-05-101-0/+9
* avcodec/nvenc: add fractional CQ supportBen Chang2017-05-101-1/+6
* avcodec/nvenc: deprecated old rc modes, add new onesTimo Rothenpieler2017-05-091-11/+21
* avcodec/nvenc: remove usage of deprecated fieldsTimo Rothenpieler2017-05-091-7/+0
* avcodec/nvenc: use frames hwctx when registering a frameTimo Rothenpieler2017-05-071-1/+1
* avcodec/nvenc: support external context in sw modeTimo Rothenpieler2017-05-071-5/+10
* avcodec/nvenc: surface allocation reductionBen Chang2017-04-261-17/+38
* avcodec/nvenc: apply quantization factors to cqpTimo Rothenpieler2017-03-231-3/+5
* avcodec/nvenc: Deprecate usage of global_quality, introducing qpTimo Rothenpieler2017-03-231-5/+11
OpenPOWER on IntegriCloud