ffmpeg | branch: master | Wonkap Jang | Thu
Feb 18 11:01:31 2021 -0800| [029e3c1c70b31ede9f17dda4b3a4fc8e35cada70] |
committer: James Zern
avcodec/libvpxenc: optimize parsing vpx_svc_ref_frame_config
Getting rid of unnecessary use of AVDictionary object in parsing
vpx_svc_ref_frame_config
ffmpeg | branch: master | Wonkap Jang | Fri
Jan 8 15:33:29 2021 -0800| [57dae5723f2e06a531d7db8e961f84ed5d5f07de] |
committer: James Zern
avcodec/libvpxenc: add a way to set VP9E_SET_SVC_REF_FRAME_CONFIG
In order to fine-control referencing schemes in VP9 encoding, there
is a need to use
ffmpeg | branch: master | Wonkap Jang | Mon
Feb 10 10:30:09 2020 -0800| [f3bb59209f255aa0376937edbee48c2ac7782dc6] |
committer: James Zern
avcodec/libvpxenc: add a way to explicitly set temporal layer id
In order for rate control to correctly allocate bitrate to each temporal
layer, correct
ffmpeg | branch: master | Wonkap Jang | Mon
Feb 3 10:02:01 2020 -0800| [b93098253eceb8f7a7ba8486ba57dfb1cd190c54] |
committer: James Zern
avcodec/libvpxenc: add VP9 temporal scalability encoding option
This commit reuses the configuration options for VP8 that enables
temporal scalability for
ffmpeg | branch: master | Wonkap Jang | Wed
Dec 18 13:17:00 2019 -0800| [a86bb2f606da64d287b1dd807a4f691c39f1a1ec] |
committer: James Zern
doc/encoders: correct the description for ts_target_bitrate
ts_target_bitrate is in kbps, not bps. This commit clarifies the unit
and modifies the example