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