]> git.sesse.net Git - nageru/history - shared
Set CEF autoplay policy to be more lenient.
[nageru] / shared /
2024-03-01 Steinar H. GundersonIWYU-fix nageru/*.cpp.
2023-10-04 Steinar H. GundersonDrop buffered SRT data if the connection is down for...
2023-10-01 Steinar H. GundersonStop using av_init_packet().
2023-10-01 Steinar H. GundersonFix a Qt build warning.
2023-09-04 Steinar H. GundersonWhen muxing in the background, write the header in...
2023-08-05 Steinar H. GundersonAdd AVFMT_FLAG_AUTO_BSF when muxing, just in case.
2023-07-15 Steinar H. GundersonFix a build failure with GCC 13.
2023-04-15 Steinar H. GundersonFix autodetection of VA-API H.264 encoders without...
2023-04-12 Steinar H. GundersonAdd some asserts to track down pts/dts problems before...
2022-07-21 Steinar H. GundersonRemove the --http-uncompressed-video flag.
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 AV1 streaming over HTTP, via SVT-AV1.
2022-07-19 Steinar H. GundersonSlightly more verbose error messages in Mux when a...
2022-02-06 Steinar H. GundersonFix compilation with FFmpeg _before_ version 5.0.
2022-01-31 Steinar H. GundersonFix compilation with FFmpeg 5.0.
2021-04-05 Steinar H. GundersonAdd some missing FFmpeg dependencies in shared/.
2020-07-08 Steinar H. GundersonUnbreak compilation with libmicrohttpd 0.9.71.
2020-05-29 Steinar H. GundersonMove VAResourcePool into a shared class between MJPEGEn...
2020-05-21 Steinar H. GundersonUnify VA-API initialization.
2020-05-21 Steinar H. GundersonMove VADisplayWithCleanup into its own header file...
2020-05-17 Steinar H. GundersonExport SRT statistics as Prometheus metrics.
2020-05-11 Steinar H. GundersonSupport SRT inputs.
2020-03-08 Steinar H. GundersonChange Futatabi frames to be cached as textures instead...
2020-03-06 Steinar H. GundersonMove RefCountedTexture to shared.
2020-02-29 Steinar H. GundersonFix a deadlock in Futatabi when using MIDI devices.
2020-02-25 Steinar H. GundersonFix an issue where a Kaeru connected to a nonfunctional...
2020-02-25 Steinar H. GundersonLog a warning when we kill a client that is not keeping up.
2020-02-15 Steinar H. GundersonMake it possible to siphon out a single MJPEG stream.
2019-07-24 Steinar H. GundersonMake it possible for the theme to override the status...
2019-06-21 Steinar H. GundersonFix cross-compilation.
2019-06-10 Steinar H. GundersonWork around a Mesa shader cache issue.
2019-05-14 Steinar H. GundersonRemove unused code.
2019-03-28 Steinar H. GundersonMake multitrack export include audio.
2019-03-28 Steinar H. GundersonRemove a legacy FFmpeg test which is no longer needed...
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2019-03-22 Steinar H. GundersonIf a HTTP server backlog becomes very large (>1 GB...
2019-03-09 Steinar H. GundersonFix a MIDI-related deadlock in the GUI code.
2019-03-04 Steinar H. GundersonFix a one-past-the-end access on Futatabi startup.
2019-03-01 Steinar H. GundersonMake TIMEBASE signed again; unsigned caused pts bugs...
2019-02-19 Steinar H. GundersonMore tweaks to the memcpy_interleaved multiversioning.
2019-02-17 Steinar H. GundersonClang seemingly does not have working function multiver...
2019-02-15 Steinar H. GundersonEnable function multiversioning for memcpy_interleaved().
2019-02-13 Steinar H. GundersonFix an overflow issue with long (>= 10 min) clips.
2019-01-19 Steinar H. GundersonAdd a MIDI mapping editor for Futatabi.
2019-01-19 Steinar H. GundersonMove controller_spin_box.h to shared, so that the upcom...
2019-01-18 Steinar H. GundersonMake MIDIMappingDialog reuse some of the code from...
2019-01-17 Steinar H. GundersonAdd infrastructure for MIDI lights that are controllers...
2019-01-16 Steinar H. GundersonSupport non-binary MIDI lights (ie., with an on-velocit...
2019-01-15 Steinar H. GundersonSupport changing overall playing speed at runtime,...
2019-01-10 Steinar H. GundersonSupport pitch bend as a virtual MIDI controller.
2019-01-08 Steinar H. GundersonSplit the MIDI mapping proto file in two; one that...
2019-01-08 Steinar H. GundersonMove another helper into midi_mapper_util.h.
2019-01-07 Steinar H. GundersonMove some MIDI mapper protobuf reflection code into...
2019-01-06 Steinar H. GundersonMove midi_device.cpp into shared, as Futatabi is gettin...
2019-01-06 Steinar H. GundersonMove protobuf text serialization into a shared file.
2018-12-28 Steinar H. GundersonMake Futatabi output its status as subtitles, in a...
2018-12-28 Steinar H. GundersonMove from unique_lock to lock_guard everywhere we can...
2018-12-25 Steinar H. GundersonSimplify timebase handling in Mux a bit.
2018-12-24 Steinar H. GundersonRemove the redundant with_audio parameter from the...
2018-12-23 Steinar H. GundersonPrefix all the Futatabi Prometheus metrics by futatabi_...
2018-12-21 Steinar H. GundersonFix another Coverity Scan issue that really should...
2018-12-18 Steinar H. GundersonFix a variable conflict in the Meson build files.
2018-12-17 Steinar H. GundersonMake the number of cameras dynamic as the frames come in.
2018-12-06 Steinar H. GundersonGive Futatabi an about/license dialog, and the same...
2018-12-06 Steinar H. GundersonOnly bother doing MJPEG encoding if there are any conne...
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-03 Steinar H. GundersonMove most Nageru embedded shaders to the read_file...
2018-12-03 Steinar H. GundersonMove bin2h and read_file into shared/, so that Nageru...
2018-12-03 Steinar H. GundersonUnify disk_space_estimator.cpp from Nageru and Futatabi.
2018-12-03 Steinar H. GundersonUnify httpd.cpp from Nageru and Futatabi (whitespace...
2018-12-02 Steinar H. GundersonUnify context.cpp from Nageru and Futatabi.
2018-12-02 Steinar H. GundersonUnify mux.cpp between Nageru and Futatabi.
2018-12-01 Steinar H. GundersonCombine ref_counted_gl_sync.h from Nageru and Futatabi...
2018-12-01 Steinar H. GundersonCombine timebase.h from Nageru and Futatabi.
2018-12-01 Steinar H. GundersonCombine the Nageru and Futatabi files that are identical.