summaryrefslogtreecommitdiffstats
path: root/libavcodec/nvenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/nvenc: Write buffPeriod/picTime SEI in both CBR modesTimo Rothenpieler2016-05-111-5/+8
* avcodec/nvenc: Generate bufferingPeriod/pictureTiming SEITimo Rothenpieler2016-05-111-0/+5
* avcodec/nvenc: don't set profile in lossless modeTimo Rothenpieler2016-05-061-2/+2
* avcodec/nvenc: Add missing lossless presets to doc stringTimo Rothenpieler2016-04-271-1/+1
* avcodec/nvenc: Generate AUD NAL units for better compatiblityTimo Rothenpieler2016-03-301-0/+4
* avcodec/nvenc: Fix typo and preset error messageTimo Rothenpieler2016-03-081-1/+1
* avcodec/nvenc: Add encoder statsLucas Cooper2016-03-081-7/+14
* avcodec/nvenc: Fix H264 and HEVC vui info updateAgatha Hu2016-03-041-4/+23
* Merge commit '1520c6ff05d835da4b793318fc88bbbc129c86a1'Hendrik Leppkes2015-12-171-0/+8
|\
| * nvenc: export CPB props side dataAnton Khirnov2015-12-061-0/+9
| * nvenc: Properly free the fifosLuca Barbato2015-08-251-0/+4
* | avcodec/nvenc: clamp initial qp value to [1, 51]Agatha Hu2015-12-141-4/+4
* | avcodec/nvenc: set slice number to 1 to improve encoding qualityAgatha Hu2015-12-141-0/+6
* | avcodec/nvenc: update nvenc default parametersAgatha Hu2015-11-091-7/+15
* | avcodec/nvenc: fix potential profile error when encoding yuv444pAgatha Hu2015-10-311-1/+7
* | avcodec/nvenc: fix b frame n_quant_offsetAgatha Hu2015-10-161-4/+2
* | avcodec/nvenc: merge compute initialQP sectionsAgatha Hu2015-09-141-42/+30
* | avcodec/nvenc: Optimize nvenc parametersAgatha Hu2015-09-141-23/+73
* | avcodec/nvenc: change flag of cuCtxCreate to avoid CPU spinsAgatha Hu2015-09-111-1/+1
* | avcodec/nvenc: Add support for 2pass rc in vbr modeTimo Rothenpieler2015-08-041-1/+10
* | avcodec/nvenc: Only set h264 parameter when encoding h264Timo Rothenpieler2015-08-041-1/+3
* | avcodec/nvenc: Fix indentationTimo Rothenpieler2015-08-041-8/+8
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-3/+3
|\ \ | |/
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-7/+7
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-7/+7
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | avcodec/nvenc: 2-pass mode works even with non-low latency presets nowWereCatf2015-07-261-4/+1
* | avcodec/nvenc: Delay frame output to increase encoding speedTimo Rothenpieler2015-07-261-1/+6
* | avcodec/nvenc: Remove unused parameterTimo Rothenpieler2015-07-251-2/+2
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+4
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-10/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-6/+0
| * nvenc: Fix NV12 inputLuca Barbato2015-06-261-2/+2
| * nvenc: H264 and HEVC encodersLuca Barbato2015-05-311-0/+1136
* avcodec/nvenc: Fix build with older gcc versionsTimo Rothenpieler2015-07-141-5/+5
* avcodec/nvenc: Add support for H.264 High 444 Predictive encodingPhilip Langdale2015-07-051-3/+28
* avcodec/nvenc: Enable YV12 input formatPhilip Langdale2015-06-131-0/+1
* avcodec/nvenc: Add 'nvenc_h264' as an alternative name for 'nvenc'Philip Langdale2015-06-061-0/+25
* avcodec/nvenc: Rename nvenc_h265 to nvenc_hevcPhilip Langdale2015-06-061-9/+9
* Revert "avcodec: Rename nvenc.c to nvenc_a.c, to avoid conflict with the othe...Philip Langdale2015-06-061-0/+1452
* avcodec: Rename nvenc.c to nvenc_a.c, to avoid conflict with the other implem...Michael Niedermayer2015-06-011-1452/+0
* avcodec/nvenc: Fix typo: 1204 -> 1024Philip Langdale2015-05-261-1/+1
* avcodec/nvenc: Make pix_fmts_nvenc constMichael Niedermayer2015-05-031-1/+1
* avcodec/nvenc: Add options for level and tierTimo Rothenpieler2015-04-091-1/+110
* avcodec/nvenc: Fix profile parameter handlingTimo Rothenpieler2015-04-021-20/+40
* avcodec/nvenc: Fix typoed nv_status checksTimo Rothenpieler2015-04-011-2/+2
* avcodec/nvenc: Need a separate class for each encoderPhilip Langdale2015-03-251-8/+15
OpenPOWER on IntegriCloud