]> git.sesse.net Git - nageru/shortlog
nageru
2020-07-09 Steinar H.... Release Nageru and Futatabi 2.0.1. 2.0.1
2020-07-08 Steinar H.... Unbreak compilation with libmicrohttpd 0.9.71.
2020-06-08 Steinar H.... Make Futatabi look for multicam.mp4, not multiangle...
2020-06-03 Steinar H.... Skip DeckLink cards marked as inactive.
2020-06-03 Steinar H.... Upgrade DeckLink SDK to 10.11.4.
2020-06-02 Steinar H.... Release Nageru and Futatabi 2.0.0. 2.0.0
2020-06-02 Steinar H.... Update README for libsrt.
2020-06-01 Steinar H.... Fix FFmpeg frame rate calculation with VA-API acceleration.
2020-06-01 Steinar H.... Support decoding FFmpeg videos via VA-API.
2020-06-01 Steinar H.... When hot-unplugging capture cards, actually allow makin...
2020-06-01 Steinar H.... Increase the master card timeout to 200 ms.
2020-06-01 Steinar H.... When creating a fake master card frame, create some...
2020-06-01 Steinar H.... When the master card times out, print a message.
2020-06-01 Steinar H.... Small stylistic cleanup.
2020-06-01 Steinar H.... When hotplugging cards, reset resampler only after...
2020-06-01 Steinar H.... If there is no frame from the master card after 100...
2020-06-01 Steinar H.... Fix a deadlock exposed by the previous patch.
2020-06-01 Steinar H.... Fix a missing lock around handle_hotplugged_cards().
2020-06-01 Steinar H.... Refresh mainwindow.ui in newer Qt Creator.
2020-06-01 Steinar H.... Add a UI toggle to turn off SRT at runtime.
2020-06-01 Steinar H.... Remove a TODO that was fixed a while back.
2020-06-01 Steinar H.... Suppress repeated chroma location warnings from FFmpeg.
2020-06-01 Steinar H.... Fix a crash on startup with MJPEG software encoding.
2020-06-01 Steinar H.... Make number of cards flexible at runtime.
2020-05-29 Steinar H.... In Futatabi, support 4:2:0 MJPEG decoding via VA-API.
2020-05-29 Steinar H.... Move VAResourcePool into a shared class between MJPEGEn...
2020-05-24 Steinar H.... Fix another lingering reconfigure bug; the previous...
2020-05-24 Steinar H.... Move texture uploading out of a lambda.
2020-05-24 Steinar H.... Stop leaking SRT sockets on disconnect.
2020-05-21 Steinar H.... Unify VA-API initialization.
2020-05-21 Steinar H.... Move VADisplayWithCleanup into its own header file...
2020-05-21 Steinar H.... Correct sampling factors for 4:2:2 VA-API encoding.
2020-05-20 Steinar H.... Correct a comment in YCbCrConverter.
2020-05-20 Steinar H.... Give in the right VAAPI context when decoding MJPEG.
2020-05-20 Steinar H.... Unbreak Futatabi software (non-VA-API) MJPEG decoding.
2020-05-19 Steinar H.... Support MJPEG encoding of planar Y'CbCr sources.
2020-05-17 Steinar H.... Export SRT statistics as Prometheus metrics.
2020-05-16 Steinar H.... Support overriding color space for SRT inputs.
2020-05-15 Steinar H.... Give in the right VAAPI context when encoding MJPEG.
2020-05-15 Steinar H.... When reconnecting an SRT input, try to use the same...
2020-05-12 Steinar H.... Fix behavior around reconfigure.
2020-05-11 Steinar H.... Fix an integer overflow with very long master frames.
2020-05-11 Steinar H.... Serve a better frame rate from streams (especially...
2020-05-11 Steinar H.... Allow SRT inputs to pass through without a rescale...
2020-05-11 Steinar H.... Support SRT inputs.
2020-05-10 Steinar H.... When reconfiguring a PBO frame allocator, don't reuse...
2020-05-10 Steinar H.... Fix some issues with cards changing pixel format on...
2020-04-12 Steinar H.... Release Nageru and Futatabi 1.9.3. 1.9.3
2020-04-12 Steinar H.... Upgrade the embedded bmusb to 0.7.5, to get the udev...
2020-04-07 Steinar H.... Correct flag name in a comment.
2020-04-06 Steinar H.... Update v4l2loopback modprobe line.
2020-04-06 Steinar H.... Add missing --help for --v4l-output.
2020-04-06 Steinar H.... Add support for V4L2 output.
2020-04-03 Steinar H.... Document that bmusb 0.7.4 is not in buster.
2020-03-29 Steinar H.... Release Nageru and Futatabi 1.9.2. 1.9.2
2020-03-29 Steinar H.... Rename add_auto_white_balance() to add_white_balance().
2020-03-29 Steinar H.... Reintroduce faster DeckLink shutdown; now with a fix...
2020-03-29 Steinar H.... Fix a memory leak in DecklinkOutput.
2020-03-29 Steinar H.... Fix some leftovers in warning messages.
2020-03-28 Steinar H.... Support getting all 8 channels from DeckLink capture...
2020-03-28 Steinar H.... Fix an issue with 10-bit input and nonstandard heights...
2020-03-20 Steinar H.... Update for newer CEF.
2020-03-18 Steinar H.... When deciding which signal to connect, delay the mappin...
2020-03-16 Steinar H.... Stretch the ease length to get back into the right...
2020-03-15 Steinar H.... Only bother going into an ease if there is an actual...
2020-03-14 Steinar H.... Add versions of the binary search utilities that take...
2020-03-14 Steinar H.... Whenever the speed changes, ease into it over the next...
2020-03-13 Steinar H.... Refactor the handling of the various time origins in...
2020-03-08 Steinar H.... Change Futatabi frames to be cached as textures instead...
2020-03-08 Steinar H.... Add metrics for how many frames we are decoding, but...
2020-03-06 Steinar H.... Move RefCountedTexture to shared.
2020-03-04 Steinar H.... Add a metric for general Futatabi player health (how...
2020-03-04 Steinar H.... Fix MJPEG white balance information when VA-API is...
2020-02-29 Steinar H.... Add summaries for tracking fade and interpolation laten...
2020-02-29 Steinar H.... Add a Futatabi metric for JPEG decode times.
2020-02-29 Steinar H.... Fix a deadlock in Futatabi when using MIDI devices.
2020-02-29 Steinar H.... Make so that auto white balance is stored per (physical...
2020-02-29 Steinar H.... Nomenclature cleanups around channels, signals and...
2020-02-26 Steinar H.... Make it possible to get and set EQ parameters from...
2020-02-25 Steinar H.... Fix an issue where a Kaeru connected to a nonfunctional...
2020-02-25 Steinar H.... Log a warning when we kill a client that is not keeping up.
2020-02-21 Steinar H.... Make CHECK_VASTATUS error messages textual instead...
2020-02-17 Steinar H.... In Futatabi, make it possible to set custom source...
2020-02-17 Steinar H.... Stop refreshing the Futatabi channel overlay every...
2020-02-17 Steinar H.... Edit is normally to the left of View, so fix Futatabi.
2020-02-17 Steinar H.... Unbreak showing the first two channels in the tally...
2020-02-17 Steinar H.... Revert "Make for faster shutdown of DeckLink cards."
2020-02-17 Steinar H.... Fix an assertion error when FFmpeg inputs were dropping...
2020-02-16 Steinar H.... Give the theme access to basic audio information.
2020-02-15 Steinar H.... Make it possible to siphon out a single MJPEG stream.
2020-02-15 Steinar H.... Fix compilation in debug mode.
2020-02-12 Steinar H.... Make the MJPEG card-to-stream mapping invisible to...
2020-02-12 Steinar H.... Split out some work from the MJPEG encoder constructor.
2020-02-12 Steinar H.... Fix a comment typo.
2020-02-12 Steinar H.... Make it possible for auto white balance to be controlle...
2020-02-12 Steinar H.... Fix invalid white balance from nonconnected FFmpeg...
2020-02-12 Steinar H.... Fix auto-WB of certain kinds of input.
2020-02-11 Steinar H.... Make Futatabi fades apply white balance.
2020-02-11 Steinar H.... Make Futatabi copy Exif data for interpolated frames.
2020-02-11 Steinar H.... Heed the Exif white point when playing back (MJPEG...
next