]> git.sesse.net Git - nageru/shortlog
nageru
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.
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.... 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.
next