Age | Commit message (Expand) | Author |
2015-08-25 | Fix delete interactively. | Jonas Smedegaard |
2015-08-16 | Set gpg if $GPG not set. | Jonas Smedegaard |
2015-08-16 | Fix set gpg if $GPG _not_ set. | Jonas Smedegaard |
2015-08-06 | Add localgpgexpandkeyring. | Jonas Smedegaard |
2015-08-06 | Use --batch option, and pass any arguments (e.g. --yes) to final pgp call. | Jonas Smedegaard |
2015-08-06 | Tidy whitespace. | Jonas Smedegaard |
2015-08-06 | Execute (pipe'able output is an antipattern). | Jonas Smedegaard |
2015-08-06 | Use plain sh (not bash), and fail on error. | Jonas Smedegaard |
2015-08-06 | Keep all keys with secret key. | Jonas Smedegaard |
2015-08-06 | Quote single-arg tests. | Jonas Smedegaard |
2015-08-06 | Tighten gpg calls with --with-colons option. | Jonas Smedegaard |
2015-08-06 | Add localgpgcleankeyring from <https://scruss.com/blog/2013/05/12/clean-up-yo... | Jonas Smedegaard |
2015-05-16 | Fix use localhost (dns resolving does not work by default. | Jonas Smedegaard |
2015-05-16 | Fix (re)create buildplace as needed. | Jonas Smedegaard |
2015-05-16 | Modernize git-buildpackage config: Drop "git-" prefix. | Jonas Smedegaard |
2015-02-21 | Add localmrsync and localvcshinit. | Jonas Smedegaard |
2015-02-05 | Initial WebID creation script. | Jonas Smedegaard |
2015-01-19 | Add localps2pdf* scripts. | Jonas Smedegaard |
2014-12-02 | Switch to "indented" style using TABs, and save memory by flushing at each tag. | Jonas Smedegaard |
2014-12-01 | Add new script localsvgtidy. | Jonas Smedegaard |
2014-10-10 | Fix double audio entry in help. | Jonas Smedegaard |
2014-10-10 | Improve tuning of Vorbis and MP3, and rewrite help section on audio styles. | Jonas Smedegaard |
2014-10-10 | Drop audio style hqspeech, and stop applying filters to audio style speech. | Jonas Smedegaard |
2014-10-09 | Encode MPEG-4 with mp3 audio (using lame library) instead of AAC: Arguably al... | Jonas Smedegaard |
2014-10-07 | Use speed 1 (not 0) for VP9: Still insanely slow. | Jonas Smedegaard |
2014-10-07 | Use VBR (not CQ) mode for VP8/VP9 (now that bitrate is set sensibly so it act... | Jonas Smedegaard |
2014-10-07 | Fix set bitrate as kilobytes (not bytes), and adapt quantifier values + use s... | Jonas Smedegaard |
2014-10-07 | Fix audio style silence, and generally cleanup $(( )) variable expansion whil... | Jonas Smedegaard |
2014-10-06 | Tidy: Improve reasons to use discrete encoders for WebM video but not audio. | Jonas Smedegaard |
2014-10-06 | Use Matroska (not WAV) when possible, to possibly avoid some sync issues. | Jonas Smedegaard |
2014-10-06 | Declare PCM format explicitly, and resolve downmixing as part of that rather ... | Jonas Smedegaard |
2014-10-05 | Fix revert to analyze audio separately from video: Apparently MLT silently sk... | Jonas Smedegaard |
2014-10-05 | Fix handle multiple input files. | Jonas Smedegaard |
2014-10-05 | Support passing VP8/VP9 encoding to avconv as alternative to vpxenc (currentl... | Jonas Smedegaard |
2014-10-05 | Fix handle silent/silencing movies. | Jonas Smedegaard |
2014-10-05 | Probe channels unconditionally, to always apply audio bitrate. | Jonas Smedegaard |
2014-10-04 | Tidy: wrap long lines, and shorten perl snippet slightly. | Jonas Smedegaard |
2014-10-04 | Tidy sample resolving (undefined resolves to 0 in shell $(( )) math). | Jonas Smedegaard |
2014-10-04 | Refine compression optimizations. | Jonas Smedegaard |
2014-10-04 | Fix accidental duplication of use_vpxenc=yes at commit 159fb1c. | Jonas Smedegaard |
2014-10-04 | Fix resolve downmixing. | Jonas Smedegaard |
2014-10-04 | Distinguish initial and chained commands, the former being verbose to show pr... | Jonas Smedegaard |
2014-10-04 | Fix downmix audio channels late if potentially disturbing a filter. | Jonas Smedegaard |
2014-10-03 | Tidy: List video and audio options as filters. | Jonas Smedegaard |
2014-10-03 | Raise loudness (when applied) to ReplayGain-like -18LUFS (from default EBU R1... | Jonas Smedegaard |
2014-10-03 | Merge audio and video analyze steps. | Jonas Smedegaard |
2014-10-03 | Refactor to use vpxenc: Use of libvpx via libav apparently broken wrt. CRF op... | Jonas Smedegaard |
2014-10-03 | Fix error message when setting bogus compression mode. | Jonas Smedegaard |
2014-10-03 | Fix lower audio bitrates for Opus and AAC. | Jonas Smedegaard |
2014-10-03 | Fix use Opus (not Vorbis) with VP9. | Jonas Smedegaard |