index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
VideoPlayer
Age
Commit message (
Expand
)
Author
2023-03-21
VideoPlayer: Add drag and drop support
Junior Rantila
2023-03-06
VideoPlayer: Create submenu to set sizing mode
timre13
2023-02-24
VideoPlayer: Add button and menu item to toggle fullscreen
timre13
2023-02-21
Userland: Fix remaining smart pointer const-correctness issues
Andreas Kling
2023-02-12
LibVideo/VideoPlayer: Dispatch state change events and update play icon
Zaggy1024
2023-02-08
VideoPlayer/LibVideo: Seek accurately when scrolling in the seek bar
Zaggy1024
2023-02-08
LibVideo/PlaybackManager: Organize playback states into virtual classes
Zaggy1024
2023-02-08
LibVideo: Rename Status -> State in `PlaybackStatusChangeEvent` class
Zaggy1024
2023-02-07
VideoPlayer: Pause while the user is dragging the seek bar
Zaggy1024
2023-01-27
VideoPlayer: Remove declarations for non-existent methods
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-09
VideoPlayer: Port to GML
implicitfield
2023-01-09
VideoPlayer: Propagate errors from VideoPlayerWidget::initialize_menubar
implicitfield
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
SoundPlayer+VideoPlayer: Set the play/pause action text on state change
Timothy Flynn
2022-11-25
VideoPlayer: Add an option to enable fast seeking
Zaggy1024
2022-11-25
LibVideo: Rewrite the video frame present function to be more readable
Zaggy1024
2022-11-25
VideoPlayer/LibVideo: Implement the UI functionality for seeking
Zaggy1024
2022-11-25
LibVideo: Reorganize demuxer file hierarchy and rename Matroska files
Zaggy1024
2022-11-14
VideoPlayer: Make PlaybackManager use OwnPtr
Zaggy1024
2022-11-10
LibVideo: Handle corrupted video errors without spamming dialogs
Zaggy1024
2022-11-06
Base+VideoPlayer: Add an icon for video player
Slimey
2022-11-06
VideoPlayer: Add quit action and help menu
Slimey
2022-11-06
VideoPlayer: Show current open file in the title
Slimey
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-31
VideoPlayer: Start fleshing out the user interface
Zaggy1024
2022-10-31
LibVideo: Abstract media container format demuxing
Zaggy1024
2022-10-31
LibVideo: Make VP9::Decoder a subclass of a new abstract VideoDecoder
Zaggy1024
2022-10-31
LibVideo: Set CodingIndependentCodePoints in its member functions
Zaggy1024
2022-10-31
LibVideo: Add VideoFrame class for decoded video frames
Zaggy1024
2022-10-25
LibVideo: Add CICP parsing to MatroskaReader
Zaggy1024
2022-10-25
LibVideo: Implement CICP color space conversion
Zaggy1024
2022-10-09
VideoPlayer: Allow display of multiple frames by clicking the image
Zaggy1024
2022-10-09
LibVideo: Add support for VP9 superframes
Zaggy1024
2022-10-09
VideoPlayer: Display frames from the VP9 decoder
Zaggy1024
2022-10-09
LibVideo: Allow bit stream reads to throw errors
Zaggy1024
2022-10-09
VideoPlayer: Remove unused #include <LibAudio/ConnectionToServer.h>
Zaggy1024
2022-07-19
LibDSP: Rename library namespace to DSP
kleines Filmröllchen
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-01-09
VideoPlayer: Propagate errors using try_set_main_widget in main
creator1creeper1
2022-01-01
VideoPlayer: Port VideoPlayer to LibMain
Conor Byrne
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-10
LibVideo/VP9: Begin reference frame update process (8.10)
FalseHonesty
2021-07-10
LibVideo/VP9: Rename Decoder -> Parser & create an actual Decoder class
FalseHonesty
2021-06-30
LibVideo: Migrate to east-const style & apply other minor fixes
FalseHonesty
[next]