]> git.sesse.net Git - nageru/history - nageru
Bump bmusb submodule (no real changes for us).
[nageru] / nageru /
2021-09-03 Steinar H. GundersonBump bmusb submodule (no real changes for us).
2021-09-03 Steinar H. GundersonFix an audio encoder issue with newer FFmpeg.
2021-08-15 Steinar H. GundersonFix DeckLink capture using the 11.7 or newer drivers.
2021-04-05 Steinar H. GundersonAdd an explicit dependency om libdrm.
2021-04-05 Steinar H. GundersonFix a Qt deprecation on pixmap().
2021-04-04 Steinar H. GundersonStop decoding video/audio in FFmpegCapture if we are...
2021-04-04 Steinar H. GundersonPass through non-ADTS data (used when transcoding from...
2021-04-04 Steinar H. GundersonMake kaeru insert the aac_adtstoasc filter when needed.
2021-04-04 Steinar H. GundersonAdd a --no-transcode-video flag to Kaeru.
2021-04-04 Steinar H. GundersonFix a bug where FFmpegCapture would get the wrong heigh...
2020-12-12 Steinar H. GundersonReset jitter history when frame rate changes.
2020-12-12 Steinar H. GundersonFix an oversight in JitterHistory::clear().
2020-12-12 Steinar H. GundersonIn DeckLinkOutput, keep a list of all the scheduled...
2020-12-12 Steinar H. GundersonClarify a parameter name to update_policy().
2020-10-31 Steinar H. GundersonStop using the deprecated srt_socket().
2020-08-26 Steinar H. GundersonSmall indent fix.
2020-08-25 Steinar H. GundersonMove Jitterhistory / QueueLengthPolicy into a separate...
2020-08-24 Steinar H. GundersonFix a bug; 60.00 fps would never be autoselected for...
2020-08-23 Steinar H. GundersonQueueLengthPolicy::reset() does nothing anymore, so...
2020-06-03 Steinar H. GundersonSkip DeckLink cards marked as inactive.
2020-06-03 Steinar H. GundersonUpgrade DeckLink SDK to 10.11.4.
2020-06-01 Steinar H. GundersonFix FFmpeg frame rate calculation with VA-API acceleration.
2020-06-01 Steinar H. GundersonSupport decoding FFmpeg videos via VA-API.
2020-06-01 Steinar H. GundersonWhen hot-unplugging capture cards, actually allow makin...
2020-06-01 Steinar H. GundersonIncrease the master card timeout to 200 ms.
2020-06-01 Steinar H. GundersonWhen creating a fake master card frame, create some...
2020-06-01 Steinar H. GundersonWhen the master card times out, print a message.
2020-06-01 Steinar H. GundersonSmall stylistic cleanup.
2020-06-01 Steinar H. GundersonWhen hotplugging cards, reset resampler only after...
2020-06-01 Steinar H. GundersonIf there is no frame from the master card after 100...
2020-06-01 Steinar H. GundersonFix a deadlock exposed by the previous patch.
2020-06-01 Steinar H. GundersonFix a missing lock around handle_hotplugged_cards().
2020-06-01 Steinar H. GundersonRefresh mainwindow.ui in newer Qt Creator.
2020-06-01 Steinar H. GundersonAdd a UI toggle to turn off SRT at runtime.
2020-06-01 Steinar H. GundersonRemove a TODO that was fixed a while back.
2020-06-01 Steinar H. GundersonSuppress repeated chroma location warnings from FFmpeg.
2020-06-01 Steinar H. GundersonFix a crash on startup with MJPEG software encoding.
2020-06-01 Steinar H. GundersonMake number of cards flexible at runtime.
2020-05-29 Steinar H. GundersonMove VAResourcePool into a shared class between MJPEGEn...
2020-05-24 Steinar H. GundersonFix another lingering reconfigure bug; the previous...
2020-05-24 Steinar H. GundersonMove texture uploading out of a lambda.
2020-05-24 Steinar H. GundersonStop leaking SRT sockets on disconnect.
2020-05-21 Steinar H. GundersonUnify VA-API initialization.
2020-05-21 Steinar H. GundersonMove VADisplayWithCleanup into its own header file...
2020-05-21 Steinar H. GundersonCorrect sampling factors for 4:2:2 VA-API encoding.
2020-05-19 Steinar H. GundersonSupport MJPEG encoding of planar Y'CbCr sources.
2020-05-17 Steinar H. GundersonExport SRT statistics as Prometheus metrics.
2020-05-16 Steinar H. GundersonSupport overriding color space for SRT inputs.
2020-05-15 Steinar H. GundersonGive in the right VAAPI context when encoding MJPEG.
2020-05-15 Steinar H. GundersonWhen reconnecting an SRT input, try to use the same...
2020-05-12 Steinar H. GundersonFix behavior around reconfigure.
2020-05-11 Steinar H. GundersonFix an integer overflow with very long master frames.
2020-05-11 Steinar H. GundersonServe a better frame rate from streams (especially...
2020-05-11 Steinar H. GundersonAllow SRT inputs to pass through without a rescale...
2020-05-11 Steinar H. GundersonSupport SRT inputs.
2020-05-10 Steinar H. GundersonWhen reconfiguring a PBO frame allocator, don't reuse...
2020-05-10 Steinar H. GundersonFix some issues with cards changing pixel format on...
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-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-08 Steinar H. GundersonChange Futatabi frames to be cached as textures instead...
2020-03-06 Steinar H. GundersonMove RefCountedTexture to shared.
2020-03-04 Steinar H. GundersonFix MJPEG white balance information when VA-API is...
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-21 Steinar H. GundersonMake CHECK_VASTATUS error messages textual instead...
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. 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-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...
next