| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/nvenc: add logging for more error cases | Timo Rothenpieler | 2017-01-20 | 1 | -2/+6 |
* | avcodec/nvenc: make gpu indices independend of supported capabilities | Timo Rothenpieler | 2017-01-20 | 1 | -2/+5 |
* | avcodec/nvenc: Add bluray_compat basic implementation | Miroslav Slugen | 2017-01-01 | 1 | -0/+15 |
* | avcodec/nvenc: Make AUD optional for h264_nvenc and hevc_nvenc | Miroslav Slugen | 2017-01-01 | 1 | -2/+2 |
* | avcodec/nvenc: round qpIntra and qpInter calculation | Miroslav Slugeň | 2017-01-01 | 1 | -2/+2 |
* | NVENC: Update check for Lookahead | Ruta Gadkari | 2016-12-26 | 1 | -1/+1 |
* | avcodec/nvenc: mark intentional fall through | Timo Rothenpieler | 2016-11-30 | 1 | -0/+1 |
* | avcodec/nvenc: always reduce DAR width and height | Miroslav Slugeň | 2016-11-30 | 1 | -12/+9 |
* | avcodec/nvenc: Delay identification of underlying format of cuda frames | Philip Langdale | 2016-11-30 | 1 | -34/+37 |
* | avcodec/nvenc: Remove aspect-ratio decompensation logic | Philip Langdale | 2016-11-25 | 1 | -12/+0 |
* | avcodec/nvenc: better surface allocation alghoritm, fix rc_lookahead | Miroslav Slugeň | 2016-11-22 | 1 | -5/+23 |
* | avcodec/nvenc: use dynamically loaded CUDA | Timo Rothenpieler | 2016-11-22 | 1 | -103/+22 |
* | avcodec/nvenc.c: Use new safe dlopen code. | Matt Oliver | 2016-11-05 | 1 | -5/+1 |
* | avcodec/nvenc: add test for Temporal AQ support | Sven C. Dack | 2016-10-19 | 1 | -0/+6 |
* | avcodec/nvenc: add support for forcing intra/idr frames | Timo Rothenpieler | 2016-10-12 | 1 | -1/+7 |
* | avcodec/nvenc: Extended rate-control support as provided by SDK 7 | Yogender Gupta | 2016-09-28 | 1 | -3/+43 |
* | avcodec/nvenc: add HEVC REXT profile | Timo Rothenpieler | 2016-09-28 | 1 | -0/+10 |
* | avcodec/nvenc: Make sure that enum and array index match | Timo Rothenpieler | 2016-09-28 | 1 | -12/+20 |
* | avcodec/nvenc: use AVERROR_BUFFER_TOO_SMALL instead of ENOBUFS | James Almer | 2016-09-24 | 1 | -1/+1 |
* | avcodec/nvenc: use frame size instead of surface size | Timo Rothenpieler | 2016-09-08 | 1 | -1/+1 |
* | avcodec/nvenc: support RGB input | Sven C. Dack | 2016-09-07 | 1 | -0/+10 |
* | avcodec/nvenc: correctly set inputPitch | Timo Rothenpieler | 2016-09-07 | 1 | -0/+3 |
* | avcodec/nvenc: use av_image_copy for copying frame data | Timo Rothenpieler | 2016-09-07 | 1 | -73/+21 |
* | avcodec/nvenc: update license header | Timo Rothenpieler | 2016-08-28 | 1 | -2/+2 |
* | avcodec/nvenc: use proper soname for cuda/nvenc libraries | Timo Rothenpieler | 2016-08-28 | 1 | -2/+2 |
* | avcodec/nvenc: check maximum driver API version | Timo Rothenpieler | 2016-08-28 | 1 | -0/+18 |
* | avcodec/nvenc: fix potantially uninitialized free | Timo Rothenpieler | 2016-08-28 | 1 | -1/+1 |
* | avcodec/nvenc: fix library names on cygwin | Timo Rothenpieler | 2016-08-28 | 1 | -11/+13 |
* | avcodec/nvenc: added support for rate control lookahead | Oliver Collyer | 2016-08-28 | 1 | -0/+11 |
* | avcodec/nvenc: added support for 10 bit HEVC encoding | Oliver Collyer | 2016-08-28 | 1 | -4/+69 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -3/+4 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -4/+4 |
| * | nvenc: support CUDA frames as input | Anton Khirnov | 2016-02-14 | 1 | -62/+220 |
| * | Allow linking to CUDA dynamically instead of dlopen()ing it at runtime | Anton Khirnov | 2016-02-14 | 1 | -0/+13 |
| * | nvenc: rename a misnamed function | Anton Khirnov | 2016-02-12 | 1 | -2/+2 |
| * | nvenc: merge input and output surface structs | Anton Khirnov | 2016-02-12 | 1 | -78/+40 |
| * | nvenc: factor out the pixel format list | Anton Khirnov | 2016-02-12 | 1 | -0/+7 |
| * | nvenc: generate dts properly | Anton Khirnov | 2016-01-12 | 1 | -4/+45 |
| * | nvenc: fix encoding with B-frames | Anton Khirnov | 2016-01-12 | 1 | -8/+15 |
| * | nvenc: flush the encoder before closing it, as required by the docs | Anton Khirnov | 2016-01-12 | 1 | -0/+8 |
| * | nvenc: better error handling | Anton Khirnov | 2016-01-12 | 1 | -45/+81 |
* | | avcodec/nvenc: Check capabilities for interlaced encoding | Timo Rothenpieler | 2016-06-06 | 1 | -0/+8 |
* | | avcodec/nvenc: Don't set packet duration | Timo Rothenpieler | 2016-06-04 | 1 | -2/+0 |
* | | avcodec/nvenc: Refactor timestamp generation logic | Timo Rothenpieler | 2016-05-31 | 1 | -14/+33 |
* | | avcodec/nvenc: forward frame duration | Timo Rothenpieler | 2016-05-31 | 1 | -1/+2 |
* | | avcodec/nvenc: Handle minqp-only case in set_vbr | Timo Rothenpieler | 2016-05-31 | 1 | -0/+8 |
* | | avcodec/nvenc: twopass mode works in all modes | Timo Rothenpieler | 2016-05-31 | 1 | -7/+1 |
* | | avcodec/nvenc: Fix forcing constqp rc mode | Timo Rothenpieler | 2016-05-31 | 1 | -1/+1 |
* | | avcodec/nvenc: don't enqueue timestamps until a frame was accepted | Andrey Turkin | 2016-05-31 | 1 | -3/+3 |
* | | avcodec/nvenc: refactor encode_frame a bit | Andrey Turkin | 2016-05-31 | 1 | -39/+44 |