]> git.sesse.net Git - nageru/history - nageru/mixer.cpp
Fix a Clang 19 warning.
[nageru] / nageru / mixer.cpp
11 days ago Steinar H. GundersonVarious indent fixes.
11 days ago Steinar H. GundersonAllow dynamic frame sizes for FFmpeg inputs.
11 days ago Steinar H. GundersonRemove unused OpenGL surface(s).
2024-03-01 Steinar H. GundersonIWYU-fix nageru/*.cpp.
2023-11-29 Steinar H. GundersonFix compilation with SRT and CEF together (macro confli...
2023-10-01 Steinar H. GundersonRemove more not-so-useful output.
2023-08-06 Steinar H. GundersonMove the SRT Prometheus metrics into its own class...
2023-07-24 Steinar H. GundersonFix SRT with newer libsrt.
2023-04-17 Steinar H. GundersonUnify all the FRAME_SIZE #defines.
2023-04-13 Steinar H. GundersonRename MAX_FPS to TYPICAL_FPS.
2022-07-21 Steinar H. GundersonCollapse all the 10-bit flags.
2022-04-17 Steinar H. GundersonFix (?) the mode scanning.
2021-10-02 Steinar H. GundersonSupport unsynchronized HDMI/SDI output.
2021-08-15 Steinar H. GundersonFix DeckLink capture using the 11.7 or newer drivers.
2020-12-12 Steinar H. GundersonReset jitter history when frame rate changes.
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-23 Steinar H. GundersonQueueLengthPolicy::reset() does nothing anymore, so...
2020-06-03 Steinar H. GundersonSkip DeckLink cards marked as inactive.
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. 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. GundersonMake number of cards flexible at runtime.
2020-05-24 Steinar H. GundersonMove texture uploading out of a lambda.
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-15 Steinar H. GundersonWhen reconnecting an SRT input, try to use the same...
2020-05-11 Steinar H. GundersonFix an integer overflow with very long master frames.
2020-05-11 Steinar H. GundersonSupport SRT inputs.
2020-05-10 Steinar H. GundersonFix some issues with cards changing pixel format on...
2020-03-28 Steinar H. GundersonFix an issue with 10-bit input and nonstandard heights...
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-17 Steinar H. GundersonUnbreak showing the first two channels in the tally...
2020-02-15 Steinar H. GundersonMake it possible to siphon out a single MJPEG stream.
2020-02-12 Steinar H. GundersonMake the MJPEG card-to-stream mapping invisible to...
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.
2019-06-18 Steinar H. GundersonFix a possible deadlock in CEF.
2019-05-22 Steinar H. GundersonAlways require GL_EXT_texture_sRGB_decode.
2019-05-22 Steinar H. GundersonMake the ImageInput cache store textures, not images.
2019-04-04 Steinar H. GundersonFix HTTP tally for the last two channels.
2019-03-28 Steinar H. GundersonInclude the raw audio in the MJPEG output.
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2019-03-18 Steinar H. GundersonFix some memory leaks in the VA-API upload code (also...
2019-03-17 Steinar H. GundersonWhen uploading MJPEG data to VA-API, do it directly...
2019-03-11 Steinar H. GundersonVarious fixes for 32-bit platforms.
2019-02-28 Steinar H. GundersonFix a segfault that could happen with FFmpeg inputs...
2019-02-19 Steinar H. GundersonMark a TODO.
2019-02-19 Steinar H. GundersonRemove the unused frame_length parameter to AudioMixer...
2018-12-30 Steinar H. GundersonAdd an assert to silence Coverity.
2018-12-30 Steinar H. GundersonAdd support to Nageru for reading the subtitles from...
2018-12-29 Steinar H. GundersonFix a crash on receiving dummy frames.
2018-12-28 Steinar H. GundersonMove from unique_lock to lock_guard everywhere we can...
2018-12-21 Steinar H. GundersonRemove an unneeded nullptr check.
2018-12-06 Steinar H. GundersonAdd an option to control the mapping of streams to...
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. GundersonUnify disk_space_estimator.cpp from Nageru and Futatabi.
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. GundersonMerge remote-tracking branch 'futatabi/master'
2018-12-01 Steinar H. GundersonMove everything into a separate futatabi/ subdir, for...