]> git.sesse.net Git - nageru/shortlog
nageru
2018-12-19 Steinar H.... Release Nageru and Futatabi 1.8.0. 1.8.0
2018-12-19 Steinar H.... Default to two cameras instead of one, since otherwise...
2018-12-19 Steinar H.... Document the undocumentedness of Futatabi.
2018-12-19 Steinar H.... Improve frame snapping in difficult cases.
2018-12-18 Steinar H.... Fix some GCC warnings.
2018-12-18 Steinar H.... Add support for querying tally information from Nageru.
2018-12-18 Steinar H.... Fix a variable conflict in the Meson build files.
2018-12-18 Steinar H.... Remove a duplicate dependency.
2018-12-18 Steinar H.... Support per-clip variable speed.
2018-12-17 Steinar H.... Make the number of cameras dynamic as the frames come in.
2018-12-16 Steinar H.... When previewing the playlist time, use compute_time_left().
2018-12-16 Steinar H.... Make the UI programmatically dependent on NUM_CAMERAS.
2018-12-16 Steinar H.... Fix a Clang warning.
2018-12-16 Steinar H.... Fix a Clang error.
2018-12-16 Steinar H.... Document that we need SQLite for Futatabi.
2018-12-15 Steinar H.... Add a stop button.
2018-12-15 Steinar H.... Fix interpolation quality of exported clips.
2018-12-15 Steinar H.... Persist quality settings in the database.
2018-12-15 Steinar H.... Implement undo/redo.
2018-12-14 Steinar H.... Support exporting multiple clips of a playlist, with...
2018-12-14 Steinar H.... Fix an issue where fade times would be zero seconds...
2018-12-14 Steinar H.... Factor out estimated time left calculation into its...
2018-12-14 Steinar H.... Install futatabi on ninja install.
2018-12-14 Steinar H.... Add Shift and Alt modifiers for scrubbing.
2018-12-14 Steinar H.... Make Futatabi output frame rate adjustable.
2018-12-13 Steinar H.... There's no point in having Player in export_interpolate...
2018-12-13 Steinar H.... Fix another shutdown hang.
2018-12-13 Steinar H.... Fix an issue where pts would get clamped to zero if...
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.
next