summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/nvenc: Add support for H.265 encodingPhilip Langdale2015-03-241-22/+131
* avcodec/nvenc: Drop support for old nvenc apiTimo Rothenpieler2015-03-241-16/+0
* avcodec/nvenc: De-compensate aspect ratio compensation of DVD-like content.Philip Langdale2015-02-051-0/+12
* avcodec/nvenc: Handle non-square pixel aspect ratiosTimo Rothenpieler2015-01-281-2/+15
* avcodec/nvenc: Fix b-frame parameter handlingTimo Rothenpieler2015-01-261-13/+15
* nvenc: Propagate desired number of reference frames.Philip Langdale2015-01-241-0/+5
* avcodec/nvenc: set repeatSPSPPS flag for streamingagathah2015-01-211-0/+1
* avcodec/nvenc: Add support for nvenc api version 5Timo Rothenpieler2015-01-171-1/+12
* avcodec/nvenc: fix b frame settingsagathah2015-01-151-1/+10
* avcodec/nvenc: Remove special cases for cygwinTimo Rothenpieler2014-12-251-23/+4
* avcodec: Add NVENC encoderTimo Rothenpieler2014-12-111-0/+1189