]> git.sesse.net Git - nageru/history - shared/mux.cpp
Remove the --http-uncompressed-video flag.
[nageru] / shared / mux.cpp
2022-07-21 Steinar H. GundersonRemove the --http-uncompressed-video flag.
2022-07-21 Steinar H. GundersonFix a read-past-the-end in av_write_header(); extradata...
2022-07-21 Steinar H. GundersonSupport AV1 streaming over HTTP, via SVT-AV1.
2022-07-19 Steinar H. GundersonSlightly more verbose error messages in Mux when a...
2019-03-27 Steinar H. GundersonOn errors, abort() instead of exit(1); exit() in a...
2018-12-28 Steinar H. GundersonMake Futatabi output its status as subtitles, in a...
2018-12-25 Steinar H. GundersonSimplify timebase handling in Mux a bit.
2018-12-24 Steinar H. GundersonRemove the redundant with_audio parameter from the...
2018-12-04 Steinar H. GundersonMerge branch 'mjpeg'
2018-12-03 Steinar H. GundersonUnify httpd.cpp from Nageru and Futatabi (whitespace...
2018-12-02 Steinar H. GundersonUnify mux.cpp between Nageru and Futatabi.