]> git.sesse.net Git - nageru/shortlog
nageru
2018-10-21 Steinar H.... If using the mouse wheel to change pts, don't use it...
2018-10-21 Steinar H.... Fix a race where refresh frames could be put into the...
2018-10-21 Steinar H.... Fix some issues that happened if we tried to play while...
2018-10-21 Steinar H.... If av_interleaved_write_frame() fails, leave a core...
2018-10-21 Steinar H.... Fix a Clang error.
2018-10-21 Steinar H.... Give the main window a name.
2018-10-21 Steinar H.... Fix various fading bugs.
2018-10-21 Steinar H.... Stop leaking VA-API buffers.
2018-10-21 Steinar H.... Another Makefile hack.
2018-10-21 Steinar H.... Fix some libjpeg leaks.
2018-10-20 Steinar H.... Fix loading of existing frames with -d.
2018-10-19 Steinar H.... Create frames/ if it does not exist.
2018-10-19 Steinar H.... Make it possible to change the working directory.
2018-10-15 Steinar H.... Be more lenient in the 4:2:2 detection.
2018-10-14 Steinar H.... Stop shipping Swiftshader in CEF (Debian no longer...
2018-10-14 Steinar H.... Show how much would be queued before pressing play.
2018-10-14 Steinar H.... Expose the queue status over HTTP.
2018-10-14 Steinar H.... Support changing the interpolation quality.
2018-10-14 Steinar H.... Support other streams than the default file.
2018-10-14 Steinar H.... Assorted clang-format fixes (not complete).
2018-10-14 Steinar H.... When choosing a camera in the clip list, highlight...
2018-10-12 Steinar H.... Fix fades that are not between clips with the same...
2018-10-12 Steinar H.... Fix a crash bug on preview.
2018-10-12 Steinar H.... Send refresh frames every 100 ms or so, so that the...
2018-10-11 Steinar H.... Fix issues with displaying faded interpolating frames...
2018-10-11 Steinar H.... Fix a threading violation.
2018-10-11 Steinar H.... Remove some debugging code.
2018-10-11 Steinar H.... When fading, always interpolate the more visible half.
2018-10-10 Steinar H.... Implement fades.
2018-10-10 Steinar H.... Move Y'CbCr conversion into a common utility class.
2018-10-07 Steinar H.... Move transitioning to the next clip away from the done...
2018-10-05 Steinar H.... Fix some Clang warnings.
2018-10-05 Steinar H.... Remove an unused variable.
2018-10-05 Steinar H.... Small cleanup in Player.
2018-10-05 Steinar H.... Another small refactoring, this time to snapping.
2018-10-05 Steinar H.... Small refactoring in Player.
2018-10-01 Steinar H.... Hook up the exit menu.
2018-10-01 Steinar H.... Add a disk space estimator. Code largely borrowed from...
2018-10-01 Steinar H.... Make for somewhat cleaner shutdown.
2018-09-30 Steinar H.... Serialize state to disk between runs, using SQLite.
2018-09-30 Steinar H.... Start of persistence work: Keep existing frames that...
2018-09-29 Steinar H.... Make it possible to scrub pts_in on a clip even if...
2018-09-29 Steinar H.... Make it impossible to queue unfinished clips.
2018-09-29 Steinar H.... Decode 4:2:2 JPEGs via VA-API if available.
2018-09-27 Steinar H.... Don't set QGradient stops after 1.0.
2018-09-27 Steinar H.... Drop frames if the player runs too far behind.
2018-09-26 Steinar H.... Mark play progress with background color in the play...
2018-09-26 Steinar H.... Put the video displays on the right side, making them...
2018-09-26 Steinar H.... Give names to some layouts.
2018-09-26 Steinar H.... Fix some instances of unneeded dataChanged() signals...
2018-09-25 Steinar H.... If doing preview or queue with the in or out column...
2018-09-25 Steinar H.... Fix JPEGFrameView behavior with Qt DPI scaling.
2018-09-22 Steinar H.... Upgrade Qt Creator.
2018-09-22 Steinar H.... Show time remaining when playing clips live.
2018-09-22 Steinar H.... Support the delete key to remove elements from the...
2018-09-21 Steinar H.... Add some 1-4 overlays on the previews.
2018-09-20 Steinar H.... Show interpolated frames in the live window.
2018-09-20 Steinar H.... Small refactoring in JPEGFrameView.
2018-09-19 Steinar H.... Make it possible to switch camera angles by clicking...
2018-09-16 Steinar H.... Name some threads.
2018-09-16 Steinar H.... Subsample chroma on the GPU instead of the CPU.
2018-09-16 Steinar H.... Change from operating point 3 to 2 (more laptop-friendl...
2018-09-16 Steinar H.... Do deinterleaving on the GPU (subsampling still remains).
2018-09-16 Steinar H.... Do the interpolation in Y'CbCr instead of RGBA; saves...
2018-09-16 Steinar H.... Fix so that make clean removes all objects.
2018-09-16 Steinar H.... Give the VideoStream thread a name.
2018-09-15 Steinar H.... Make VideoStream capable of using the shared JPEG cache...
2018-09-15 Steinar H.... Release flow textures when we are done with them.
2018-09-15 Steinar H.... Make the output actually follow the input in an interpo...
2018-09-15 Steinar H.... Read timebase from the input video.
2018-09-15 Steinar H.... Fix some flickering due to YCbCr interpretation.
2018-09-15 Steinar H.... Encode JPEGs from the interpolated frames.
2018-09-15 Steinar H.... Start hacking in support for interpolated frames in...
2018-09-15 Steinar H.... Fix an issue where interpolation would not work, since...
2018-09-15 Steinar H.... Editorial changes.
2018-09-15 Steinar H.... Split out the flow code from the example driver.
2018-09-15 Steinar H.... Make disabling variational refinement somewhat more...
2018-09-15 Steinar H.... Parametrize patch size and number of iterations.
2018-09-15 Steinar H.... Start parametrizing the operating points for DIS.
2018-09-15 Steinar H.... Move flow classes into a header file; first step on...
2018-09-15 Steinar H.... Move stream generation into a new class VideoStream...
2018-09-15 Steinar H.... Actually send the MJPEG frames on to the HTTP stream.
2018-09-01 Steinar H.... Fix another deprecation warning.
2018-09-01 Steinar H.... Fix an uninitialized option set.
2018-09-01 Steinar H.... Fix a deprecation warning.
2018-09-01 Steinar H.... Unbreak --record-x264-video.
2018-08-31 Steinar H.... Release Nageru 1.7.4. 1.7.4
2018-08-31 Steinar H.... Support x264 >= 153.
2018-08-18 Steinar H.... Import a bunch of http/mux code from Nageru.
2018-08-18 Steinar H.... av_register_all() is deprecated, so do not call it...
2018-08-10 Steinar H.... Unbreak Kaeru.
2018-08-10 Steinar H.... Add support for lift/gamma/gain in the theme.
2018-08-08 Steinar H.... Support rendering forward and backward flow in parallel.
2018-08-08 Steinar H.... 16-bit depth should be plenty.
2018-08-08 Steinar H.... Use a renderbuffer instead of a depth texture; potentia...
2018-08-07 Steinar H.... Rename “Total” to something more descriptive.
2018-08-07 Steinar H.... Fix a warning in motion_search.frag.
2018-08-06 Steinar H.... Fix patch placement. Again.
2018-08-04 Steinar H.... Add a warmup option to get somewhat more consistent...
2018-08-04 Steinar H.... Fix a bug where the first black pass of SOR would read...
next