ladybird/Libraries/LibMedia
Zaggy1024 9077873803 LibMedia: Stop initializing an empty optional in MatroskaDemuxer
There was a warning for the Optional initializer having no effect, but
removing the initializer caused the call to add a track to the HashMap
to complain. A constructor looks a little nicer here anyway.
2025-09-12 11:23:47 +02:00
..
Audio LibMedia: Ensure that the PulseAudioContext atexit() call succeeds 2025-09-04 19:37:56 +02:00
Color LibGfx+LibMedia+LibWeb: Use new Matrix subscript operator 2025-07-28 09:15:23 +02:00
Containers/Matroska LibMedia: Stop initializing an empty optional in MatroskaDemuxer 2025-09-12 11:23:47 +02:00
FFmpeg LibMedia: Separate file duration from track duration in Demuxer 2025-09-12 11:23:47 +02:00
CMakeLists.txt LibMedia: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-24 12:58:27 -06:00
CodecID.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
DecoderError.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
Demuxer.h LibMedia: Separate file duration from track duration in Demuxer 2025-09-12 11:23:47 +02:00
Forward.h
PlaybackManager.cpp LibMedia: Separate file duration from track duration in Demuxer 2025-09-12 11:23:47 +02:00
PlaybackManager.h LibMedia: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-24 12:58:27 -06:00
Sample.h LibMedia: Demux videos with FFmpeg 2025-03-13 19:33:44 +01:00
Subsampling.h
Track.h LibMedia: Allow demuxers to specify a preferred track 2025-09-12 11:23:47 +02: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