]> git.sesse.net Git - nageru/history - mux.h
Release Nageru 1.7.2.
[nageru] / mux.h
2017-07-07 Steinar H. GundersonInitial check-in of Kaeru, a simple transcoder based...
2017-06-29 Steinar H. GundersonWrite video to disk on a background thread; reduces...
2017-06-12 Steinar H. GundersonAdded some mux metrics.
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-09-28 Steinar H. GundersonMake the UI show free disk space, and a rough estimatio...
2016-09-26 Steinar H. GundersonRemove an obsolete comment.
2016-07-27 Steinar H. GundersonRemove some use of the AVStream::codec parameter (not...
2016-06-25 Steinar H. GundersonUse the new libavformat functionality for marking keyfr...
2016-05-04 Steinar H. GundersonAdd back manual interleaving, but this time in Mux.
2016-05-01 Steinar H. GundersonWhen doing a cut, do the shutdown in a separate thread.
2016-04-25 Steinar H. GundersonSet x264 global headers (Quick Sync global headers...
2016-04-25 Steinar H. GundersonSend the AVCodecContext for audio to the stream mux...
2016-04-18 Steinar H. GundersonSynchronize the Mux class, since both H264EncoderImpl...
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 Mux class out of HTTPD. (First step towards...