summaryrefslogtreecommitdiff
path: root/Userland/Applications/VideoPlayer
AgeCommit message (Expand)Author
2023-01-09VideoPlayer: Port to GMLimplicitfield
2023-01-09VideoPlayer: Propagate errors from VideoPlayerWidget::initialize_menubarimplicitfield
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26SoundPlayer+VideoPlayer: Set the play/pause action text on state changeTimothy Flynn
2022-11-25VideoPlayer: Add an option to enable fast seekingZaggy1024
2022-11-25LibVideo: Rewrite the video frame present function to be more readableZaggy1024
2022-11-25VideoPlayer/LibVideo: Implement the UI functionality for seekingZaggy1024
2022-11-25LibVideo: Reorganize demuxer file hierarchy and rename Matroska filesZaggy1024
2022-11-14VideoPlayer: Make PlaybackManager use OwnPtrZaggy1024
2022-11-10LibVideo: Handle corrupted video errors without spamming dialogsZaggy1024
2022-11-06Base+VideoPlayer: Add an icon for video playerSlimey
2022-11-06VideoPlayer: Add quit action and help menuSlimey
2022-11-06VideoPlayer: Show current open file in the titleSlimey
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-31VideoPlayer: Start fleshing out the user interfaceZaggy1024
2022-10-31LibVideo: Abstract media container format demuxingZaggy1024
2022-10-31LibVideo: Make VP9::Decoder a subclass of a new abstract VideoDecoderZaggy1024
2022-10-31LibVideo: Set CodingIndependentCodePoints in its member functionsZaggy1024
2022-10-31LibVideo: Add VideoFrame class for decoded video framesZaggy1024
2022-10-25LibVideo: Add CICP parsing to MatroskaReaderZaggy1024
2022-10-25LibVideo: Implement CICP color space conversionZaggy1024
2022-10-09VideoPlayer: Allow display of multiple frames by clicking the imageZaggy1024
2022-10-09LibVideo: Add support for VP9 superframesZaggy1024
2022-10-09VideoPlayer: Display frames from the VP9 decoderZaggy1024
2022-10-09LibVideo: Allow bit stream reads to throw errorsZaggy1024
2022-10-09VideoPlayer: Remove unused #include <LibAudio/ConnectionToServer.h>Zaggy1024
2022-07-19LibDSP: Rename library namespace to DSPkleines Filmröllchen
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-01-09VideoPlayer: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-01VideoPlayer: Port VideoPlayer to LibMainConor Byrne
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-10LibVideo/VP9: Begin reference frame update process (8.10)FalseHonesty
2021-07-10LibVideo/VP9: Rename Decoder -> Parser & create an actual Decoder classFalseHonesty
2021-06-30LibVideo: Migrate to east-const style & apply other minor fixesFalseHonesty
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-12VideoPlayer: Create application to parse (and eventually play) videosFalseHonesty