]> git.sesse.net Git - nageru/shortlog
nageru
2018-12-13 Steinar H.... Support exporting interpolated singletrack video. Proba...
2018-12-12 Steinar H.... Add a multitrack export action.
2018-12-12 Steinar H.... Add some binary search helpers.
2018-12-12 Steinar H.... Fix some Futatabi shutdown problems.
2018-12-12 Steinar H.... Change default Futatabi port so that it does not confli...
2018-12-12 Steinar H.... Support turning off interpolation.
2018-12-10 Steinar H.... When adding a new clip, scroll to the bottom.
2018-12-10 Steinar H.... Make width/height configurable in Futatabi.
2018-12-10 Steinar H.... Fix a 1280x720 hardcoding, replacing it by another...
2018-12-10 Steinar H.... Make the apt line include Meson.
2018-12-10 Steinar H.... Fix a bad snapping bug that was introduced with the...
2018-12-10 Steinar H.... Fix an issue where we would lose track of the time...
2018-12-09 Steinar H.... Move another file left behind during the directory...
2018-12-09 Steinar H.... If the input stream ends or errors out, restart it.
2018-12-09 Steinar H.... Fix a hang when storing frame files.
2018-12-08 Steinar H.... Don't die on libjpeg errors.
2018-12-07 Steinar H.... Flatten Meson build files.
2018-12-06 Steinar H.... Give Futatabi an about/license dialog, and the same...
2018-12-06 Steinar H.... Make the Nageru version settable from the Meson configu...
2018-12-06 Steinar H.... Make VA-API encoded MJPEGs be encoded asynchronously.
2018-12-06 Steinar H.... Add an option to control the mapping of streams to...
2018-12-06 Steinar H.... Only bother doing MJPEG encoding if there are any conne...
2018-12-06 Steinar H.... Fix a cleanup issue.
2018-12-06 Steinar H.... Fix some leaks in MJPEGEncoder.
2018-12-05 Steinar H.... Add a hack to FFmpegCapture for decoding Futatabi's...
2018-12-04 Steinar H.... Switch to Matroska for Futatabi's output video stream...
2018-12-04 Steinar H.... Stop setting nobuffer for FFmpeg inputs; it seems it...
2018-12-04 Steinar H.... Set a FFmpeg-private JPEG marker to signal some Y'CbCr...
2018-12-04 Steinar H.... Bump bmusb requirement.
2018-12-04 Steinar H.... Unbreak lld support.
2018-12-04 Steinar H.... Merge branch 'mjpeg'
2018-12-04 Steinar H.... Remove unused muxer parameters from futatabi/defs.h...
2018-12-03 Steinar H.... Unbreak compilation with CEF.
2018-12-03 Steinar H.... Fix software decoding of JPEGs in Futatabi.
2018-12-03 Steinar H.... Update README for the move.
2018-12-03 Steinar H.... Yet more moving into subdirectories.
2018-12-03 Steinar H.... Move a Futatabi file that escaped the initial moving.
2018-12-03 Steinar H.... Move most Nageru embedded shaders to the read_file...
2018-12-03 Steinar H.... Move bin2h and read_file into shared/, so that Nageru...
2018-12-03 Steinar H.... Unify disk_space_estimator.cpp from Nageru and Futatabi.
2018-12-03 Steinar H.... Rename nageru/db.h to decibel.h, since it is confusing...
2018-12-03 Steinar H.... Unify httpd.cpp from Nageru and Futatabi (whitespace...
2018-12-02 Steinar H.... Unify context.cpp from Nageru and Futatabi.
2018-12-02 Steinar H.... Remove an extra copy of memcpy_interleaved.cpp.
2018-12-02 Steinar H.... Unify mux.cpp between Nageru and Futatabi.
2018-12-01 Steinar H.... Combine ref_counted_gl_sync.h from Nageru and Futatabi...
2018-12-01 Steinar H.... Combine timebase.h from Nageru and Futatabi.
2018-12-01 Steinar H.... Combine the Nageru and Futatabi files that are identical.
2018-12-01 Steinar H.... Merge remote-tracking branch 'futatabi/master'
2018-12-01 Steinar H.... Move everything into a separate futatabi/ subdir, for...
2018-12-01 Steinar H.... Move everything into a separate futatabi/ subdir, for...
2018-11-29 Steinar H.... Remove frame files that do not exist from the database.
2018-11-29 Steinar H.... Fix more issues with paths in the database.
2018-11-27 Steinar H.... Move to a denormalized protobuf-based schema for frames...
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-11 Steinar H.... Release Nageru 1.7.5. 1.7.5
2018-11-11 Steinar H.... Add functionality for MJPEG export.
2018-11-11 Steinar H.... Link with lld if available.
2018-11-10 Steinar H.... Switch build systems to Meson.
2018-11-07 Steinar H.... Rename ui_foo.ui to foo.ui; seemingly, it is more standard.
2018-11-07 Steinar H.... Add a missing include guard.
2018-11-07 Steinar H.... Fix some GCC 8 warnings.
2018-11-07 Steinar H.... Add some missing includes to quicksync_encoder_impl.h.
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.
next