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-05-24
AK: Rename Time to Duration
kleines Filmröllchen
2023-05-23
Base+Userland: Apply Human Interface Guidelines to Object text
thankyouverycool
2023-05-14
VideoPlayer: Use `LibFileSystemAccessClient`
Caoimhe
2023-05-14
VideoPlayer: Store video sizing mode in the configuration
Caoimhe
2023-05-14
VideoPlayer: Pledge the "VideoPlayer" configuration domain
Caoimhe
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-04-30
LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle
thankyouverycool
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-04-19
LibGUI+Userland: Make Menu::*add_submmenu take name using new string
Karol Kosek
2023-04-19
LibGUI+Userland: Make Window::*add_menu take name using new string
Karol Kosek
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-04-14
VideoPlayer: Use rounded seconds for the timestamp label
Zaggy1024
2023-04-14
VideoPlayer: Update the current timestamp on state changes
Zaggy1024
2023-04-09
LibVideo+VideoPlayer: Convert playback event handler to callbacks
Timothy Flynn
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
[next]