]> git.sesse.net Git - nageru/shortlog
nageru
2019-07-20 Steinar H.... Release Nageru and Futatabi 1.9.0. 1.9.0
2019-07-20 Steinar H.... Fix a typo in NEWS.
2019-07-19 Steinar H.... Make it possible to call set_channel_name() for live...
2019-07-19 Steinar H.... Clean some duplicate code from the default theme.
2019-07-19 Steinar H.... Make it possible to put checkboxes on theme menu entries.
2019-07-19 Steinar H.... Add get_frame_width() and get_frame_height() to the...
2019-07-19 Steinar H.... Fix a Lua crash on exit.
2019-07-17 Steinar H.... Deal better with the user forgetting to set width/heigh...
2019-07-16 Steinar H.... Fix an issue where we would show no signal even when...
2019-06-25 Steinar H.... Remove some leftover debugging code.
2019-06-22 Steinar H.... Add disable_if_always_disabled() to Block objects.
2019-06-21 Steinar H.... More theme cleaning.
2019-06-21 Steinar H.... Fix cross-compilation.
2019-06-21 Steinar H.... Move is_plain_signal(), which was now placed a bit...
2019-06-21 Steinar H.... Convert channel_signal() and supports_set_wb() to imper...
2019-06-21 Steinar H.... Correct a comment.
2019-06-21 Steinar H.... Add a missing hint.
2019-06-21 Steinar H.... Make it possible to set number of channels imperatively...
2019-06-21 Steinar H.... Make it possible to set channel names imperatively...
2019-06-21 Steinar H.... Move the handling of human-readable input resolution...
2019-06-21 Steinar H.... Support submenus within theme menus.
2019-06-18 Steinar H.... Fix a possible deadlock in CEF.
2019-06-16 Steinar H.... Support optional effects with multiple inputs.
2019-06-16 Steinar H.... Refactor out find_inputs_for_block().
2019-06-16 Steinar H.... Add an enable_if() to Block, for convenience.
2019-06-16 Steinar H.... Small refactoring in Block.
2019-06-16 Steinar H.... Rename chain -> scene as appropriate.
2019-06-15 Steinar H.... Make Block.choose() return the effect that was chosen.
2019-06-15 Steinar H.... Fix so that parameters directly on effects actually...
2019-06-15 Steinar H.... Rename choose_alternative() to choose().
2019-06-15 Steinar H.... Allow calling disable() on everything that has an Ident...
2019-06-15 Steinar H.... Allow giving class names to Block.choose_alternative.
2019-06-15 Steinar H.... Scene doesn't need theme->input_state to be set, as...
2019-06-15 Steinar H.... Give a slightly friendlier error message if the user...
2019-06-13 Steinar H.... Rework the chain concept.
2019-06-11 Steinar H.... Move some Lua utility functions into a separate header...
2019-06-10 Steinar H.... Work around a Mesa shader cache issue.
2019-06-10 Steinar H.... Add a helper so that theme script warnings get line...
2019-05-22 Steinar H.... Defer creation of effects until they are added to a...
2019-05-22 Steinar H.... Fix ImageInput sRGB behavior.
2019-05-22 Steinar H.... Always require GL_EXT_texture_sRGB_decode.
2019-05-22 Steinar H.... Remove a fixed FIXME.
2019-05-22 Steinar H.... Make the ImageInput cache store textures, not images.
2019-05-14 Steinar H.... Remove unused code.
2019-05-14 Steinar H.... In ImageInput, make one global update thread instead...
2019-05-13 Steinar H.... Remove unused member in ImageInput.
2019-05-12 Steinar H.... Fix another whitespace error.
2019-05-11 Steinar H.... Fix an indentation error.
2019-05-11 Steinar H.... Refactor out a function for adding the end of EffectChains.
2019-04-20 Steinar H.... Add a --disable-audio option to Kaeru, to transcode...
2019-04-19 Steinar H.... Release Nageru and Futatabi 1.8.6. 1.8.6
2019-04-18 Steinar H.... Make the default theme dir pick up the --prefix option...
2019-04-08 Steinar H.... Fix saving of MIDI mappings with camera switch buttons...
2019-04-08 Steinar H.... Fix MIDI mapping setup of camera buttons/lights when...
2019-04-04 Steinar H.... Remove the colons from the recording file names.
2019-04-04 Steinar H.... Fix HTTP tally for the last two channels.
2019-03-31 Steinar H.... Fix -o short option.
2019-03-31 Steinar H.... Errors in flags do not need core dumps.
2019-03-30 Steinar H.... Release Nageru and Futatabi 1.8.5. 1.8.5
2019-03-30 Steinar H.... Add audio output when playing at 100% speed.
2019-03-30 Steinar H.... Fix storing of audio sizes in the database.
2019-03-30 Steinar H.... Tiny fix in variational_refinement.txt.
2019-03-29 Steinar H.... bmusb 0.7.4 is out, and we need it.
2019-03-28 Steinar H.... Make multitrack export include audio.
2019-03-28 Steinar H.... Remove a legacy FFmpeg test which is no longer needed...
2019-03-28 Steinar H.... Make Futatabi accept and record the audio, although...
2019-03-28 Steinar H.... Include the raw audio in the MJPEG output.
2019-03-28 Steinar H.... Fix handling of truncated frame files.
2019-03-27 Steinar H.... On errors, abort() instead of exit(1); exit() in a...
2019-03-27 Steinar H.... In Futatabi, ignore non-video streams for now.
2019-03-25 Steinar H.... Correct a tiny miscalculation in convert_fixed24_to_fp32().
2019-03-22 Steinar H.... If a HTTP server backlog becomes very large (>1 GB...
2019-03-18 Steinar H.... Fix some memory leaks in the VA-API upload code (also...
2019-03-18 Steinar H.... Increase the size of the VA-API resource freelist,...
2019-03-18 Steinar H.... Use vaCreateImage + vaPutImage instead of vaDeriveImage.
2019-03-17 Steinar H.... When uploading MJPEG data to VA-API, do it directly...
2019-03-17 Steinar H.... Fix more repetition of the Userdata cast.
2019-03-16 Steinar H.... Fix some overly repetitive code in PBOFrameAllocator.
2019-03-14 Steinar H.... Fix a confusing variable name (frame_bytes sounded...
2019-03-13 Steinar H.... Fix an unneeded copy when muxing MJPEGs.
2019-03-11 Steinar H.... Release Nageru and Futatabi 1.8.4. 1.8.4
2019-03-11 Steinar H.... Various fixes for 32-bit platforms.
2019-03-10 Steinar H.... Move to one JPEG decoder thread per view.
2019-03-10 Steinar H.... Release Nageru and Futatabi 1.8.3. 1.8.3
2019-03-10 Steinar H.... Unbreak audio transcoding in Kaeru, which has seemingly...
2019-03-10 Steinar H.... For FFmpeg inputs, add an option for playing as fast...
2019-03-10 Steinar H.... Get rid of an unneeded sleep and message on Futatabi...
2019-03-09 Steinar H.... Fix an issue where Matroska HTTP FFmpeg streams would...
2019-03-09 Steinar H.... Add a failsafe for interrupted FFmpeg streams.
2019-03-09 Steinar H.... Fix a hang on exit when doing MJPEG encoding with VA...
2019-03-09 Steinar H.... Fix a MIDI-related deadlock in the GUI code.
2019-03-09 Steinar H.... Fix a broken database definition.
2019-03-09 Steinar H.... Add some asserts to guard against nonsensical start...
2019-03-09 Steinar H.... Fix a crash in Futatabi when two threads wanted to...
2019-03-09 Steinar H.... Make the number of files into a #define.
2019-03-09 Steinar H.... Update some error messages.
2019-03-09 Steinar H.... Use REPLACE instead of INSERT for changing state and...
2019-03-09 Steinar H.... Use REPLACE instead of INSERT + DELETE for frame files.
2019-03-08 Steinar H.... Allow controlling video mixing from MIDI events.
2019-03-08 Steinar H.... Adapt to newer CEF versions.
next