Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-24avcodec/nvenc: add driver version info for latest SDKsTimo Rothenpieler
2018-04-13avcodec/nv{enc,dec}: use sane version checking macroTimo Rothenpieler
2018-04-11avcodec/nvenc: update required driver versions for nvencTimo Rothenpieler
2018-04-11avcodec/nvenc: add support for B frames as refTimo Rothenpieler
2018-03-03avcodec/nvenc: Declare support for P016Philip Langdale
2018-01-28avcodec/nvenc: also clear data pointer after unregistering a resourceTimo Rothenpieler
2018-01-28avcodec/nvenc: add some more error case checksTimo Rothenpieler
2018-01-28avcodec/nvenc: unregister input resource when unmappingTimo Rothenpieler
2018-01-28avcodec/nvenc: refcount input frame mappingsTimo Rothenpieler
2017-11-29avcodec/nvenc: set correct error codePan Bian
2017-11-20compat/cuda: Pass a logging context to load functionsMark Thompson
2017-11-18avcodec/nvenc: check pop_context return valueTimo Rothenpieler
2017-11-15nvenc: support d3d11 surface inputHendrik Leppkes
2017-11-15nvenc: factor context push/pop into functionsHendrik Leppkes
2017-09-07avcodec/nvenc: sanitize variable namesTimo Rothenpieler
2017-09-07avcodec/nvenc: migrate to new encode APITimo Rothenpieler
2017-09-02avcodec/nvenc: always output picture timing SEITimo Rothenpieler
2017-09-01avcodec/nvenc: only push cuda context on encoder close if encoder existsTimo Rothenpieler
2017-09-01avcodec/nvenc: add support for specifying entropy coding modeTimo Rothenpieler
2017-06-02avcodec/nvenc: fix hw accelerated transcode with bframesGanapathy Kasi
2017-06-01avcodec/nvenc: print minimum driver version on errorTimo Rothenpieler
2017-05-23avcodec/nvenc: remove unnecessary alignmentTimo Rothenpieler
2017-05-10avcodec/nvenc: add weighted prediction supportSumit Agarwal
2017-05-10avcodec/nvenc: add fractional CQ supportBen Chang
2017-05-09avcodec/nvenc: deprecated old rc modes, add new onesTimo Rothenpieler
2017-05-09avcodec/nvenc: remove usage of deprecated fieldsTimo Rothenpieler
2017-05-07avcodec/nvenc: use frames hwctx when registering a frameTimo Rothenpieler
2017-05-07avcodec/nvenc: support external context in sw modeTimo Rothenpieler
2017-04-26avcodec/nvenc: surface allocation reductionBen Chang
2017-03-23avcodec/nvenc: apply quantization factors to cqpTimo Rothenpieler
2017-03-23avcodec/nvenc: Deprecate usage of global_quality, introducing qpTimo Rothenpieler
2017-03-21lavc/nvenc: misc cosmetics to reduce diff with LibavClément Bœsch
2017-03-17avcodec/nvenc: allow different const-qps for I, P and B framesKonda Raju
2017-03-01avcodec/nvenc: add initial QP value optionsKonda Raju
2017-03-01avcodec/nvenc: remove qmin and qmax constraints for vbrGanapathy Raman Kasi
2017-02-14avcodec/nvenc: push cuda context before encoding a frameTimo Rothenpieler
2017-02-13avcodec/nvenc: set frame buffer format for mapped framesTimo Rothenpieler
2017-01-20avcodec/nvenc: add logging for more error casesTimo Rothenpieler
2017-01-20avcodec/nvenc: make gpu indices independend of supported capabilitiesTimo Rothenpieler
2017-01-01avcodec/nvenc: Add bluray_compat basic implementationMiroslav Slugen
2017-01-01avcodec/nvenc: Make AUD optional for h264_nvenc and hevc_nvencMiroslav Slugen
2017-01-01avcodec/nvenc: round qpIntra and qpInter calculationMiroslav Slugeň
2016-12-26NVENC: Update check for LookaheadRuta Gadkari
2016-11-30avcodec/nvenc: mark intentional fall throughTimo Rothenpieler
2016-11-30avcodec/nvenc: always reduce DAR width and heightMiroslav Slugeň
2016-11-30avcodec/nvenc: Delay identification of underlying format of cuda framesPhilip Langdale
2016-11-25avcodec/nvenc: Remove aspect-ratio decompensation logicPhilip Langdale
2016-11-22avcodec/nvenc: better surface allocation alghoritm, fix rc_lookaheadMiroslav Slugeň
2016-11-22avcodec/nvenc: use dynamically loaded CUDATimo Rothenpieler
2016-11-05avcodec/nvenc.c: Use new safe dlopen code.Matt Oliver