]> git.sesse.net Git - nageru/history - mux.cpp
Fix an issue where the mixer lagging too much behind CEF would cause us to display...
[nageru] / mux.cpp
2017-08-07 Steinar H. GundersonSpecify sRGB transfer characteristics in the H.264...
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.
2017-03-08 Steinar H. GundersonSupport switching Y'CbCr coefficients midway, which...
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. GundersonDon't call avio_closep() unless we actually have an...
2016-09-23 Steinar H. GundersonFix a file descriptor leak.
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-05 Steinar H. GundersonFix a memory leak in interleaving.
2016-05-05 Steinar H. GundersonFlush after writing each frame, so that we do not get...
2016-05-04 Steinar H. GundersonAdd back manual interleaving, but this time in Mux.
2016-05-04 Steinar H. GundersonFix packet sorting 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-20 Martin StorsjöDon't check AVFMT_ALLOW_FLUSH
2016-04-19 Steinar H. GundersonScale duration correctly.
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...