]> git.sesse.net Git - nageru/history - nageru/mixer.cpp
Heed the Exif white point when playing back (MJPEG) video.
[nageru] / nageru / mixer.cpp
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...