]> git.sesse.net Git - nageru/history
nageru
2019-06-15 Steinar H. GundersonFix so that parameters directly on effects actually...
2019-06-15 Steinar H. GundersonRename choose_alternative() to choose().
2019-06-15 Steinar H. GundersonAllow calling disable() on everything that has an Ident...
2019-06-15 Steinar H. GundersonAllow giving class names to Block.choose_alternative.
2019-06-15 Steinar H. GundersonScene doesn't need theme->input_state to be set, as...
2019-06-15 Steinar H. GundersonGive a slightly friendlier error message if the user...
2019-06-13 Steinar H. GundersonRework the chain concept.
2019-06-11 Steinar H. GundersonMove some Lua utility functions into a separate header...
2019-06-10 Steinar H. GundersonWork around a Mesa shader cache issue.
2019-06-10 Steinar H. GundersonAdd a helper so that theme script warnings get line...
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. GundersonRemove unused code.
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-19 Steinar H. GundersonRelease Nageru and Futatabi 1.8.6. 1.8.6
2019-04-18 Steinar H. GundersonMake the default theme dir pick up the --prefix option...
2019-04-08 Steinar H. GundersonFix saving of MIDI mappings with camera switch buttons...
2019-04-08 Steinar H. GundersonFix MIDI mapping setup of camera buttons/lights when...
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-30 Steinar H. GundersonRelease Nageru and Futatabi 1.8.5. 1.8.5
2019-03-30 Steinar H. GundersonAdd audio output when playing at 100% speed.
2019-03-30 Steinar H. GundersonFix storing of audio sizes in the database.
2019-03-30 Steinar H. GundersonTiny fix in variational_refinement.txt.
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. GundersonRemove a legacy FFmpeg test which is no longer needed...
2019-03-28 Steinar H. GundersonMake Futatabi accept and record the audio, although...
2019-03-28 Steinar H. GundersonInclude the raw audio in the MJPEG output.
2019-03-28 Steinar H. GundersonFix handling of truncated frame files.
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2019-03-27 Steinar H. GundersonIn Futatabi, ignore non-video streams for now.
2019-03-25 Steinar H. GundersonCorrect a tiny miscalculation in convert_fixed24_to_fp32().
2019-03-22 Steinar H. GundersonIf a HTTP server backlog becomes very large (>1 GB...
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. GundersonRelease Nageru and Futatabi 1.8.4. 1.8.4
2019-03-11 Steinar H. GundersonVarious fixes for 32-bit platforms.
2019-03-10 Steinar H. GundersonMove to one JPEG decoder thread per view.
2019-03-10 Steinar H. GundersonRelease Nageru and Futatabi 1.8.3. 1.8.3
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-10 Steinar H. GundersonGet rid of an unneeded sleep and message on Futatabi...
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-09 Steinar H. GundersonFix a MIDI-related deadlock in the GUI code.
2019-03-09 Steinar H. GundersonFix a broken database definition.
2019-03-09 Steinar H. GundersonAdd some asserts to guard against nonsensical start...
2019-03-09 Steinar H. GundersonFix a crash in Futatabi when two threads wanted to...
2019-03-09 Steinar H. GundersonMake the number of files into a #define.
2019-03-09 Steinar H. GundersonUpdate some error messages.
2019-03-09 Steinar H. GundersonUse REPLACE instead of INSERT for changing state and...
2019-03-09 Steinar H. GundersonUse REPLACE instead of INSERT + DELETE for frame files.
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. GundersonFix some unneeded copying of encoded JPEGs around ...
2019-03-06 Steinar H. GundersonAdd Shift+Ctrl for super-fast scrubbing.
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-03-04 Steinar H. GundersonFix detection of non-system CEF, when no system CEF...
2019-03-04 Steinar H. GundersonFix a one-past-the-end access on Futatabi startup.
2019-03-01 Steinar H. GundersonMake TIMEBASE signed again; unsigned caused pts bugs...
2019-02-28 Steinar H. GundersonFix a segfault that could happen with FFmpeg inputs...
2019-02-27 Steinar H. GundersonMark infinite clips as such in the machine-readable...
2019-02-26 Steinar H. GundersonMake it possible to queue and play clips with no cue...
2019-02-26 Steinar H. GundersonBe more lenient about the playlist focus; this was...
2019-02-23 Steinar H. GundersonFix compilation with non-system CEF.
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-19 Steinar H. GundersonMore tweaks to the memcpy_interleaved multiversioning.
2019-02-17 Steinar H. GundersonMake it possible to hide displays (and re-show them...
2019-02-17 Steinar H. GundersonClang seemingly does not have working function multiver...
2019-02-17 Steinar H. GundersonFix display of out padding points.
2019-02-15 Steinar H. GundersonEnable function multiversioning for memcpy_interleaved().
2019-02-14 Steinar H. GundersonAdd MJPEG export metrics.
2019-02-14 Steinar H. GundersonIncrease the MJPEG encoding queue size by a lot.
2019-02-13 Steinar H. GundersonAdd support for aborting playing a clip early.
2019-02-13 Steinar H. GundersonFix an overflow issue with long (>= 10 min) clips.
2019-01-29 Steinar H. GundersonAdd basic Futatabi documentation to the README.
2019-01-29 Steinar H. GundersonSplit cue padding into separate in and out settings.
2019-01-22 Steinar H. GundersonFix overly aggressive snapping at very low speeds.
next