]> git.sesse.net Git - nageru/history - h264encode.cpp
Small helpful comment.
[nageru] / h264encode.cpp
2015-11-18 Steinar H. GundersonReduce the verbosity somewhat.
2015-11-17 Steinar H. GundersonFix a crash bug when avcodec_fill_audio_frame() decided...
2015-11-16 Steinar H. GundersonSupport true variable input frame rate instead of hard...
2015-11-15 Steinar H. GundersonMove audio processing into a thread, since it seems...
2015-11-14 Steinar H. GundersonMore consistent H.264 leak fixes.
2015-11-14 Steinar H. GundersonFix a leak in the H.264 encoder.
2015-11-14 Steinar H. GundersonFix a memory leak in audio encoding.
2015-11-14 Steinar H. GundersonSwitch to uncompressed (32-bit) PCM. Saves a little...
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-05 Steinar H. GundersonSet pixel format on contexts we create; fixes issues...
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.
2015-10-14 Steinar H. GundersonRework dts selection.
2015-10-13 Steinar H. GundersonRework entire pts handling.
2015-10-11 Steinar H. GundersonDecide pts in the mixer instead of in the encoder.
2015-10-11 Steinar H. GundersonActivate B-frames.
2015-10-11 Steinar H. GundersonSet dts for audio; evidently needed to unconfuse players.
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-05 Steinar H. GundersonDrop writing the dump.h264 file; our muxing is okay...
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. GundersonRemove some TODO.
2015-10-03 Steinar H. GundersonDo not release input frames until we are (definitely...
2015-10-03 Steinar H. GundersonInitial checkin.