| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/nvenc: remove unnecessary alignment | Timo Rothenpieler | 2017-05-23 | 1 | -4/+4 |
* | 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 |
* | | avcodec/nvenc: extract timestamp calculations into separate function | Andrey Turkin | 2016-05-31 | 1 | -16/+29 |
* | | avcodec/nvenc: rework library load and GPU selection | Andrey Turkin | 2016-05-31 | 1 | -215/+281 |
* | | avcodec/nvenc: allow configuring number of surfaces | Andrey Turkin | 2016-05-31 | 1 | -19/+15 |
* | | avcodec/nvenc: use INIT_CLEANUP to deal with init failures | Andrey Turkin | 2016-05-31 | 1 | -102/+68 |
* | | avcodec/nvenc: add rate control option | Andrey Turkin | 2016-05-31 | 1 | -121/+157 |
* | | avcodec/nvenc: convert tier to AVOptions | Andrey Turkin | 2016-05-31 | 1 | -10/+1 |
* | | avcodec/nvenc: convert levels to AVOptions | Andrey Turkin | 2016-05-31 | 1 | -91/+2 |
* | | avcodec/nvenc: convert profile parsing to AVOptions | Andrey Turkin | 2016-05-31 | 1 | -31/+12 |
* | | avcodec/nvenc: use AVOptions to select presets | Andrey Turkin | 2016-05-31 | 1 | -128/+127 |
* | | avcodec/nvenc: split H264/HEVC encoder definitions into separate files | Andrey Turkin | 2016-05-31 | 1 | -232/+15 |
* | | avcodec/nvenc: Require Maxwell for lossless | Timo Rothenpieler | 2016-05-25 | 1 | -0/+3 |
* | | avcodec/nvenc: CUDA frames support | Andrey Turkin | 2016-05-25 | 1 | -57/+251 |