]> git.sesse.net Git - nageru/commit
Unify mux.cpp between Nageru and Futatabi.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 2 Dec 2018 16:24:43 +0000 (17:24 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 2 Dec 2018 16:25:52 +0000 (17:25 +0100)
commit131a051c4cd3719a9be415386fdf0f4e15da7c66
treeceb098e20669c60ff7870c02d296593a62d0b43d
parent7188e3e948c60f78f5e2cd8756337f716de06d99
Unify mux.cpp between Nageru and Futatabi.
30 files changed:
futatabi/meson.build
futatabi/mux.cpp [deleted file]
futatabi/player.cpp
futatabi/video_stream.cpp
nageru/audio_encoder.cpp
nageru/audio_mixer.cpp
nageru/basic_stats.cpp
nageru/decklink_output.cpp
nageru/defs.h
nageru/disk_space_estimator.cpp
nageru/httpd.cpp
nageru/kaeru.cpp
nageru/meson.build
nageru/mixer.cpp
nageru/mux.h [deleted file]
nageru/print_latency.cpp
nageru/print_latency.h
nageru/quicksync_encoder.cpp
nageru/video_encoder.cpp
nageru/video_encoder.h
nageru/x264_encoder.cpp
nageru/x264_encoder.h
nageru/x264_speed_control.cpp
nageru/x264_speed_control.h
shared/meson.build
shared/metrics.cpp [moved from nageru/metrics.cpp with 99% similarity]
shared/metrics.h [moved from nageru/metrics.h with 100% similarity]
shared/mux.cpp [moved from nageru/mux.cpp with 88% similarity]
shared/mux.h [moved from futatabi/mux.h with 88% similarity]
shared/mux_opts.h [new file with mode: 0644]