]> git.sesse.net Git - nageru/history - defs.h
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / defs.h
2018-05-22 Steinar H. GundersonFix the LIBAVFORMAT_VERSION_INT test for skip_trailer...
2017-11-09 Steinar H. GundersonFix a leak when streaming. Requires FFmpeg 3.3, though...
2017-10-28 Steinar H. GundersonMake the HTTP port settable.
2016-12-04 Steinar H. GundersonMake it possible to set width/height on the command...
2016-10-19 Steinar H. GundersonAdd support for ALSA inputs to the mixer.
2016-10-19 Steinar H. GundersonConsistently use “video card” instead of “card”.
2016-10-19 Steinar H. GundersonPrepare for inputs of another frequency than the captur...
2016-10-19 Steinar H. GundersonMake AudioMixer respect the input mapping.
2016-07-25 Steinar H. GundersonMove FakeCapture into bmusb, and make it a little more...
2016-04-25 Steinar H. GundersonSupport setting x264 bitrate parameters from the comman...
2016-04-23 Steinar H. GundersonSet frag_duration=125000, to get smaller (less bursty...
2016-04-18 Steinar H. GundersonMake it possible to set x264 preset/tune from the comma...
2016-04-17 Steinar H. GundersonSupport encoding the HTTP stream with x264. Highly...
2016-04-17 Steinar H. GundersonChoose sample format on-the-fly instead of hard-coding...
2016-04-17 Steinar H. GundersonMake it possible to override stream mux on the command...
2016-04-03 Steinar H. GundersonFix a problem where the nut output would come way too...
2016-04-03 Steinar H. GundersonFix infinite memory growth in the nut muxer.
2016-04-03 Steinar H. GundersonChange mux to nut; mov seems to have issues in the...
2016-01-10 Steinar H. GundersonAdd a menu item to start a new video segment (cut/cue...
2015-12-22 Steinar H. GundersonSome comment fixes about frame history.
2015-12-21 Steinar H. GundersonChange history length to 5, as Movit ends up using...
2015-11-22 Steinar H. GundersonRework signal connection in preparations for deinterlacing.
2015-11-16 Steinar H. GundersonSupport true variable input frame rate instead of hard...
2015-11-16 Steinar H. GundersonMove WIDTH/HEIGHT #defines into defs.h.
2015-11-14 Steinar H. GundersonSwitch to uncompressed (32-bit) PCM. Saves a little...
2015-11-14 Steinar H. GundersonMake the muxing buffer configurable, and 10 MB (since...
2015-11-14 Steinar H. GundersonAdd an option to defs.h to set ffmpeg mux options.
2015-11-14 Steinar H. GundersonMove some muxing parameters out into defs.h.
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...