Age | Commit message (Expand) | Author |
2017-06-08 | Fix make GOP optional.HEADmaster | Jonas Smedegaard |
2017-06-08 | Make GOP optional, and set only for H.264 (not VP8). | Jonas Smedegaard |
2017-06-08 | Fix avoid applying filter when no video. | Jonas Smedegaard |
2017-06-08 | Cut streaming short also for locally saved file. | Jonas Smedegaard |
2017-06-08 | Fix deinterlace dvcam source. | Jonas Smedegaard |
2017-06-08 | Fix lower video bitrate to recommended value. | Jonas Smedegaard |
2017-06-08 | Support zero-videobitrate (i.e. audio-only). | Jonas Smedegaard |
2017-06-08 | Adjust higher bitrates, and add math. Tidy comment. | Jonas Smedegaard |
2017-06-07 | Adjust lowest bitrates, and add math. | Jonas Smedegaard |
2017-05-22 | Tidy: Wrap targets. | Jonas Smedegaard |
2017-05-22 | Add target hls_mpeg. | Jonas Smedegaard |
2017-05-22 | Use mux() for mpeg (not only webm). | Jonas Smedegaard |
2017-05-22 | Tidy: Rename internal variable muxing → target. | Jonas Smedegaard |
2017-05-22 | Generalize and rename function mux_webm() → mux(). | Jonas Smedegaard |
2017-05-22 | Tidy: Rename internal variable muxcount → targetcount. | Jonas Smedegaard |
2017-05-22 | Drop unused function tee_rtp(). | Jonas Smedegaard |
2017-05-22 | Fix swap audio and video targets. Rename targets to be more specific. | Jonas Smedegaard |
2017-05-22 | Generalize function mux_webm(). | Jonas Smedegaard |
2017-05-22 | Skip filter when there are no encodings. | Jonas Smedegaard |
2017-05-22 | Rename variables HEIGHT* → ENCODINGS*. | Jonas Smedegaard |
2017-05-22 | Move comments where they belong. | Jonas Smedegaard |
2017-05-22 | Avoid uneven width when resizing. | Jonas Smedegaard |
2017-05-22 | Fix tidy function filter_split_codec(). | Jonas Smedegaard |
2017-05-22 | Merge functions filter_split_height() filter_scale() → filters_compose(). | Jonas Smedegaard |
2017-05-22 | Tidy function filter_split_codec(). | Jonas Smedegaard |
2017-05-22 | Fix lower VBITRATE for next-lowest mode. | Jonas Smedegaard |
2017-05-21 | Really fix support audio-only or video-only. | Jonas Smedegaard |
2017-05-21 | Fix if-elif-fi loop. | Jonas Smedegaard |
2017-05-21 | Fix support audio-only or video-only. | Jonas Smedegaard |
2017-05-21 | More detailed comment on heights. | Jonas Smedegaard |
2017-05-20 | Add extreme bitrates. | Jonas Smedegaard |
2017-05-20 | Support AVI-muxed dv-stream input. | Jonas Smedegaard |
2017-05-19 | Raise udp packet size to 1440 (apparently acceptable via our uplink. | Jonas Smedegaard |
2017-05-18 | Generalize function videosize. | Jonas Smedegaard |
2017-05-18 | Move generic functions (almost) to the top. | Jonas Smedegaard |
2017-05-18 | Predictive GOP size for VP8 (not only H264. | Jonas Smedegaard |
2017-05-18 | Fix avooid single-quotes made literal by echo_n. | Jonas Smedegaard |
2017-05-18 | Fix avoid arguments mistaken as options. | Jonas Smedegaard |
2017-05-18 | Generalize encodings as functions. | Jonas Smedegaard |
2017-05-18 | Convert pixel format explictly as filter (not implicitly as constraint, for e... | Jonas Smedegaard |
2017-05-18 | Resolve bitrate and speed from bits (not simply height). | Jonas Smedegaard |
2017-05-17 | Wrap lines. | Jonas Smedegaard |
2017-05-17 | Vary vp8 speed based on height. | Jonas Smedegaard |
2017-05-17 | Rename variable SPEED_VPX → SPEED_VP8. | Jonas Smedegaard |
2017-05-17 | Deinterlace dv source. | Jonas Smedegaard |
2017-05-17 | Tidy: Apply options preset and tune in that order. | Jonas Smedegaard |
2017-05-17 | Vary x264 speed based on height, and make not on doing same for vpx. | Jonas Smedegaard |
2017-05-17 | Raise audio and video quality. | Jonas Smedegaard |
2017-05-16 | Scale anamorphic to square-pixel as needed. | Jonas Smedegaard |
2017-05-16 | Introduce variables SPEED_VPX SPEED_H264. | Jonas Smedegaard |