Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/libspdl/core/adaptor/bytes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "libspdl/core/detail/ffmpeg/ctx_utils.h"

#include <fmt/core.h>
#include <fmt/format.h>
#include <glog/logging.h>

extern "C" {
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/core/detail/ffmpeg/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#pragma once

#include <fmt/core.h>
#include <fmt/format.h>

extern "C" {
#include <libavcodec/avcodec.h>
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/core/detail/ffmpeg/decoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "libspdl/core/detail/ffmpeg/logging.h"
#include "libspdl/core/detail/tracing.h"

#include <fmt/format.h>
#include <glog/logging.h>

namespace spdl::core::detail {
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/core/detail/ffmpeg/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "libspdl/core/detail/logging.h"

#include <fmt/core.h>
#include <fmt/format.h>

extern "C" {
#include <libavutil/attributes.h>
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/core/detail/ffmpeg/muxer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <fmt/core.h>
#include <fmt/format.h>

#include <cstring>
#include <filesystem>
#include <set>

Expand Down
1 change: 1 addition & 0 deletions src/libspdl/core/detail/ffmpeg/wrappers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ OptionDict parse_dict(const AVDictionary* metadata) {
#ifdef SPDL_DEBUG_REFCOUNT

#include <fmt/core.h>
#include <fmt/format.h>
#include <glog/logging.h>

extern "C" {
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/core/detail/logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "libspdl/core/detail/logging.h"

#include <fmt/core.h>
#include <fmt/format.h>

namespace spdl::core::detail {

Expand Down
2 changes: 2 additions & 0 deletions src/libspdl/core/frames.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include "libspdl/core/detail/ffmpeg/wrappers.h"
#include "libspdl/core/detail/tracing.h"

#include <fmt/format.h>

#include <algorithm>
#include <cassert>

Expand Down
1 change: 1 addition & 0 deletions src/libspdl/core/muxer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "libspdl/core/detail/logging.h"

#include <fmt/core.h>
#include <fmt/format.h>

namespace spdl::core {

Expand Down
1 change: 1 addition & 0 deletions src/libspdl/core/packets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "libspdl/core/detail/tracing.h"

#include <fmt/core.h>
#include <fmt/format.h>

#include <algorithm>
#include <cassert>
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/core/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "libspdl/core/detail/tracing.h"

#include <fmt/core.h>
#include <fmt/format.h>
#include <glog/logging.h>

#include <cstdint>
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/cuda/color_conversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "libspdl/cuda/detail/utils.h"

#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/ranges.h>

#include <vector>
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/cuda/detail/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "libspdl/core/detail/logging.h"

#include <fmt/core.h>
#include <fmt/format.h>

// Make sure CUDA_API_PER_THREAD_DEFAULT_STREAM is defined by compiler
// so that it is applied globally
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/cuda/npp/detail/resize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "libspdl/cuda/nvjpeg/detail/utils.h"

#include <fmt/core.h>
#include <fmt/format.h>

#include <nppi.h>

Expand Down
1 change: 1 addition & 0 deletions src/libspdl/cuda/npp/detail/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <nppdefs.h>

#include <fmt/core.h>
#include <fmt/format.h>
#include <glog/logging.h>

namespace spdl::cuda::detail {
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/cuda/nvdec/decoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "libspdl/cuda/nvdec/detail/decoder.h"

#include <fmt/core.h>
#include <fmt/format.h>

// Macro for hiding argument names if not using this module.
// So as to workaround -Werror=unused-variable
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/cuda/nvdec/detail/buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <cuda.h>

#include <fmt/core.h>
#include <fmt/format.h>

namespace spdl::cuda::detail {

Expand Down
1 change: 1 addition & 0 deletions src/libspdl/cuda/nvdec/detail/decoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "libspdl/cuda/nvdec/detail/utils.h"

#include <fmt/core.h>
#include <fmt/format.h>
#include <glog/logging.h>

#include <sys/types.h>
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/cuda/nvdec/detail/wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "libspdl/cuda/detail/utils.h"

#include <fmt/core.h>
#include <fmt/format.h>
#include <glog/logging.h>

#include <cuda.h>
Expand Down
1 change: 1 addition & 0 deletions src/libspdl/cuda/storage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "libspdl/cuda/detail/utils.h"

#include <fmt/core.h>
#include <fmt/format.h>
#include <glog/logging.h>

namespace spdl::cuda {
Expand Down
1 change: 1 addition & 0 deletions src/spdl/io/lib/archive/register_tar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include "register_tar.h"
#include <fmt/core.h>
#include <fmt/format.h>
#include "tar_iterator.h"

#include <nanobind/make_iterator.h>
Expand Down
1 change: 1 addition & 0 deletions src/spdl/io/lib/core/buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <libspdl/core/buffer.h>

#include <fmt/core.h>
#include <fmt/format.h>

#include <nanobind/nanobind.h>
#include <nanobind/stl/string.h>
Expand Down
1 change: 1 addition & 0 deletions src/spdl/io/lib/core/demuxing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <libspdl/core/rational_utils.h>

#include <fmt/core.h>
#include <fmt/format.h>

#include <nanobind/nanobind.h>
#include <nanobind/stl/function.h>
Expand Down
1 change: 1 addition & 0 deletions src/spdl/io/lib/core/frames.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <libspdl/core/frames.h>

#include <fmt/core.h>
#include <fmt/format.h>

#include <nanobind/nanobind.h>
#include <nanobind/stl/map.h>
Expand Down
1 change: 1 addition & 0 deletions src/spdl/io/lib/cuda/buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <libspdl/cuda/buffer.h>

#include <fmt/core.h>
#include <fmt/format.h>

#include <nanobind/nanobind.h>
#include <nanobind/stl/string.h>
Expand Down
1 change: 1 addition & 0 deletions src/spdl/io/lib/cuda/transfer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <nanobind/stl/unique_ptr.h>

#include <fmt/core.h>
#include <fmt/format.h>

namespace nb = nanobind;

Expand Down
Loading