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