]> git.sesse.net Git - nageru/log
nageru
5 years agoFix some crashes.
Steinar H. Gunderson [Sat, 16 Jun 2018 09:25:03 +0000 (11:25 +0200)]
Fix some crashes.

5 years agoSupport JPEGs that are not 4:2:2.
Steinar H. Gunderson [Sat, 16 Jun 2018 08:54:17 +0000 (10:54 +0200)]
Support JPEGs that are not 4:2:2.

5 years agoConvert Y'CbCr using Movit instead of in software with Qt. Saves a fair amount of...
Steinar H. Gunderson [Sat, 16 Jun 2018 08:36:12 +0000 (10:36 +0200)]
Convert Y'CbCr using Movit instead of in software with Qt. Saves a fair amount of CPU.

5 years agoWrite some drop counters to stderr.
Steinar H. Gunderson [Fri, 15 Jun 2018 20:54:26 +0000 (22:54 +0200)]
Write some drop counters to stderr.

5 years agoFix a bug where we would try to decode a nonexistent frame if the pts_in point was...
Steinar H. Gunderson [Fri, 15 Jun 2018 20:49:51 +0000 (22:49 +0200)]
Fix a bug where we would try to decode a nonexistent frame if the pts_in point was not exactly right.

5 years agoMake the grid display a bit better formatted.
Steinar H. Gunderson [Thu, 14 Jun 2018 21:56:11 +0000 (23:56 +0200)]
Make the grid display a bit better formatted.

5 years agoMake it possible to start a new clip before the previous one has ended.
Steinar H. Gunderson [Thu, 14 Jun 2018 20:53:50 +0000 (22:53 +0200)]
Make it possible to start a new clip before the previous one has ended.

5 years agoMake the JPEG decoding run asynchronously, in a separate thread with a bit of queue...
Steinar H. Gunderson [Thu, 14 Jun 2018 17:08:01 +0000 (19:08 +0200)]
Make the JPEG decoding run asynchronously, in a separate thread with a bit of queue contorl. Fixes a lot of UI smoothness when a lot is going on.

5 years agoHook up the fourth camera display.
Steinar H. Gunderson [Wed, 13 Jun 2018 22:46:18 +0000 (00:46 +0200)]
Hook up the fourth camera display.

5 years agoMake it possible to play an entire playlist of clips.
Steinar H. Gunderson [Wed, 13 Jun 2018 21:37:32 +0000 (23:37 +0200)]
Make it possible to play an entire playlist of clips.

5 years agoAllow playing from the playlist.
Steinar H. Gunderson [Wed, 13 Jun 2018 17:44:45 +0000 (19:44 +0200)]
Allow playing from the playlist.

5 years agoSome refactoring of the player code, and begin working on the playlist.
Steinar H. Gunderson [Tue, 12 Jun 2018 22:24:32 +0000 (00:24 +0200)]
Some refactoring of the player code, and begin working on the playlist.

5 years agoSupport playing back arbitrary camera angles.
Steinar H. Gunderson [Mon, 11 Jun 2018 21:03:31 +0000 (23:03 +0200)]
Support playing back arbitrary camera angles.

5 years agoMake an enum for the view columns.
Steinar H. Gunderson [Mon, 11 Jun 2018 20:47:49 +0000 (22:47 +0200)]
Make an enum for the view columns.

5 years agoAdd some very basic playback.
Steinar H. Gunderson [Mon, 11 Jun 2018 18:32:07 +0000 (20:32 +0200)]
Add some very basic playback.

5 years agoHook up some more clip modifications.
Steinar H. Gunderson [Sun, 10 Jun 2018 22:18:25 +0000 (00:18 +0200)]
Hook up some more clip modifications.

5 years agoStart working on a clip list.
Steinar H. Gunderson [Sun, 10 Jun 2018 10:24:20 +0000 (12:24 +0200)]
Start working on a clip list.

5 years agoAdd a script for grabbing some example multiangle data off of YouTube.
Steinar H. Gunderson [Sat, 9 Jun 2018 09:40:16 +0000 (11:40 +0200)]
Add a script for grabbing some example multiangle data off of YouTube.

5 years agoMake the layout responsive.
Steinar H. Gunderson [Wed, 6 Jun 2018 21:03:45 +0000 (23:03 +0200)]
Make the layout responsive.

5 years agoMake the JPEG frames update on demand.
Steinar H. Gunderson [Wed, 6 Jun 2018 20:53:13 +0000 (22:53 +0200)]
Make the JPEG frames update on demand.

5 years agoActually start showing JPEGs on the screen.
Steinar H. Gunderson [Tue, 5 Jun 2018 22:01:50 +0000 (00:01 +0200)]
Actually start showing JPEGs on the screen.

5 years agoThrow up some widgets.
Steinar H. Gunderson [Tue, 5 Jun 2018 20:53:28 +0000 (22:53 +0200)]
Throw up some widgets.

5 years agoInitial checkin.
Steinar H. Gunderson [Mon, 4 Jun 2018 20:48:16 +0000 (22:48 +0200)]
Initial checkin.