]> git.sesse.net Git - nageru/history - httpd.cpp
Make audio input source selectable.
[nageru] / httpd.cpp
2016-01-18 Steinar H. GundersonWork around some false positives found by Coverity...
2016-01-10 Steinar H. GundersonAdd a menu item to start a new video segment (cut/cue...
2016-01-10 Steinar H. GundersonBetter error messages on avio_open2 failure.
2015-11-14 Steinar H. GundersonMake the muxing buffer configurable, and 10 MB (since...
2015-11-14 Steinar H. GundersonAdd an option to defs.h to set ffmpeg mux options.
2015-11-14 Steinar H. GundersonMove some muxing parameters out into defs.h.
2015-11-14 Steinar H. GundersonMove audio codec choice into defs.h.
2015-11-06 Steinar H. GundersonFinally add defines for sample rate and fps (although...
2015-11-01 Steinar H. GundersonRe-run IWYU, again with lots of manual cleanup.
2015-11-01 Steinar H. GundersonSpecify unspecified gamma instead of lying and saying...
2015-11-01 Steinar H. GundersonSwitch to BT.601 Y'CbCr coefficients and back to limite...
2015-11-01 Steinar H. GundersonMake output full-range, which seems to fix the issues...
2015-11-01 Steinar H. GundersonFix a bunch of colorspace issues, after practical testi...
2015-10-25 Steinar H. GundersonUnify muxing between the local file and networking.
2015-10-24 Steinar H. GundersonAdd a HTTP server for stream output.