]> git.sesse.net Git - nageru/history - nageru
Defer creation of effects until they are added to a chain.
[nageru] / nageru /
2019-05-22 Steinar H. GundersonDefer creation of effects until they are added to a...
2019-05-22 Steinar H. GundersonFix ImageInput sRGB behavior.
2019-05-22 Steinar H. GundersonAlways require GL_EXT_texture_sRGB_decode.
2019-05-22 Steinar H. GundersonRemove a fixed FIXME.
2019-05-22 Steinar H. GundersonMake the ImageInput cache store textures, not images.
2019-05-14 Steinar H. GundersonIn ImageInput, make one global update thread instead...
2019-05-13 Steinar H. GundersonRemove unused member in ImageInput.
2019-05-12 Steinar H. GundersonFix another whitespace error.
2019-05-11 Steinar H. GundersonFix an indentation error.
2019-05-11 Steinar H. GundersonRefactor out a function for adding the end of EffectChains.
2019-04-20 Steinar H. GundersonAdd a --disable-audio option to Kaeru, to transcode...
2019-04-18 Steinar H. GundersonMake the default theme dir pick up the --prefix option...
2019-04-04 Steinar H. GundersonRemove the colons from the recording file names.
2019-04-04 Steinar H. GundersonFix HTTP tally for the last two channels.
2019-03-31 Steinar H. GundersonFix -o short option.
2019-03-31 Steinar H. GundersonErrors in flags do not need core dumps.
2019-03-29 Steinar H. Gundersonbmusb 0.7.4 is out, and we need it.
2019-03-28 Steinar H. GundersonMake multitrack export include audio.
2019-03-28 Steinar H. GundersonInclude the raw audio in the MJPEG output.
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2019-03-25 Steinar H. GundersonCorrect a tiny miscalculation in convert_fixed24_to_fp32().
2019-03-18 Steinar H. GundersonFix some memory leaks in the VA-API upload code (also...
2019-03-18 Steinar H. GundersonIncrease the size of the VA-API resource freelist,...
2019-03-18 Steinar H. GundersonUse vaCreateImage + vaPutImage instead of vaDeriveImage.
2019-03-17 Steinar H. GundersonWhen uploading MJPEG data to VA-API, do it directly...
2019-03-17 Steinar H. GundersonFix more repetition of the Userdata cast.
2019-03-16 Steinar H. GundersonFix some overly repetitive code in PBOFrameAllocator.
2019-03-14 Steinar H. GundersonFix a confusing variable name (frame_bytes sounded...
2019-03-13 Steinar H. GundersonFix an unneeded copy when muxing MJPEGs.
2019-03-11 Steinar H. GundersonVarious fixes for 32-bit platforms.
2019-03-10 Steinar H. GundersonUnbreak audio transcoding in Kaeru, which has seemingly...
2019-03-10 Steinar H. GundersonFor FFmpeg inputs, add an option for playing as fast...
2019-03-09 Steinar H. GundersonFix an issue where Matroska HTTP FFmpeg streams would...
2019-03-09 Steinar H. GundersonAdd a failsafe for interrupted FFmpeg streams.
2019-03-09 Steinar H. GundersonFix a hang on exit when doing MJPEG encoding with VA...
2019-03-08 Steinar H. GundersonAllow controlling video mixing from MIDI events.
2019-03-08 Steinar H. GundersonAdapt to newer CEF versions.
2019-03-06 Steinar H. GundersonGive the ALSA threads names.
2019-03-06 Steinar H. GundersonUse ALSA timestamps for marking input data.
2019-03-06 Steinar H. GundersonRemove unused variable in ALSAInput.
2019-02-28 Steinar H. GundersonFix a segfault that could happen with FFmpeg inputs...
2019-02-21 Steinar H. GundersonRescale the pts/dts properly in the MJPEG encoder ...
2019-02-19 Steinar H. GundersonMark a TODO.
2019-02-19 Steinar H. GundersonRemove the unused frame_length parameter to AudioMixer...
2019-02-14 Steinar H. GundersonAdd MJPEG export metrics.
2019-02-14 Steinar H. GundersonIncrease the MJPEG encoding queue size by a lot.
2019-01-19 Steinar H. GundersonMove controller_spin_box.h to shared, so that the upcom...
2019-01-18 Steinar H. GundersonFix some Clang 7 warnings.
2019-01-18 Steinar H. GundersonMake MIDIMappingDialog reuse some of the code from...
2019-01-17 Steinar H. GundersonAdd infrastructure for MIDI lights that are controllers...
2019-01-16 Steinar H. GundersonSupport non-binary MIDI lights (ie., with an on-velocit...
2019-01-15 Steinar H. GundersonSupport changing overall playing speed at runtime,...
2019-01-12 Steinar H. GundersonTurn off guessing if the source bus contains the pitch...
2019-01-10 Steinar H. GundersonSupport pitch bend as a virtual MIDI controller.
2019-01-08 Steinar H. GundersonSplit the MIDI mapping proto file in two; one that...
2019-01-08 Steinar H. GundersonFix a typo.
2019-01-08 Steinar H. GundersonMove another helper into midi_mapper_util.h.
2019-01-07 Steinar H. GundersonMove some MIDI mapper protobuf reflection code into...
2019-01-06 Steinar H. GundersonMove midi_device.cpp into shared, as Futatabi is gettin...
2019-01-06 Steinar H. GundersonSmall refactoring in MIDIMapper.
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.
next