]> git.sesse.net Git - nageru/commit
Combine the Nageru and Futatabi files that are identical.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 1 Dec 2018 23:34:15 +0000 (00:34 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 1 Dec 2018 23:34:15 +0000 (00:34 +0100)
commitb563b8903fa84bb7fd62d7d0b84b70cb26843dbf
treead6e50839cd739529b4fc3e748c11a20f4b48df0
parent9b7d691b4cc5db7dbfc18c82e86c1207fcac4722
Combine the Nageru and Futatabi files that are identical.
34 files changed:
futatabi/httpd.cpp
futatabi/jpeg_frame_view.cpp
futatabi/main.cpp
futatabi/mainwindow.cpp
futatabi/meson.build
futatabi/player.cpp
futatabi/vaapi_jpeg_decoder.cpp
meson.build
nageru/audio_encoder.h
nageru/decklink_capture.cpp
nageru/ffmpeg_capture.cpp
nageru/ffmpeg_capture.h
nageru/ffmpeg_raii.cpp [deleted file]
nageru/ffmpeg_raii.h [deleted file]
nageru/httpd.cpp
nageru/image_input.cpp
nageru/input_mapping_dialog.cpp
nageru/mainwindow.cpp
nageru/memcpy_interleaved.h [deleted file]
nageru/meson.build
nageru/metacube2.cpp [deleted file]
nageru/metacube2.h [deleted file]
nageru/midi_mapping_dialog.cpp
nageru/post_to_main_thread.h [deleted file]
nageru/quicksync_encoder.cpp
nageru/video_encoder.cpp
shared/ffmpeg_raii.cpp [moved from futatabi/ffmpeg_raii.cpp with 100% similarity]
shared/ffmpeg_raii.h [moved from futatabi/ffmpeg_raii.h with 100% similarity]
shared/memcpy_interleaved.cpp [moved from futatabi/memcpy_interleaved.cpp with 100% similarity]
shared/memcpy_interleaved.h [moved from futatabi/memcpy_interleaved.h with 100% similarity]
shared/meson.build [new file with mode: 0644]
shared/metacube2.cpp [moved from futatabi/metacube2.cpp with 100% similarity]
shared/metacube2.h [moved from futatabi/metacube2.h with 100% similarity]
shared/post_to_main_thread.h [moved from futatabi/post_to_main_thread.h with 100% similarity]