]> git.sesse.net Git - nageru/shortlog
nageru
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.
2019-03-06 Steinar H.... Fix some unneeded copying of encoded JPEGs around ...
2019-03-06 Steinar H.... Add Shift+Ctrl for super-fast scrubbing.
2019-03-06 Steinar H.... Give the ALSA threads names.
2019-03-06 Steinar H.... Use ALSA timestamps for marking input data.
2019-03-06 Steinar H.... Remove unused variable in ALSAInput.
2019-03-04 Steinar H.... Fix detection of non-system CEF, when no system CEF...
2019-03-04 Steinar H.... Fix a one-past-the-end access on Futatabi startup.
2019-03-01 Steinar H.... Make TIMEBASE signed again; unsigned caused pts bugs...
2019-02-28 Steinar H.... Fix a segfault that could happen with FFmpeg inputs...
2019-02-27 Steinar H.... Mark infinite clips as such in the machine-readable...
2019-02-26 Steinar H.... Make it possible to queue and play clips with no cue...
2019-02-26 Steinar H.... Be more lenient about the playlist focus; this was...
2019-02-23 Steinar H.... Fix compilation with non-system CEF.
2019-02-21 Steinar H.... Rescale the pts/dts properly in the MJPEG encoder ...
2019-02-19 Steinar H.... Mark a TODO.
2019-02-19 Steinar H.... Remove the unused frame_length parameter to AudioMixer...
next