]> git.sesse.net Git - nageru/history - httpd.h
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / httpd.h
2018-04-26 Steinar H. GundersonFix a crash if somebody is trying to get metrics (or...
2018-04-04 Steinar H. GundersonIn Metacube, mark each keyframe with a pts metadata...
2018-02-18 Steinar H. GundersonAdd a CORS policy to the channel endpoints, so that...
2018-02-15 Steinar H. GundersonAdd an HTTP endpoint for enumerating channels and one...
2017-11-08 Steinar H. GundersonGive a warning before quitting if there are clients...
2017-06-08 Steinar H. GundersonAdd an exported metrics for number of connected clients.
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-05-03 Steinar H. GundersonFix leaking of streams in HTTPD.
2016-05-03 Steinar H. GundersonShutdown microhttpd on shutdown.
2016-04-18 Steinar H. GundersonAdd Metacube stream output (for Cubemap).
2016-04-18 Steinar H. GundersonSeparate muxing entirely out of the HTTPD class.
2016-04-17 Steinar H. GundersonMake it possible for file and HTTP streams to use diffe...
2016-04-17 Steinar H. GundersonPull the file muxing out of the HTTPD. (It was pretty...
2016-04-17 Steinar H. GundersonPull the Mux class out of HTTPD. (First step towards...
2016-04-17 Steinar H. GundersonAdd an option --http-coarse-timebase for streaming...
2016-04-05 Steinar H. GundersonSmall clarification in a variable name.
2016-04-04 Steinar H. GundersonAdd support for uncompressed video instead of H.264...
2016-04-01 Steinar H. GundersonStart a mux only on a keyframe, so that transcoding...
2016-03-31 Steinar H. GundersonDelete streams when they are closed (prevents memory...
2016-01-10 Steinar H. GundersonAdd a menu item to start a new video segment (cut/cue...
2015-11-22 Steinar H. GundersonRemove another unused member variable.
2015-11-01 Steinar H. GundersonRe-run IWYU, again with lots of manual cleanup.
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.