]> git.sesse.net Git - nageru/history - nageru/av1_encoder.cpp
Fix a dangling reference (found by GCC 14).
[nageru] / nageru / av1_encoder.cpp
2023-08-05 Steinar H. GundersonFix another crash with newer SVT-AV1.
2023-08-05 Steinar H. GundersonExplicitly set VBR for AV1 (the default is CRF, seemingly).
2023-08-05 Steinar H. GundersonFix a crash with SVT-AV1.
2023-08-05 Steinar H. GundersonRemove a check for very old SVT-AV1.
2023-07-04 Steinar H. GundersonFix compilation break with SVT-AV1.
2022-08-05 Steinar H. GundersonUse VBR for AV1.
2022-07-21 Steinar H. GundersonCollapse all the 10-bit flags.
2022-07-21 Steinar H. GundersonAdd support for 10-bit AV1 encoding.
2022-07-21 Steinar H. GundersonSupport AV1 streaming over HTTP, via SVT-AV1.