]> git.sesse.net Git - nageru/history - h264encode.h
Make the locut filter possible to disable.
[nageru] / h264encode.h
2016-01-10 Steinar H. GundersonRemove a no-longer-correct comment.
2016-01-10 Steinar H. GundersonMake a separate shutdown from the destructor for the...
2016-01-10 Steinar H. GundersonMove H264Encoder into an impl, to avoid header conflict...
2016-01-08 Steinar H. GundersonIf we have waiting B-frames at the end of the encode...
2016-01-07 Steinar H. GundersonRename copy_thread to encode_thread.
2016-01-07 Steinar H. GundersonMake current_IDR_display non-global.
2016-01-07 Steinar H. GundersonMake current_frame_display non-global.
2016-01-07 Steinar H. GundersonMake current_frame_type non-global.
2016-01-07 Steinar H. GundersonMake current_frame_encoding non-global.
2016-01-07 Steinar H. GundersonSmall refactoring in H264Encoder::copy_thread_func().
2015-11-15 Steinar H. GundersonMove audio processing into a thread, since it seems...
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.
2015-10-14 Steinar H. GundersonRework dts selection.
2015-10-13 Steinar H. GundersonRework entire pts handling.
2015-10-12 Steinar H. GundersonSwitch to getting bmusb from a submodule.
2015-10-11 Steinar H. GundersonDecide pts in the mixer instead of in the encoder.
2015-10-11 Steinar H. GundersonVarious fixes for out-of-order encoding (ie., B-frames...
2015-10-11 Steinar H. GundersonSend audio all the way through to the encoder and muxer.
2015-10-11 Steinar H. GundersonClean up some interfaces internal to H264Encoder.
2015-10-06 Steinar H. GundersonRefcount the input frames directly instead of trying...
2015-10-04 Steinar H. GundersonRun IWYU (plus lots of manual fiddling).
2015-10-04 Steinar H. GundersonAdd a wrapper to make fences refcounted, as we will...
2015-10-03 Steinar H. GundersonDo not release input frames until we are (definitely...
2015-10-03 Steinar H. GundersonInitial checkin.