]> git.sesse.net Git - nageru/commit - nageru/flags.h
Support AV1 streaming over HTTP, via SVT-AV1.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 21 Jul 2022 14:45:02 +0000 (16:45 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 21 Jul 2022 14:45:02 +0000 (16:45 +0200)
commit8bb8bb7cc9700befab35a8cc2c4b7a88f0638af9
tree7c09dbcff7389d56a794c1eae83ea0707394ad37
parent9fa1937b8af43ec93e6fd4ea3a23519257b3274d
Support AV1 streaming over HTTP, via SVT-AV1.

This is optional, and pretty rough currently. But it might be interesting
for certain use cases, in particular around 1080p or 4K streaming.
13 files changed:
README
meson.build
nageru/av1_encoder.cpp [new file with mode: 0644]
nageru/av1_encoder.h [new file with mode: 0644]
nageru/defs.h
nageru/flags.cpp
nageru/flags.h
nageru/quicksync_encoder.cpp
nageru/quicksync_encoder_impl.h
nageru/video_encoder.cpp
nageru/video_encoder.h
shared/mux.cpp
shared/mux.h