]> git.sesse.net Git - nageru/history - nageru
Move protobuf text serialization into a shared file.
[nageru] / nageru /
2019-01-06 Steinar H. GundersonMove protobuf text serialization into a shared file.
2019-01-05 Steinar H. GundersonSplit out the ALSA-specific parts from MIDIMapper into...
2019-01-04 Steinar H. GundersonSend note velocity of 1 instead of 127 for lights.
2018-12-30 Steinar H. GundersonAdd an assert to silence Coverity.
2018-12-30 Steinar H. GundersonAdd support to Nageru for reading the subtitles from...
2018-12-29 Steinar H. GundersonFix a crash on receiving dummy frames.
2018-12-28 Steinar H. GundersonMove from unique_lock to lock_guard everywhere we can...
2018-12-24 Steinar H. GundersonRemove the redundant with_audio parameter from the...
2018-12-21 Steinar H. GundersonMake Ebu_r128_proc::Ebu_r128_proc() not move uninitiali...
2018-12-21 Steinar H. GundersonIn Theme::get_chain(), send InputState by reference...
2018-12-21 Steinar H. GundersonCheck VAStatus of some destroyed objects.
2018-12-21 Steinar H. GundersonRemove an unneeded nullptr check.
2018-12-21 Steinar H. GundersonSilence another Coverity Scan warning.
2018-12-21 Steinar H. GundersonFix a Coverity Scan issue that is irrelevant in practice.
2018-12-20 Steinar H. GundersonRemove the LuaJIT 2.0 compatibility shims.
2018-12-20 Steinar H. GundersonMove to FFmpeg 4.0 APIs, fixing the deprecation warnings.
2018-12-09 Steinar H. GundersonMove another file left behind during the directory...
2018-12-07 Steinar H. GundersonFlatten Meson build files.
2018-12-06 Steinar H. GundersonGive Futatabi an about/license dialog, and the same...
2018-12-06 Steinar H. GundersonMake the Nageru version settable from the Meson configu...
2018-12-06 Steinar H. GundersonMake VA-API encoded MJPEGs be encoded asynchronously.
2018-12-06 Steinar H. GundersonAdd an option to control the mapping of streams to...
2018-12-06 Steinar H. GundersonOnly bother doing MJPEG encoding if there are any conne...
2018-12-06 Steinar H. GundersonFix a cleanup issue.
2018-12-06 Steinar H. GundersonFix some leaks in MJPEGEncoder.
2018-12-05 Steinar H. GundersonAdd a hack to FFmpegCapture for decoding Futatabi's...
2018-12-04 Steinar H. GundersonStop setting nobuffer for FFmpeg inputs; it seems it...
2018-12-04 Steinar H. GundersonSet a FFmpeg-private JPEG marker to signal some Y'CbCr...
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-03 Steinar H. GundersonUnbreak compilation with CEF.
2018-12-03 Steinar H. GundersonYet more moving into subdirectories.
2018-12-03 Steinar H. GundersonMove most Nageru embedded shaders to the read_file...
2018-12-03 Steinar H. GundersonUnify disk_space_estimator.cpp from Nageru and Futatabi.
2018-12-03 Steinar H. GundersonRename nageru/db.h to decibel.h, since it is confusing...
2018-12-03 Steinar H. GundersonUnify httpd.cpp from Nageru and Futatabi (whitespace...
2018-12-02 Steinar H. GundersonUnify context.cpp from Nageru and Futatabi.
2018-12-02 Steinar H. GundersonRemove an extra copy of memcpy_interleaved.cpp.
2018-12-02 Steinar H. GundersonUnify mux.cpp between Nageru and Futatabi.
2018-12-01 Steinar H. GundersonCombine ref_counted_gl_sync.h from Nageru and Futatabi...
2018-12-01 Steinar H. GundersonCombine timebase.h from Nageru and Futatabi.
2018-12-01 Steinar H. GundersonCombine the Nageru and Futatabi files that are identical.
2018-12-01 Steinar H. GundersonMerge remote-tracking branch 'futatabi/master'
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...