]> git.sesse.net Git - nageru/shortlog
nageru
2018-08-31 Steinar H.... Release Nageru 1.7.4. 1.7.4
2018-08-31 Steinar H.... Support x264 >= 153.
2018-08-10 Steinar H.... Unbreak Kaeru.
2018-08-10 Steinar H.... Add support for lift/gamma/gain in the theme.
2018-06-23 Steinar H.... Fix a use of an uninitialized stack variable. Found...
2018-06-11 Steinar H.... Fix a missing #include.
2018-06-03 Steinar H.... Move memcpy_interleaved into its own file.
2018-06-02 Steinar H.... Kaeru is not experimental anymore.
2018-06-02 Steinar H.... Add a mode to run in full screen.
2018-06-02 Steinar H.... Default to SDI inputs instead of HDMI.
2018-05-23 Steinar H.... Redo x264 speed control presets without B-frame settings.
2018-05-22 Steinar H.... Fix the LIBAVFORMAT_VERSION_INT test for skip_trailer...
2018-05-22 Steinar H.... Fix non-transcoded audio in Kaeru in streams where...
2018-05-22 Steinar H.... Release Nageru 1.7.3. 1.7.3
2018-05-20 Steinar H.... Make VA-API be less noisy when probing cards.
2018-05-14 Steinar H.... Improve the “dropped N frames before this” warning.
2018-05-12 Steinar H.... In FFmpegCapture, fix downmixing of surround signals...
2018-05-10 Steinar H.... Remove unused should_quit member.
2018-05-10 Steinar H.... Make for faster shutdown of DeckLink cards.
2018-05-09 Steinar H.... Force --http-coarse-timebase on.
2018-05-05 Steinar H.... Fix an issue where 1080i inputs would be autodetected...
2018-05-01 Steinar H.... Make some more space for the new audio control.
2018-05-01 Steinar H.... If the channel is mono anyway (same source for left...
2018-04-30 Steinar H.... Add support for stereo width on the audio bus.
2018-04-29 Steinar H.... Document where to get CEF Debian packages.
2018-04-29 Steinar H.... Update the bmusb copy.
2018-04-28 Steinar H.... Remove the reference to en-US.pak.info, which newer...
2018-04-28 Steinar H.... Release Nageru 1.7.2. 1.7.2
2018-04-28 Steinar H.... Add a GPU memory eviction counter to the Grafana dashboard.
2018-04-28 Steinar H.... Add the GPU memory metrics to the Grafana dashboard.
2018-04-28 Steinar H.... Upgrade the Grafana dashboard to 5.1.0.
2018-04-28 Steinar H.... Fix the names for the GPU memory metrics.
2018-04-28 Steinar H.... Expose metrics about used GPU memory (and also print...
2018-04-28 Steinar H.... Try to autodetect a suitable DRM node for VA-API if...
2018-04-28 Steinar H.... Remove some stray debugging code in the theme.
2018-04-27 Steinar H.... Loosen up an assert that would sometimes trigger when...
2018-04-27 Steinar H.... Make channel labels ignore their horizontal size policy.
2018-04-27 Steinar H.... Fix a crash when there are zero audio buses in multicha...
2018-04-26 Steinar H.... Fix a crash if somebody is trying to get metrics (or...
2018-04-26 Steinar H.... When grabbing the white balance, grab a single pixel...
2018-04-26 Steinar H.... Make the white balance picker more robust.
2018-04-26 Steinar H.... In the example Lua scripts, package up the state in...
2018-04-26 Steinar H.... Make the included Lua themes use strict-compliant.
2018-04-24 Steinar H.... Make the FFmpegCapture disconnected frames proper black.
2018-04-24 Steinar H.... If the user inadvertedly calls connect_signal() on...
2018-04-24 Steinar H.... Add the busy/dead bus labels more consistently.
2018-04-24 Steinar H.... Fix an issue where an ALSA card that was dead on boot...
2018-04-23 Steinar H.... In measure-x264.pl, allow single-digit SSIM levels.
2018-04-23 Steinar H.... Unbreak the context menu for non-FFmpeg channels.
2018-04-23 Steinar H.... Allow changing FFmpeg URL from the context menu.
2018-04-22 Steinar H.... Make the right-click menu legal on signals connected...
2018-04-22 Steinar H.... Simple audio inputs are on cards, not signals.
2018-04-22 Steinar H.... Add support for using FFmpeg video sources as audio.
2018-04-22 Steinar H.... Unbreak benchmark_audio_mixer.
2018-04-22 Steinar H.... Make FFmpegCapture reset the origin if it falls too...
2018-04-22 Steinar H.... Correct FFmpeg capture audio timestamps for non-locked...
2018-04-22 Steinar H.... Correct FFmpeg audio PTS.
2018-04-22 Steinar H.... Deliver more precise timestamps from FFmpegCapture.
2018-04-22 Steinar H.... Reset audio resampler when FFmpeg inputs restart due...
2018-04-22 Steinar H.... When outputting debug messages for an audio device...
2018-04-22 Steinar H.... Fix a crash when trying to load/save files and CEF...
2018-04-21 Steinar H.... Fix an issue where video inputs could send invalid...
2018-04-21 Steinar H.... Fix a few Clang warnings.
2018-04-21 Steinar H.... Add a concurrency TODO on RefCountedFrame.
2018-04-21 Steinar H.... Make so that the 0 key maps to preview of the 10th...
2018-04-21 Steinar H.... Fix a problem where the previews would flicker.
2018-04-20 Steinar H.... Small refactoring in PBOFrameAllocator.
2018-04-14 Steinar H.... Add a feature on VideoInput to interrupt the playing...
2018-04-11 Steinar H.... Remove an erroneous assert in ResamplingQueue.
2018-04-11 Steinar H.... Ask for no buffering when opening FFmpeg streams; we...
2018-04-11 Steinar H.... Make FFmpegCapture send semi-reasonable timestamps...
2018-04-07 Steinar H.... Revert "Simplify the timebase conversion in mux.cpp."
2018-04-04 Steinar H.... In Metacube, mark each keyframe with a pts metadata...
2018-03-26 Steinar H.... Release Nageru 1.7.1. 1.7.1
2018-03-24 Steinar H.... Simplify the timebase conversion in mux.cpp.
2018-03-24 Steinar H.... Fix an FFmpeg deprecation warning.
2018-03-24 Steinar H.... Fix a buffer overrun when compiled without CEF.
2018-03-24 Steinar H.... Sync bmusb (got inadvertedly rewound earlier).
2018-03-24 Steinar H.... Fix a Clang warning.
2018-03-24 Steinar H.... Fix some compiler warnings.
2018-03-23 Steinar H.... Fix some Clang warnings.
2018-03-23 Steinar H.... Fix a thread race in X264Encoder. Found by GCC TSan.
2018-03-23 Steinar H.... Fix a thread race in QuickSyncEncoder. Found by GCC...
2018-03-23 Steinar H.... Fix compilation without CEF.
2018-03-21 Steinar H.... Yet another CEF-from-system tweak; assume libcef.so...
2018-03-21 Steinar H.... Fix a crash bug when trying to send disconnected frames...
2018-03-20 Steinar H.... Do not link kaeru against CEF.
2018-03-20 Steinar H.... When using CEF_BUILD_TYPE=system, do not take a private...
2018-03-20 Steinar H.... Clean kaeru on make clean.
2018-03-18 Steinar H.... Sync bmusb to 0.7.1 (no real changes).
2018-03-18 Steinar H.... Fix an issue where we could discard a CEF frame in...
2018-03-18 Steinar H.... When dropping CEF frames, ask for invalidation only...
2018-03-17 Steinar H.... Fix a bug when looping FFmpeg inputs that have no audio.
2018-03-13 Steinar H.... (Hopefully! :-) ) fix some deadlocks during CEF shutdown.
2018-03-13 Steinar H.... Do not wait for OnBrowserDestroyed.
2018-03-10 Steinar H.... Support building against system CEF, if one should...
2018-03-08 Steinar H.... Release Nageru 1.7.0. 1.7.0
2018-03-07 Steinar H.... Small hack; reject unknown /channels/foo instead of...
2018-03-01 Steinar H.... Expose the absolute path to the theme in Nageru.THEME_PATH.
2018-03-01 Steinar H.... Add resize(), so that HTML inputs do not need to be...
next