]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
allow NVENC, VAAPI and MMAL to coexist in the same build
authorUkn Unknown <4031821+uknunknown@users.noreply.github.com>
Tue, 11 Feb 2025 00:39:02 +0000 (16:39 -0800)
committerFlole <Flole998@users.noreply.github.com>
Wed, 14 May 2025 11:36:09 +0000 (13:36 +0200)
commitcf29292592756f778024b3f5d8df166dad899285
tree1dfff822f7ca97ade94975bf5894bfacb6eca79c
parent13804ab50ce41d81b987d97f050942efe49c4792
allow NVENC, VAAPI and MMAL to coexist in the same build

- allow NVENC, VAAPI and MMAL to coexist in the same build.
- give the user the capability for prioritize hw decoder or to match the hw decoder with hw encoder
- refactor source code: remove duplicate source code in codec.js
src/transcoding/codec.h
src/transcoding/codec/internals.h
src/transcoding/codec/profile.c
src/transcoding/codec/profile_video_class.c
src/transcoding/transcode/stream.c
src/webui/static/app/codec.js