X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fmixer.cpp;h=b3e60feba560a261d25e63b2fc2fc42c99505bc3;hb=f81ae3be1aae619fe4ad022f55d95a4a83ace076;hp=ca16dab1b54f72f8d475016578bf35d5c198c593;hpb=734a8b9f5d2baaadc3762b4abd25032898a2653b;p=nageru diff --git a/nageru/mixer.cpp b/nageru/mixer.cpp index ca16dab..b3e60fe 100644 --- a/nageru/mixer.cpp +++ b/nageru/mixer.cpp @@ -1,9 +1,16 @@ -#undef Success - #include "mixer.h" +#include +#include #include +#include +#include #include +#include +#include +#include +#include +#include #include #include #include @@ -11,19 +18,21 @@ #include #include #include +#include +#include +#include +#include +#include #include +#include +#include #include #include #include -#include -#include -#include -#include -#include -#include -#include -#include +#include #include +#include +#include #include #include #include @@ -31,33 +40,42 @@ #include "DeckLinkAPI.h" #include "LinuxCOM.h" #include "alsa_output.h" +#include "audio_mixer.h" #include "basic_stats.h" #include "bmusb/bmusb.h" #include "bmusb/fake_capture.h" #ifdef HAVE_CEF +#undef LOG_INFO +#undef LOG_WARNING #include "cef_capture.h" #endif +#include "card_type.h" #include "chroma_subsampler.h" -#include "shared/context.h" #include "decklink_capture.h" #include "decklink_output.h" #include "decklink_util.h" #include "defs.h" -#include "shared/disk_space_estimator.h" #include "ffmpeg_capture.h" #include "flags.h" #include "image_input.h" #include "input_mapping.h" -#include "shared/metrics.h" -#include "shared/va_display.h" +#include "input_state.h" +#include "libusb.h" #include "mjpeg_encoder.h" #include "pbo_frame_allocator.h" -#include "shared/ref_counted_gl_sync.h" +#include "queue_length_policy.h" #include "resampling_queue.h" +#include "shared/context.h" +#include "shared/disk_space_estimator.h" +#include "shared/metrics.h" +#include "shared/ref_counted_gl_sync.h" +#include "shared/shared_defs.h" #include "shared/timebase.h" +#include "theme.h" #include "timecode_renderer.h" #include "v210_converter.h" #include "video_encoder.h" +#include "ycbcr_interpretation.h" #undef Status #include