]> git.sesse.net Git - nageru/history - nageru/mixer.cpp
Fix a segfault that could happen with FFmpeg inputs and slow startup.
[nageru] / nageru / mixer.cpp
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...