video2x/src
Henje 8ffe1b84bd
feat(encoder): copy input streams' metadata to output streams (#1284)
* feat(encoder): copy language tag for audio and subtitle streams

Containers with audio streams for different languages use a tag
to signal which track contains which language. This information is
saved in the metadata object of a stream and needs to be copied
in addition to the codec properties.

* feat(encoder): copy input streams' metadata to output streams

---------

Signed-off-by: k4yt3x <i@k4yt3x.com>
Co-authored-by: k4yt3x <i@k4yt3x.com>
2025-01-08 20:39:43 +00:00
..
avutils.cpp fix(logging): fix logging statements not using the logger singleton 2025-01-04 00:00:00 +00:00
conversions.cpp style(*): add .clang-format and format all files 2024-12-31 00:00:00 +00:00
decoder.cpp style(*): add .clang-format and format all files 2024-12-31 00:00:00 +00:00
encoder.cpp feat(encoder): copy input streams' metadata to output streams (#1284) 2025-01-08 20:39:43 +00:00
filter_libplacebo.cpp style(*): add .clang-format and format all files 2024-12-31 00:00:00 +00:00
filter_realcugan.cpp style(*): add .clang-format and format all files 2024-12-31 00:00:00 +00:00
filter_realesrgan.cpp style(*): add .clang-format and format all files 2024-12-31 00:00:00 +00:00
fsutils.cpp style(*): convert all uses of NULL to nullptr 2025-01-04 00:00:00 +00:00
interpolator_rife.cpp style(*): add .clang-format and format all files 2024-12-31 00:00:00 +00:00
libplacebo.cpp style(*): convert all uses of NULL to nullptr 2025-01-04 00:00:00 +00:00
libvideo2x.cpp style(*): convert all uses of NULL to nullptr 2025-01-04 00:00:00 +00:00
logger_manager.cpp style(*): add .clang-format and format all files 2024-12-31 00:00:00 +00:00
processor_factory.cpp style(*): add .clang-format and format all files 2024-12-31 00:00:00 +00:00