index
:
nihav-player
master
Mirror of nihav.org project
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
videoplayer
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
videoplayer: do not print missing reference error
HEAD
master
Kostya Shishkov
2023-07-06
1
-3
/
+9
*
use mouse wheel to seek by ten seconds
Kostya Shishkov
2023-07-02
1
-1
/
+4
*
keycode modifier is a bitmask
Kostya Shishkov
2023-07-02
1
-1
/
+1
*
videoplayer: add a hack to play AAC with SBR properly
Kostya Shishkov
2023-06-30
2
-8
/
+18
*
show time with middle button click
Kostya Shishkov
2023-06-30
1
-2
/
+6
*
make player exit on shift+Q instead of Q
Kostya Shishkov
2023-06-28
1
-3
/
+8
*
improve error handling in video decoding a bit
Kostya Shishkov
2023-06-18
1
-6
/
+9
*
improve error reporting in audio decoder part
Kostya Shishkov
2023-06-18
1
-9
/
+9
*
improve error reporting in video part
Kostya Shishkov
2023-06-18
1
-16
/
+16
*
improve error reporting and handling
Kostya Shishkov
2023-06-18
1
-23
/
+34
*
try to improve state handling in decoding threads
Kostya Shishkov
2023-06-18
3
-52
/
+115
*
videoplayer: set initial timestamp when available
Kostya Shishkov
2023-06-17
1
-1
/
+1
*
improve OSD a bit
Kostya Shishkov
2023-06-16
2
-249
/
+305
*
try to preserve window position when playing multiple files
Kostya Shishkov
2023-06-16
1
-2
/
+13
*
stop decoding on I/O error
Kostya Shishkov
2023-06-15
1
-1
/
+8
*
allow to (un)pause playback by right mouse button click
Kostya Shishkov
2023-06-15
1
-15
/
+20
*
implement displaying time on screen
Kostya Shishkov
2023-06-15
2
-7
/
+675
*
make video player use multi-threaded decoders if possible
Kostya Shishkov
2023-06-14
3
-27
/
+207
*
replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
2
-2
/
+2
*
a better video player
Kostya Shishkov
2021-06-13
3
-0
/
+1426