]> git.sesse.net Git - nageru/history - httpd.cpp
Write 1.4.0 changelog.
[nageru] / httpd.cpp
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-08-13 Steinar H. GundersonDeal better with the HTTP port being busy.
2016-07-19 Steinar H. GundersonAdd Metacube timestamping to every keyframe, for easier...
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. GundersonRemove some debugging output.
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. GundersonMore fixes for non-PCM HTTP audio codecs.
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. GundersonChoose sample format on-the-fly instead of hard-coding...
2016-04-17 Steinar H. GundersonAdd an option --http-coarse-timebase for streaming...
2016-04-17 Steinar H. GundersonMake it possible to override stream mux on the command...
2016-04-07 Steinar H. GundersonFix an issue where data would get corrupted if the...
2016-04-05 Steinar H. GundersonSmall clarification in a variable name.
2016-04-05 Steinar H. GundersonFix video in saved files.
2016-04-04 Steinar H. GundersonAdd support for uncompressed video instead of H.264...
2016-04-03 Steinar H. GundersonFix yet another memory leak in the serving part.
2016-04-03 Steinar H. GundersonYet more ffmpeg leak fixes (one of them was created...
2016-04-03 Steinar H. GundersonFix a memory leak in muxing.
2016-04-03 Steinar H. GundersonAdd global headers if the mux wants it. (Although I...
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-03-31 Steinar H. GundersonFix issues with newer ffmpeg.
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.