]> git.sesse.net Git - nageru/shortlog
nageru
2018-11-26 Steinar H.... Allow symlinked frame files. Useful for testing.
2018-11-26 Steinar H.... When storing frame files in the database, use the base...
2018-11-26 Steinar H.... Add a progress bar on startup.
2018-11-25 Steinar H.... Use SQLite to store metadata about finished frame files.
2018-11-25 Steinar H.... Supposedly sqlite_prepare() is deprecated in favor...
2018-11-25 Steinar H.... Cache file descriptors when reading frames, for better...
2018-11-25 Steinar H.... Change from file-per-frame to multiple files per frame.
2018-11-25 Steinar H.... Speed up the database writes a bit, especially when...
2018-11-25 Steinar H.... Embed shaders into the binary.
2018-11-07 Steinar H.... Update .gitignore.
2018-11-07 Steinar H.... Fix a pretty bad JPEG decoding bug; VA-API expects...
2018-11-07 Steinar H.... Switch build systems to Meson.
2018-11-07 Steinar H.... Fix a GCC warning.
2018-10-31 Steinar H.... Support changing the HTTP port.
2018-10-31 Steinar H.... Allow previewing playlist clips.
2018-10-31 Steinar H.... Fix an issue where switching play clips during a fade...
2018-10-31 Steinar H.... Stop sending interpolated images through the cache.
2018-10-31 Steinar H.... Make the cache pruning work on bytes instead of number...
2018-10-30 Steinar H.... Fix some memory spikes.
2018-10-30 Steinar H.... Fix some more leaks on clear_queue().
2018-10-30 Steinar H.... The video player only ever waited for original frames...
2018-10-30 Steinar H.... Check the return status of vaDestroyBuffer.
2018-10-30 Steinar H.... Stop crushing blacks for full-range sources.
2018-10-29 Steinar H.... Unbreak preview.
2018-10-29 Steinar H.... Fix leaks in VABufferDestroyer.
2018-10-28 Steinar H.... Fix displaying of progress bars and time remaining...
2018-10-28 Steinar H.... Fix leaks of InterpolatedFrameResources on clear_queue...
2018-10-28 Steinar H.... Fix fades into overly short clips.
2018-10-28 Steinar H.... Move to RAII queue counting, to fix some underflows.
2018-10-27 Steinar H.... Some manual line breaking.
2018-10-27 Steinar H.... Move QueuedFrame instead of copying it around.
2018-10-27 Steinar H.... Fix a deadlock in the new queueing logic.
2018-10-27 Steinar H.... Fix a bug in the help output.
2018-10-27 Steinar H.... Fix a leak that somehow only showed up on NVIDIA.
2018-10-26 Steinar H.... Preload original JPEGs from disk.
2018-10-26 Steinar H.... Add a queue of frames going into VideoStream.
2018-10-25 Steinar H.... Do not try to show a frame until we've computed it...
2018-10-23 Steinar H.... Fix a crash in the sample driver.
2018-10-21 Steinar H.... Only adjust pts with the wheel if the given row is...
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.... 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...
next