index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
nvenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '1520c6ff05d835da4b793318fc88bbbc129c86a1'
Hendrik Leppkes
2015-12-17
1
-0
/
+8
|
\
|
*
nvenc: export CPB props side data
Anton Khirnov
2015-12-06
1
-0
/
+9
|
*
nvenc: Properly free the fifos
Luca Barbato
2015-08-25
1
-0
/
+4
*
|
avcodec/nvenc: clamp initial qp value to [1, 51]
Agatha Hu
2015-12-14
1
-4
/
+4
*
|
avcodec/nvenc: set slice number to 1 to improve encoding quality
Agatha Hu
2015-12-14
1
-0
/
+6
*
|
avcodec/nvenc: update nvenc default parameters
Agatha Hu
2015-11-09
1
-7
/
+15
*
|
avcodec/nvenc: fix potential profile error when encoding yuv444p
Agatha Hu
2015-10-31
1
-1
/
+7
*
|
avcodec/nvenc: fix b frame n_quant_offset
Agatha Hu
2015-10-16
1
-4
/
+2
*
|
avcodec/nvenc: merge compute initialQP sections
Agatha Hu
2015-09-14
1
-42
/
+30
*
|
avcodec/nvenc: Optimize nvenc parameters
Agatha Hu
2015-09-14
1
-23
/
+73
*
|
avcodec/nvenc: change flag of cuCtxCreate to avoid CPU spins
Agatha Hu
2015-09-11
1
-1
/
+1
*
|
avcodec/nvenc: Add support for 2pass rc in vbr mode
Timo Rothenpieler
2015-08-04
1
-1
/
+10
*
|
avcodec/nvenc: Only set h264 parameter when encoding h264
Timo Rothenpieler
2015-08-04
1
-1
/
+3
*
|
avcodec/nvenc: Fix indentation
Timo Rothenpieler
2015-08-04
1
-8
/
+8
*
|
Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'
Michael Niedermayer
2015-07-27
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc: Consistently prefix input buffer defines
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
|
Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'
Michael Niedermayer
2015-07-27
1
-3
/
+3
|
\
\
|
|
/
*
|
Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'
Michael Niedermayer
2015-07-27
1
-7
/
+7
|
\
\
|
|
/
|
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-7
/
+7
*
|
avcodec: Add a min size parameter to ff_alloc_packet2()
Michael Niedermayer
2015-07-27
1
-1
/
+1
*
|
avcodec/nvenc: 2-pass mode works even with non-low latency presets now
WereCatf
2015-07-26
1
-4
/
+1
*
|
avcodec/nvenc: Delay frame output to increase encoding speed
Timo Rothenpieler
2015-07-26
1
-1
/
+6
*
|
avcodec/nvenc: Remove unused parameter
Timo Rothenpieler
2015-07-25
1
-2
/
+2
*
|
Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'
Michael Niedermayer
2015-07-21
1
-0
/
+4
|
\
\
|
|
/
|
*
Deprecate avctx.coded_frame
Vittorio Giovara
2015-07-20
1
-0
/
+4
*
|
Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'
Michael Niedermayer
2015-07-20
1
-10
/
+0
|
\
\
|
|
/
|
*
Gather all coded_frame allocations and free functions to a single place
Vittorio Giovara
2015-07-20
1
-6
/
+0
|
*
nvenc: Fix NV12 input
Luca Barbato
2015-06-26
1
-2
/
+2
|
*
nvenc: H264 and HEVC encoders
Luca Barbato
2015-05-31
1
-0
/
+1136
*
avcodec/nvenc: Fix build with older gcc versions
Timo Rothenpieler
2015-07-14
1
-5
/
+5
*
avcodec/nvenc: Add support for H.264 High 444 Predictive encoding
Philip Langdale
2015-07-05
1
-3
/
+28
*
avcodec/nvenc: Enable YV12 input format
Philip Langdale
2015-06-13
1
-0
/
+1
*
avcodec/nvenc: Add 'nvenc_h264' as an alternative name for 'nvenc'
Philip Langdale
2015-06-06
1
-0
/
+25
*
avcodec/nvenc: Rename nvenc_h265 to nvenc_hevc
Philip Langdale
2015-06-06
1
-9
/
+9
*
Revert "avcodec: Rename nvenc.c to nvenc_a.c, to avoid conflict with the othe...
Philip Langdale
2015-06-06
1
-0
/
+1452
*
avcodec: Rename nvenc.c to nvenc_a.c, to avoid conflict with the other implem...
Michael Niedermayer
2015-06-01
1
-1452
/
+0
*
avcodec/nvenc: Fix typo: 1204 -> 1024
Philip Langdale
2015-05-26
1
-1
/
+1
*
avcodec/nvenc: Make pix_fmts_nvenc const
Michael Niedermayer
2015-05-03
1
-1
/
+1
*
avcodec/nvenc: Add options for level and tier
Timo Rothenpieler
2015-04-09
1
-1
/
+110
*
avcodec/nvenc: Fix profile parameter handling
Timo Rothenpieler
2015-04-02
1
-20
/
+40
*
avcodec/nvenc: Fix typoed nv_status checks
Timo Rothenpieler
2015-04-01
1
-2
/
+2
*
avcodec/nvenc: Need a separate class for each encoder
Philip Langdale
2015-03-25
1
-8
/
+15
*
avcodec/nvenc: Add support for H.265 encoding
Philip Langdale
2015-03-24
1
-22
/
+131
*
avcodec/nvenc: Drop support for old nvenc api
Timo Rothenpieler
2015-03-24
1
-16
/
+0
*
avcodec/nvenc: De-compensate aspect ratio compensation of DVD-like content.
Philip Langdale
2015-02-05
1
-0
/
+12
*
avcodec/nvenc: Handle non-square pixel aspect ratios
Timo Rothenpieler
2015-01-28
1
-2
/
+15
*
avcodec/nvenc: Fix b-frame parameter handling
Timo Rothenpieler
2015-01-26
1
-13
/
+15
*
nvenc: Propagate desired number of reference frames.
Philip Langdale
2015-01-24
1
-0
/
+5
*
avcodec/nvenc: set repeatSPSPPS flag for streaming
agathah
2015-01-21
1
-0
/
+1
*
avcodec/nvenc: Add support for nvenc api version 5
Timo Rothenpieler
2015-01-17
1
-1
/
+12
[next]