]> git.sesse.net Git - nageru/history
nageru
2020-04-12 Steinar H. GundersonUpgrade the embedded bmusb to 0.7.5, to get the udev...
2020-04-07 Steinar H. GundersonCorrect flag name in a comment.
2020-04-06 Steinar H. GundersonUpdate v4l2loopback modprobe line.
2020-04-06 Steinar H. GundersonAdd missing --help for --v4l-output.
2020-04-06 Steinar H. GundersonAdd support for V4L2 output.
2020-04-03 Steinar H. GundersonDocument that bmusb 0.7.4 is not in buster.
2020-03-29 Steinar H. GundersonRelease Nageru and Futatabi 1.9.2. 1.9.2
2020-03-29 Steinar H. GundersonRename add_auto_white_balance() to add_white_balance().
2020-03-29 Steinar H. GundersonReintroduce faster DeckLink shutdown; now with a fix...
2020-03-29 Steinar H. GundersonFix a memory leak in DecklinkOutput.
2020-03-29 Steinar H. GundersonFix some leftovers in warning messages.
2020-03-28 Steinar H. GundersonSupport getting all 8 channels from DeckLink capture...
2020-03-28 Steinar H. GundersonFix an issue with 10-bit input and nonstandard heights...
2020-03-20 Steinar H. GundersonUpdate for newer CEF.
2020-03-18 Steinar H. GundersonWhen deciding which signal to connect, delay the mappin...
2020-03-16 Steinar H. GundersonStretch the ease length to get back into the right...
2020-03-15 Steinar H. GundersonOnly bother going into an ease if there is an actual...
2020-03-14 Steinar H. GundersonAdd versions of the binary search utilities that take...
2020-03-14 Steinar H. GundersonWhenever the speed changes, ease into it over the next...
2020-03-13 Steinar H. GundersonRefactor the handling of the various time origins in...
2020-03-08 Steinar H. GundersonChange Futatabi frames to be cached as textures instead...
2020-03-08 Steinar H. GundersonAdd metrics for how many frames we are decoding, but...
2020-03-06 Steinar H. GundersonMove RefCountedTexture to shared.
2020-03-04 Steinar H. GundersonAdd a metric for general Futatabi player health (how...
2020-03-04 Steinar H. GundersonFix MJPEG white balance information when VA-API is...
2020-02-29 Steinar H. GundersonAdd summaries for tracking fade and interpolation laten...
2020-02-29 Steinar H. GundersonAdd a Futatabi metric for JPEG decode times.
2020-02-29 Steinar H. GundersonFix a deadlock in Futatabi when using MIDI devices.
2020-02-29 Steinar H. GundersonMake so that auto white balance is stored per (physical...
2020-02-29 Steinar H. GundersonNomenclature cleanups around channels, signals and...
2020-02-26 Steinar H. GundersonMake it possible to get and set EQ parameters from...
2020-02-25 Steinar H. GundersonFix an issue where a Kaeru connected to a nonfunctional...
2020-02-25 Steinar H. GundersonLog a warning when we kill a client that is not keeping up.
2020-02-21 Steinar H. GundersonMake CHECK_VASTATUS error messages textual instead...
2020-02-17 Steinar H. GundersonIn Futatabi, make it possible to set custom source...
2020-02-17 Steinar H. GundersonStop refreshing the Futatabi channel overlay every...
2020-02-17 Steinar H. GundersonEdit is normally to the left of View, so fix Futatabi.
2020-02-17 Steinar H. GundersonUnbreak showing the first two channels in the tally...
2020-02-17 Steinar H. GundersonRevert "Make for faster shutdown of DeckLink cards."
2020-02-17 Steinar H. GundersonFix an assertion error when FFmpeg inputs were dropping...
2020-02-16 Steinar H. GundersonGive the theme access to basic audio information.
2020-02-15 Steinar H. GundersonMake it possible to siphon out a single MJPEG stream.
2020-02-15 Steinar H. GundersonFix compilation in debug mode.
2020-02-12 Steinar H. GundersonMake the MJPEG card-to-stream mapping invisible to...
2020-02-12 Steinar H. GundersonSplit out some work from the MJPEG encoder constructor.
2020-02-12 Steinar H. GundersonFix a comment typo.
2020-02-12 Steinar H. GundersonMake it possible for auto white balance to be controlle...
2020-02-12 Steinar H. GundersonFix invalid white balance from nonconnected FFmpeg...
2020-02-12 Steinar H. GundersonFix auto-WB of certain kinds of input.
2020-02-11 Steinar H. GundersonMake Futatabi fades apply white balance.
2020-02-11 Steinar H. GundersonMake Futatabi copy Exif data for interpolated frames.
2020-02-11 Steinar H. GundersonHeed the Exif white point when playing back (MJPEG...
2020-02-11 Steinar H. GundersonIn the MJPEG export, include white balance information.
2020-02-09 Steinar H. GundersonChange to using RGBTriplet for white balance.
2020-02-09 Steinar H. GundersonVarious fixes for non-VA-API MJPEG encoding.
2020-02-09 Steinar H. GundersonSupport auto white balance (ie., not controlled by...
2020-02-09 Steinar H. GundersonFactor out find_signal_to_connect().
2020-02-09 Steinar H. GundersonNeutral white balance is (1,1,1), not (0.5,0.5,0.5...
2019-11-17 Steinar H. GundersonRelease Nageru and Futatabi 1.9.1. 1.9.1
2019-10-30 Steinar H. GundersonFix an assertion failure when fading into a zero-length...
2019-10-30 Steinar H. GundersonFix an issue where it was not possible to add new infin...
2019-10-30 Steinar H. GundersonFix the previous fix for the infinite display; it was...
2019-10-30 Steinar H. GundersonShow preview display when using cue in or cue out,...
2019-10-30 Steinar H. GundersonFix the “time remaining” display when queueing infinite...
2019-10-30 Steinar H. GundersonWhen starting a new clip, start at the correct master...
2019-10-21 Steinar H. GundersonWhen exporting interpolated files, don't include the...
2019-10-21 Steinar H. GundersonFix some jerkiness when playing back with no interpolation.
2019-10-18 Steinar H. GundersonAdd a missing dependency on -pthread.
2019-08-11 Steinar H. GundersonAdd a mailmap file to change my personal email address...
2019-08-08 Steinar H. GundersonFix the wording of a warning.
2019-07-28 Steinar H. GundersonSupport disabling optional effects if a given other...
2019-07-24 Steinar H. GundersonMake it possible for the theme to override the status...
2019-07-20 Steinar H. GundersonRelease Nageru and Futatabi 1.9.0. 1.9.0
2019-07-20 Steinar H. GundersonFix a typo in NEWS.
2019-07-19 Steinar H. GundersonMake it possible to call set_channel_name() for live...
2019-07-19 Steinar H. GundersonClean some duplicate code from the default theme.
2019-07-19 Steinar H. GundersonMake it possible to put checkboxes on theme menu entries.
2019-07-19 Steinar H. GundersonAdd get_frame_width() and get_frame_height() to the...
2019-07-19 Steinar H. GundersonFix a Lua crash on exit.
2019-07-17 Steinar H. GundersonDeal better with the user forgetting to set width/heigh...
2019-07-16 Steinar H. GundersonFix an issue where we would show no signal even when...
2019-06-25 Steinar H. GundersonRemove some leftover debugging code.
2019-06-22 Steinar H. GundersonAdd disable_if_always_disabled() to Block objects.
2019-06-21 Steinar H. GundersonMore theme cleaning.
2019-06-21 Steinar H. GundersonFix cross-compilation.
2019-06-21 Steinar H. GundersonMove is_plain_signal(), which was now placed a bit...
2019-06-21 Steinar H. GundersonConvert channel_signal() and supports_set_wb() to imper...
2019-06-21 Steinar H. GundersonCorrect a comment.
2019-06-21 Steinar H. GundersonAdd a missing hint.
2019-06-21 Steinar H. GundersonMake it possible to set number of channels imperatively...
2019-06-21 Steinar H. GundersonMake it possible to set channel names imperatively...
2019-06-21 Steinar H. GundersonMove the handling of human-readable input resolution...
2019-06-21 Steinar H. GundersonSupport submenus within theme menus.
2019-06-18 Steinar H. GundersonFix a possible deadlock in CEF.
2019-06-16 Steinar H. GundersonSupport optional effects with multiple inputs.
2019-06-16 Steinar H. GundersonRefactor out find_inputs_for_block().
2019-06-16 Steinar H. GundersonAdd an enable_if() to Block, for convenience.
2019-06-16 Steinar H. GundersonSmall refactoring in Block.
2019-06-16 Steinar H. GundersonRename chain -> scene as appropriate.
2019-06-15 Steinar H. GundersonMake Block.choose() return the effect that was chosen.
next