]> git.sesse.net Git - nageru/history
nageru
2024-03-02 Steinar H. GundersonSet CEF autoplay policy to be more lenient. master
2024-03-01 Steinar H. GundersonFix indent error.
2024-03-01 Steinar H. GundersonIWYU-fix nageru/*.cpp.
2024-03-01 Steinar H. GundersonIWYU-fix nageru/*.h.
2024-03-01 Steinar H. GundersonMake header files individually compilable.
2024-03-01 Steinar H. GundersonSome random #include fixing.
2024-03-01 Steinar H. GundersonAdd a theme function Nageru.schedule_cut().
2024-03-01 Steinar H. GundersonRemove a workaround for FFmpeg before 5.0.
2024-03-01 Steinar H. GundersonRemove a now-obsolete Meson workaround, which also...
2023-11-29 Steinar H. GundersonDisable a Clang warning we do not care for.
2023-11-29 Steinar H. GundersonRemove an unused (and wrong!) forward-declaration.
2023-11-29 Steinar H. GundersonRemove an unused variable from PBOPool (Clang warning).
2023-11-29 Steinar H. GundersonFix compilation with SRT and CEF together (macro confli...
2023-11-29 Steinar H. GundersonRemove some dead code from speedcontrol.
2023-11-29 Steinar H. GundersonFix a missing #include in the CEF code.
2023-11-29 Steinar H. GundersonBump version number.
2023-10-04 Steinar H. GundersonRelease Nageru and Futatabi 2.3.0. 2.3.0
2023-10-04 Steinar H. GundersonDrop buffered SRT data if the connection is down for...
2023-10-04 Steinar H. GundersonRename global_flags.srt_output_latency to have a proper...
2023-10-01 Steinar H. GundersonPort FFmpegCapture to the AVChannelLayout API.
2023-10-01 Steinar H. GundersonRemove more not-so-useful output.
2023-10-01 Steinar H. GundersonRemove an informational message that has no value to...
2023-10-01 Steinar H. GundersonUse AVFrame::duration instead of AVFrame::pkt_duration.
2023-10-01 Steinar H. GundersonWork around a bogus compilation warning (it claimed...
2023-10-01 Steinar H. GundersonStop using av_init_packet().
2023-10-01 Steinar H. GundersonThe new channel layout API requires FFmpeg 5.1.
2023-10-01 Steinar H. GundersonFix channel layout deprecations in AudioEncoder.
2023-10-01 Steinar H. GundersonUpdate most code to the new FFmpeg channel layout API.
2023-10-01 Steinar H. GundersonFix a Qt build warning.
2023-09-17 Steinar H. GundersonUse nonblocking srt_connect(), to allow faster abort...
2023-09-17 Steinar H. GundersonFix some addrinfo leaks in the error paths for outbound...
2023-09-17 Steinar H. GundersonMake it possible to quit while SRT is not connected...
2023-09-07 Steinar H. GundersonSoftware README updates.
2023-09-07 Steinar H. GundersonUpdate hardware demands in README.
2023-09-07 Steinar H. GundersonIf a FFmpeg input does not give a frame for at least...
2023-09-07 Steinar H. GundersonFix a warning wording in FFmpegCapture.
2023-09-07 Steinar H. GundersonFix crash without SRT output.
2023-09-04 Steinar H. GundersonWhen muxing in the background, write the header in...
2023-08-27 Steinar H. GundersonRemove some stray help.
2023-08-06 Steinar H. GundersonAdd metrics for the SRT output (basically same as on...
2023-08-06 Steinar H. GundersonMove the SRT Prometheus metrics into its own class...
2023-08-06 Steinar H. GundersonImplement SRT output.
2023-08-05 Steinar H. GundersonFix another crash with newer SVT-AV1.
2023-08-05 Steinar H. GundersonExplicitly set VBR for AV1 (the default is CRF, seemingly).
2023-08-05 Steinar H. GundersonFix a crash with SVT-AV1.
2023-08-05 Steinar H. GundersonRemove a check for very old SVT-AV1.
2023-08-05 Steinar H. GundersonAdd AVFMT_FLAG_AUTO_BSF when muxing, just in case.
2023-08-04 Steinar H. GundersonRemove/hide some SRT flags if not compiling with SRT.
2023-08-04 Steinar H. GundersonInclude the Nageru version in the timecode display.
2023-08-04 Steinar H. GundersonSpecify font family explicitly for the stream timecode.
2023-08-04 Steinar H. GundersonBump version number.
2023-07-24 Steinar H. GundersonRelease Nageru and Futatabi 2.2.3. 2.2.3
2023-07-24 Steinar H. GundersonFix missing NEWS entry.
2023-07-24 Steinar H. GundersonFix theme menu check state.
2023-07-24 Steinar H. GundersonFix SRT with newer libsrt.
2023-07-24 Steinar H. GundersonBump the version number.
2023-07-15 Steinar H. GundersonRelease Nageru and Futatabi 2.2.2. 2.2.2
2023-07-15 Steinar H. GundersonFix a build failure with GCC 13.
2023-07-12 Steinar H. GundersonFix an inverted condition in YCbCr format choice.
2023-07-04 Steinar H. GundersonStop caring about FFmpeg pre-5.0.
2023-07-04 Steinar H. GundersonRename stream_mux to http_mux.
2023-07-04 Steinar H. GundersonFix compilation break with SVT-AV1.
2023-07-04 Steinar H. GundersonBump the version number.
2023-04-17 Steinar H. GundersonRelease Nageru and Futatabi 2.2.1. 2.2.1
2023-04-17 Steinar H. GundersonFix a buffer overrun when receiving 4K (or 8K etc....
2023-04-17 Steinar H. GundersonUnify all the FRAME_SIZE #defines.
2023-04-16 Steinar H. GundersonImprove selection of software formats on hwaccel fallback.
2023-04-15 Steinar H. GundersonAdd a warning when trying to hardware-decode H.264...
2023-04-15 Steinar H. GundersonImprove error messaging when VAAPI/VDPAU pixel format...
2023-04-15 Steinar H. GundersonFix autodetection of VA-API H.264 encoders without...
2023-04-15 Steinar H. GundersonSupport decoding FFmpeg via VDPAU.
2023-04-15 Steinar H. GundersonBe more resilient to video decoding errors.
2023-04-13 Steinar H. GundersonRename MAX_FPS to TYPICAL_FPS.
2023-04-13 Steinar H. GundersonFix crashes when the master clock goes faster than...
2023-04-12 Steinar H. GundersonAdd some asserts to track down pts/dts problems before...
2023-03-19 Steinar H. GundersonWork around an issue with OpenGL on Wayland.
2022-11-17 Steinar H. GundersonTypo fix.
2022-11-17 Steinar H. Gundersonzita-resampler was mentioned twice in the dependency...
2022-11-17 Steinar H. GundersonBump the version number.
2022-11-14 Steinar H. GundersonRelease Nageru and Futatabi 2.2.0. 2.2.0
2022-11-14 Steinar H. GundersonRemove the QCustomPlot dependency.
2022-08-05 Steinar H. GundersonUse VBR for AV1.
2022-07-22 Steinar H. GundersonChange ALSA output period size to 2048 samples.
2022-07-21 Steinar H. GundersonUpdate the comment on get_scene() about the signals...
2022-07-21 Steinar H. GundersonMake the theme cardinality warnings more lenient.
2022-07-21 Steinar H. GundersonRemove the zerocopy warnings.
2022-07-21 Steinar H. GundersonExpose BlurEffect and UnsharpMaskEffect.
2022-07-21 Steinar H. GundersonSmall consistency fix in --help.
2022-07-21 Steinar H. GundersonRemove a now-obsolete reference in --help.
2022-07-21 Steinar H. GundersonTake --x264-speedcontrol-verbose out of the --help...
2022-07-21 Steinar H. GundersonTake --no-flush-pbos out of the --help output.
2022-07-21 Steinar H. GundersonRemove the x264 VBV settings.
2022-07-21 Steinar H. GundersonRemove the --http-uncompressed-video flag.
2022-07-21 Steinar H. GundersonCollapse all the 10-bit flags.
2022-07-21 Steinar H. GundersonAdd support for 10-bit AV1 encoding.
2022-07-21 Steinar H. GundersonFix a read-past-the-end in av_write_header(); extradata...
2022-07-21 Steinar H. GundersonDrop the SSE2 fastpath.
2022-07-21 Steinar H. GundersonSupport --record-x264-video with AV1 HTTP output.
2022-07-21 Steinar H. GundersonSupport AV1 streaming over HTTP, via SVT-AV1.
2022-07-21 Steinar H. GundersonUpdate README for Debian bullseye.
next