2020-04-06 |
Steinar H.... | Add support for V4L2 output. |
commit | commitdiff | tree | snapshot |
2020-04-03 |
Steinar H.... | Document that bmusb 0.7.4 is not in buster. |
commit | commitdiff | tree | snapshot |
2020-03-29 |
Steinar H.... | Release Nageru and Futatabi 1.9.2. 1.9.2 |
commit | commitdiff | tree | snapshot |
2020-03-29 |
Steinar H.... | Rename add_auto_white_balance() to add_white_balance(). |
commit | commitdiff | tree | snapshot |
2020-03-29 |
Steinar H.... | Reintroduce faster DeckLink shutdown; now with a fix... |
commit | commitdiff | tree | snapshot |
2020-03-29 |
Steinar H.... | Fix a memory leak in DecklinkOutput. |
commit | commitdiff | tree | snapshot |
2020-03-29 |
Steinar H.... | Fix some leftovers in warning messages. |
commit | commitdiff | tree | snapshot |
2020-03-28 |
Steinar H.... | Support getting all 8 channels from DeckLink capture... |
commit | commitdiff | tree | snapshot |
2020-03-28 |
Steinar H.... | Fix an issue with 10-bit input and nonstandard heights... |
commit | commitdiff | tree | snapshot |
2020-03-20 |
Steinar H.... | Update for newer CEF. |
commit | commitdiff | tree | snapshot |
2020-03-18 |
Steinar H.... | When deciding which signal to connect, delay the mappin... |
commit | commitdiff | tree | snapshot |
2020-03-16 |
Steinar H.... | Stretch the ease length to get back into the right... |
commit | commitdiff | tree | snapshot |
2020-03-15 |
Steinar H.... | Only bother going into an ease if there is an actual... |
commit | commitdiff | tree | snapshot |
2020-03-14 |
Steinar H.... | Add versions of the binary search utilities that take... |
commit | commitdiff | tree | snapshot |
2020-03-14 |
Steinar H.... | Whenever the speed changes, ease into it over the next... |
commit | commitdiff | tree | snapshot |
2020-03-13 |
Steinar H.... | Refactor the handling of the various time origins in... |
commit | commitdiff | tree | snapshot |
2020-03-08 |
Steinar H.... | Change Futatabi frames to be cached as textures instead... |
commit | commitdiff | tree | snapshot |
2020-03-08 |
Steinar H.... | Add metrics for how many frames we are decoding, but... |
commit | commitdiff | tree | snapshot |
2020-03-06 |
Steinar H.... | Move RefCountedTexture to shared. |
commit | commitdiff | tree | snapshot |
2020-03-04 |
Steinar H.... | Add a metric for general Futatabi player health (how... |
commit | commitdiff | tree | snapshot |
2020-03-04 |
Steinar H.... | Fix MJPEG white balance information when VA-API is... |
commit | commitdiff | tree | snapshot |
2020-02-29 |
Steinar H.... | Add summaries for tracking fade and interpolation laten... |
commit | commitdiff | tree | snapshot |
2020-02-29 |
Steinar H.... | Add a Futatabi metric for JPEG decode times. |
commit | commitdiff | tree | snapshot |
2020-02-29 |
Steinar H.... | Fix a deadlock in Futatabi when using MIDI devices. |
commit | commitdiff | tree | snapshot |
2020-02-29 |
Steinar H.... | Make so that auto white balance is stored per (physical... |
commit | commitdiff | tree | snapshot |
2020-02-29 |
Steinar H.... | Nomenclature cleanups around channels, signals and... |
commit | commitdiff | tree | snapshot |
2020-02-26 |
Steinar H.... | Make it possible to get and set EQ parameters from... |
commit | commitdiff | tree | snapshot |
2020-02-25 |
Steinar H.... | Fix an issue where a Kaeru connected to a nonfunctional... |
commit | commitdiff | tree | snapshot |
2020-02-25 |
Steinar H.... | Log a warning when we kill a client that is not keeping up. |
commit | commitdiff | tree | snapshot |
2020-02-21 |
Steinar H.... | Make CHECK_VASTATUS error messages textual instead... |
commit | commitdiff | tree | snapshot |
2020-02-17 |
Steinar H.... | In Futatabi, make it possible to set custom source... |
commit | commitdiff | tree | snapshot |
2020-02-17 |
Steinar H.... | Stop refreshing the Futatabi channel overlay every... |
commit | commitdiff | tree | snapshot |
2020-02-17 |
Steinar H.... | Edit is normally to the left of View, so fix Futatabi. |
commit | commitdiff | tree | snapshot |
2020-02-17 |
Steinar H.... | Unbreak showing the first two channels in the tally... |
commit | commitdiff | tree | snapshot |
2020-02-17 |
Steinar H.... | Revert "Make for faster shutdown of DeckLink cards." |
commit | commitdiff | tree | snapshot |
2020-02-17 |
Steinar H.... | Fix an assertion error when FFmpeg inputs were dropping... |
commit | commitdiff | tree | snapshot |
2020-02-16 |
Steinar H.... | Give the theme access to basic audio information. |
commit | commitdiff | tree | snapshot |
2020-02-15 |
Steinar H.... | Make it possible to siphon out a single MJPEG stream. |
commit | commitdiff | tree | snapshot |
2020-02-15 |
Steinar H.... | Fix compilation in debug mode. |
commit | commitdiff | tree | snapshot |
2020-02-12 |
Steinar H.... | Make the MJPEG card-to-stream mapping invisible to... |
commit | commitdiff | tree | snapshot |
2020-02-12 |
Steinar H.... | Split out some work from the MJPEG encoder constructor. |
commit | commitdiff | tree | snapshot |
2020-02-12 |
Steinar H.... | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2020-02-12 |
Steinar H.... | Make it possible for auto white balance to be controlle... |
commit | commitdiff | tree | snapshot |
2020-02-12 |
Steinar H.... | Fix invalid white balance from nonconnected FFmpeg... |
commit | commitdiff | tree | snapshot |
2020-02-12 |
Steinar H.... | Fix auto-WB of certain kinds of input. |
commit | commitdiff | tree | snapshot |
2020-02-11 |
Steinar H.... | Make Futatabi fades apply white balance. |
commit | commitdiff | tree | snapshot |
2020-02-11 |
Steinar H.... | Make Futatabi copy Exif data for interpolated frames. |
commit | commitdiff | tree | snapshot |
2020-02-11 |
Steinar H.... | Heed the Exif white point when playing back (MJPEG... |
commit | commitdiff | tree | snapshot |
2020-02-11 |
Steinar H.... | In the MJPEG export, include white balance information. |
commit | commitdiff | tree | snapshot |
2020-02-09 |
Steinar H.... | Change to using RGBTriplet for white balance. |
commit | commitdiff | tree | snapshot |
2020-02-09 |
Steinar H.... | Various fixes for non-VA-API MJPEG encoding. |
commit | commitdiff | tree | snapshot |
2020-02-09 |
Steinar H.... | Support auto white balance (ie., not controlled by... |
commit | commitdiff | tree | snapshot |
2020-02-09 |
Steinar H.... | Factor out find_signal_to_connect(). |
commit | commitdiff | tree | snapshot |
2020-02-09 |
Steinar H.... | Neutral white balance is (1,1,1), not (0.5,0.5,0.5... |
commit | commitdiff | tree | snapshot |
2019-11-17 |
Steinar H.... | Release Nageru and Futatabi 1.9.1. 1.9.1 |
commit | commitdiff | tree | snapshot |
2019-10-30 |
Steinar H.... | Fix an assertion failure when fading into a zero-length... |
commit | commitdiff | tree | snapshot |
2019-10-30 |
Steinar H.... | Fix an issue where it was not possible to add new infin... |
commit | commitdiff | tree | snapshot |
2019-10-30 |
Steinar H.... | Fix the previous fix for the infinite display; it was... |
commit | commitdiff | tree | snapshot |
2019-10-30 |
Steinar H.... | Show preview display when using cue in or cue out,... |
commit | commitdiff | tree | snapshot |
2019-10-30 |
Steinar H.... | Fix the “time remaining” display when queueing infinite... |
commit | commitdiff | tree | snapshot |
2019-10-30 |
Steinar H.... | When starting a new clip, start at the correct master... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Steinar H.... | When exporting interpolated files, don't include the... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Steinar H.... | Fix some jerkiness when playing back with no interpolation. |
commit | commitdiff | tree | snapshot |
2019-10-18 |
Steinar H.... | Add a missing dependency on -pthread. |
commit | commitdiff | tree | snapshot |
2019-08-11 |
Steinar H.... | Add a mailmap file to change my personal email address... |
commit | commitdiff | tree | snapshot |
2019-08-08 |
Steinar H.... | Fix the wording of a warning. |
commit | commitdiff | tree | snapshot |
2019-07-28 |
Steinar H.... | Support disabling optional effects if a given other... |
commit | commitdiff | tree | snapshot |
2019-07-24 |
Steinar H.... | Make it possible for the theme to override the status... |
commit | commitdiff | tree | snapshot |
2019-07-20 |
Steinar H.... | Release Nageru and Futatabi 1.9.0. 1.9.0 |
commit | commitdiff | tree | snapshot |
2019-07-20 |
Steinar H.... | Fix a typo in NEWS. |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Steinar H.... | Make it possible to call set_channel_name() for live... |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Steinar H.... | Clean some duplicate code from the default theme. |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Steinar H.... | Make it possible to put checkboxes on theme menu entries. |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Steinar H.... | Add get_frame_width() and get_frame_height() to the... |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Steinar H.... | Fix a Lua crash on exit. |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Steinar H.... | Deal better with the user forgetting to set width/heigh... |
commit | commitdiff | tree | snapshot |
2019-07-16 |
Steinar H.... | Fix an issue where we would show no signal even when... |
commit | commitdiff | tree | snapshot |
2019-06-25 |
Steinar H.... | Remove some leftover debugging code. |
commit | commitdiff | tree | snapshot |
2019-06-22 |
Steinar H.... | Add disable_if_always_disabled() to Block objects. |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Steinar H.... | More theme cleaning. |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Steinar H.... | Fix cross-compilation. |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Steinar H.... | Move is_plain_signal(), which was now placed a bit... |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Steinar H.... | Convert channel_signal() and supports_set_wb() to imper... |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Steinar H.... | Correct a comment. |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Steinar H.... | Add a missing hint. |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Steinar H.... | Make it possible to set number of channels imperatively... |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Steinar H.... | Make it possible to set channel names imperatively... |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Steinar H.... | Move the handling of human-readable input resolution... |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Steinar H.... | Support submenus within theme menus. |
commit | commitdiff | tree | snapshot |
2019-06-18 |
Steinar H.... | Fix a possible deadlock in CEF. |
commit | commitdiff | tree | snapshot |
2019-06-16 |
Steinar H.... | Support optional effects with multiple inputs. |
commit | commitdiff | tree | snapshot |
2019-06-16 |
Steinar H.... | Refactor out find_inputs_for_block(). |
commit | commitdiff | tree | snapshot |
2019-06-16 |
Steinar H.... | Add an enable_if() to Block, for convenience. |
commit | commitdiff | tree | snapshot |
2019-06-16 |
Steinar H.... | Small refactoring in Block. |
commit | commitdiff | tree | snapshot |
2019-06-16 |
Steinar H.... | Rename chain -> scene as appropriate. |
commit | commitdiff | tree | snapshot |
2019-06-15 |
Steinar H.... | Make Block.choose() return the effect that was chosen. |
commit | commitdiff | tree | snapshot |
2019-06-15 |
Steinar H.... | Fix so that parameters directly on effects actually... |
commit | commitdiff | tree | snapshot |
2019-06-15 |
Steinar H.... | Rename choose_alternative() to choose(). |
commit | commitdiff | tree | snapshot |
2019-06-15 |
Steinar H.... | Allow calling disable() on everything that has an Ident... |
commit | commitdiff | tree | snapshot |
2019-06-15 |
Steinar H.... | Allow giving class names to Block.choose_alternative. |
commit | commitdiff | tree | snapshot |
next |