ladybird/Libraries/LibMedia
R-Goc 28d5d982ce
Some checks are pending
CI / Lagom (x86_64, Fuzzers_CI, false, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (arm64, Sanitizer_CI, false, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, false, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, true, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (arm64, macos-15, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (x86_64, ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
Everywhere: Remove unused private fields
This commit removes the -Wno-unusued-private-field flag, thus
reenabling the warning. Unused field were either removed or marked
[[maybe_unused]] when unsure.
2025-04-04 12:40:07 +02:00
..
Audio LibMedia/Audio: Use duration in the container if stream doesn't have one 2025-03-13 19:33:44 +01:00
Color Everywhere: Remove unused private fields 2025-04-04 12:40:07 +02:00
Containers/Matroska LibMedia: Demux videos with FFmpeg 2025-03-13 19:33:44 +01:00
FFmpeg LibMedia: Demux videos with FFmpeg 2025-03-13 19:33:44 +01:00
CMakeLists.txt LibMedia: Demux videos with FFmpeg 2025-03-13 19:33:44 +01:00
CodecID.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
DecoderError.h LibMedia: Add formatter for decoder errors 2025-03-14 08:48:01 +01:00
Demuxer.h LibMedia: Demux videos with FFmpeg 2025-03-13 19:33:44 +01:00
Forward.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PlaybackManager.cpp LibMedia: Propagate errors if demuxer creation fails 2025-03-14 08:48:01 +01:00
PlaybackManager.h Everywhere: Remove unused private fields 2025-04-04 12:40:07 +02:00
Sample.h LibMedia: Demux videos with FFmpeg 2025-03-13 19:33:44 +01:00
Subsampling.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Track.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
VideoDecoder.h Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
VideoFrame.cpp LibMedia: Port to Windows 2025-02-11 04:07:24 -07:00
VideoFrame.h LibMedia: Clean up #include directives 2024-11-21 14:08:33 +01:00
VideoSampleData.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00