]> git.sesse.net Git - nageru/history - httpd.h
Write 1.4.0 changelog.
[nageru] / httpd.h
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.