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
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
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-12
VideoPlayer: Create application to parse (and eventually play) videos
FalseHonesty