]> git.sesse.net Git - nageru/shortlog
nageru
2022-11-14 Steinar H.... Release Nageru and Futatabi 2.2.0. 2.2.0
2022-11-14 Steinar H.... Remove the QCustomPlot dependency.
2022-08-05 Steinar H.... Use VBR for AV1.
2022-07-22 Steinar H.... Change ALSA output period size to 2048 samples.
2022-07-21 Steinar H.... Update the comment on get_scene() about the signals...
2022-07-21 Steinar H.... Make the theme cardinality warnings more lenient.
2022-07-21 Steinar H.... Remove the zerocopy warnings.
2022-07-21 Steinar H.... Expose BlurEffect and UnsharpMaskEffect.
2022-07-21 Steinar H.... Small consistency fix in --help.
2022-07-21 Steinar H.... Remove a now-obsolete reference in --help.
2022-07-21 Steinar H.... Take --x264-speedcontrol-verbose out of the --help...
2022-07-21 Steinar H.... Take --no-flush-pbos out of the --help output.
2022-07-21 Steinar H.... Remove the x264 VBV settings.
2022-07-21 Steinar H.... Remove the --http-uncompressed-video flag.
2022-07-21 Steinar H.... Collapse all the 10-bit flags.
2022-07-21 Steinar H.... Add support for 10-bit AV1 encoding.
2022-07-21 Steinar H.... Fix a read-past-the-end in av_write_header(); extradata...
2022-07-21 Steinar H.... Drop the SSE2 fastpath.
2022-07-21 Steinar H.... Support --record-x264-video with AV1 HTTP output.
2022-07-21 Steinar H.... Support AV1 streaming over HTTP, via SVT-AV1.
2022-07-21 Steinar H.... Update README for Debian bullseye.
2022-07-19 Steinar H.... Slightly more verbose error messages in Mux when a...
2022-07-19 Steinar H.... Make an interface to wrap X264Encoder.
2022-04-17 Steinar H.... Update CEF file names (this is compatible with CEF...
2022-04-17 Steinar H.... Remove the web_security flag for newer CEF, since it...
2022-04-17 Steinar H.... Add explicit check arguments to run_command, to fix...
2022-04-17 Steinar H.... Fix (?) the mode scanning.
2022-04-17 Steinar H.... Bump the version number.
2022-02-06 Steinar H.... Release Nageru and Futatabi 2.1.0. 2.1.0
2022-02-06 Steinar H.... Fix compilation with FFmpeg _before_ version 5.0.
2022-01-31 Steinar H.... Fix compilation with FFmpeg 5.0.
2021-10-14 Steinar H.... Fix an issue where scrubbing in Futatabi could lock...
2021-10-08 Plastkast userFix white balance with non-VAAPI decoding.
2021-10-02 Steinar H.... Support unsynchronized HDMI/SDI output.
2021-10-02 Steinar H.... Yet another crash fix in changing output cards.
2021-10-02 Steinar H.... Fix mode-switching on output cards.
2021-10-02 Steinar H.... Newer drivers can seemingly send completions out-of...
2021-10-02 Steinar H.... Fix a typo (hopefully).
2021-10-02 Steinar H.... Fix a wrong assertion.
2021-09-26 Steinar H.... Support sending a separate x264 encode to disk.
2021-09-03 Steinar H.... Release Nageru and Futatabi 2.0.2. 2.0.2
2021-09-03 Steinar H.... Bump bmusb submodule (no real changes for us).
2021-09-03 Steinar H.... Fix an audio encoder issue with newer FFmpeg.
2021-08-15 Steinar H.... Fix DeckLink capture using the 11.7 or newer drivers.
2021-04-05 Steinar H.... Add an explicit dependency om libdrm.
2021-04-05 Steinar H.... Add some missing FFmpeg dependencies in shared/.
2021-04-05 Steinar H.... Fix a Qt deprecation warning.
2021-04-05 Steinar H.... Fix a Qt deprecation on pixmap().
2021-04-04 Steinar H.... Stop decoding video/audio in FFmpegCapture if we are...
2021-04-04 Steinar H.... Pass through non-ADTS data (used when transcoding from...
2021-04-04 Steinar H.... Make kaeru insert the aac_adtstoasc filter when needed.
2021-04-04 Steinar H.... Add a --no-transcode-video flag to Kaeru.
2021-04-04 Steinar H.... Fix a bug where FFmpegCapture would get the wrong heigh...
2020-12-12 Steinar H.... Reset jitter history when frame rate changes.
2020-12-12 Steinar H.... Fix an oversight in JitterHistory::clear().
2020-12-12 Steinar H.... In DeckLinkOutput, keep a list of all the scheduled...
2020-12-12 Steinar H.... Clarify a parameter name to update_policy().
2020-12-06 Steinar H.... Update README; Debian ships libsrt-gnutls-dev now.
2020-11-09 Steinar H.... Link to libcef.so in the current directory.
2020-10-31 Steinar H.... Stop using the deprecated srt_socket().
2020-08-26 Steinar H.... Small indent fix.
2020-08-25 Steinar H.... Move Jitterhistory / QueueLengthPolicy into a separate...
2020-08-24 Steinar H.... Fix a bug; 60.00 fps would never be autoselected for...
2020-08-23 Steinar H.... QueueLengthPolicy::reset() does nothing anymore, so...
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.
next