summaryrefslogtreecommitdiffstats
path: root/videoplayer/src
Commit message (Collapse)AuthorAgeFilesLines
* videoplayer: do not print missing reference errorHEADmasterKostya Shishkov2023-07-061-3/+9
|
* use mouse wheel to seek by ten secondsKostya Shishkov2023-07-021-1/+4
|
* keycode modifier is a bitmaskKostya Shishkov2023-07-021-1/+1
|
* videoplayer: add a hack to play AAC with SBR properlyKostya Shishkov2023-06-302-8/+18
|
* show time with middle button clickKostya Shishkov2023-06-301-2/+6
|
* make player exit on shift+Q instead of QKostya Shishkov2023-06-281-3/+8
|
* improve error handling in video decoding a bitKostya Shishkov2023-06-181-6/+9
|
* improve error reporting in audio decoder partKostya Shishkov2023-06-181-9/+9
|
* improve error reporting in video partKostya Shishkov2023-06-181-16/+16
|
* improve error reporting and handlingKostya Shishkov2023-06-181-23/+34
|
* try to improve state handling in decoding threadsKostya Shishkov2023-06-183-52/+115
|
* videoplayer: set initial timestamp when availableKostya Shishkov2023-06-171-1/+1
|
* improve OSD a bitKostya Shishkov2023-06-162-249/+305
|
* try to preserve window position when playing multiple filesKostya Shishkov2023-06-161-2/+13
|
* stop decoding on I/O errorKostya Shishkov2023-06-151-1/+8
|
* allow to (un)pause playback by right mouse button clickKostya Shishkov2023-06-151-15/+20
|
* implement displaying time on screenKostya Shishkov2023-06-152-7/+675
|
* make video player use multi-threaded decoders if possibleKostya Shishkov2023-06-143-27/+207
|
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-292-2/+2
|
* a better video playerKostya Shishkov2021-06-133-0/+1426