summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.c
Commit message (Expand)AuthorAge
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * nvenc: support CUDA frames as inputAnton Khirnov2016-02-14
| * Allow linking to CUDA dynamically instead of dlopen()ing it at runtimeAnton Khirnov2016-02-14
| * nvenc: rename a misnamed functionAnton Khirnov2016-02-12
| * nvenc: merge input and output surface structsAnton Khirnov2016-02-12
| * nvenc: factor out the pixel format listAnton Khirnov2016-02-12
| * nvenc: generate dts properlyAnton Khirnov2016-01-12
| * nvenc: fix encoding with B-framesAnton Khirnov2016-01-12
| * nvenc: flush the encoder before closing it, as required by the docsAnton Khirnov2016-01-12
| * nvenc: better error handlingAnton Khirnov2016-01-12
* | avcodec/nvenc: Check capabilities for interlaced encodingTimo Rothenpieler2016-06-06
* | avcodec/nvenc: Don't set packet durationTimo Rothenpieler2016-06-04
* | avcodec/nvenc: Refactor timestamp generation logicTimo Rothenpieler2016-05-31
* | avcodec/nvenc: forward frame durationTimo Rothenpieler2016-05-31
* | avcodec/nvenc: Handle minqp-only case in set_vbrTimo Rothenpieler2016-05-31
* | avcodec/nvenc: twopass mode works in all modesTimo Rothenpieler2016-05-31
* | avcodec/nvenc: Fix forcing constqp rc modeTimo Rothenpieler2016-05-31
* | avcodec/nvenc: don't enqueue timestamps until a frame was acceptedAndrey Turkin2016-05-31
* | avcodec/nvenc: refactor encode_frame a bitAndrey Turkin2016-05-31
* | avcodec/nvenc: extract timestamp calculations into separate functionAndrey Turkin2016-05-31
* | avcodec/nvenc: rework library load and GPU selectionAndrey Turkin2016-05-31
* | avcodec/nvenc: allow configuring number of surfacesAndrey Turkin2016-05-31
* | avcodec/nvenc: use INIT_CLEANUP to deal with init failuresAndrey Turkin2016-05-31
* | avcodec/nvenc: add rate control optionAndrey Turkin2016-05-31
* | avcodec/nvenc: convert tier to AVOptionsAndrey Turkin2016-05-31
* | avcodec/nvenc: convert levels to AVOptionsAndrey Turkin2016-05-31
* | avcodec/nvenc: convert profile parsing to AVOptionsAndrey Turkin2016-05-31
* | avcodec/nvenc: use AVOptions to select presetsAndrey Turkin2016-05-31
* | avcodec/nvenc: split H264/HEVC encoder definitions into separate filesAndrey Turkin2016-05-31
* | avcodec/nvenc: Require Maxwell for losslessTimo Rothenpieler2016-05-25
* | avcodec/nvenc: CUDA frames supportAndrey Turkin2016-05-25
* | avcodec/nvenc: replace custom FIFOs with AVFifosAndrey Turkin2016-05-25
* | avcodec/nvenc: combine input and output surface structuresAndrey Turkin2016-05-25
* | avcodec/nvenc: split large functions into smaller onesAndrey Turkin2016-05-25
* | avcodec/nvenc: Write buffPeriod/picTime SEI in both CBR modesTimo Rothenpieler2016-05-11
* | avcodec/nvenc: Generate bufferingPeriod/pictureTiming SEITimo Rothenpieler2016-05-11
* | avcodec/nvenc: don't set profile in lossless modeTimo Rothenpieler2016-05-06
* | avcodec/nvenc: Add missing lossless presets to doc stringTimo Rothenpieler2016-04-27
* | avcodec/nvenc: Generate AUD NAL units for better compatiblityTimo Rothenpieler2016-03-30
* | avcodec/nvenc: Fix typo and preset error messageTimo Rothenpieler2016-03-08
* | avcodec/nvenc: Add encoder statsLucas Cooper2016-03-08
* | avcodec/nvenc: Fix H264 and HEVC vui info updateAgatha Hu2016-03-04
* | Merge commit '1520c6ff05d835da4b793318fc88bbbc129c86a1'Hendrik Leppkes2015-12-17
|\|
| * nvenc: export CPB props side dataAnton Khirnov2015-12-06
| * nvenc: Properly free the fifosLuca Barbato2015-08-25
* | avcodec/nvenc: clamp initial qp value to [1, 51]Agatha Hu2015-12-14
* | avcodec/nvenc: set slice number to 1 to improve encoding qualityAgatha Hu2015-12-14
* | avcodec/nvenc: update nvenc default parametersAgatha Hu2015-11-09
* | avcodec/nvenc: fix potential profile error when encoding yuv444pAgatha Hu2015-10-31