summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cli: Add --no-two-pass and --no-turbo.Bradley Sepos2016-06-251-4/+16
* WinGui: Update the encode status displays to display day count up to 9 days. ...sr552016-06-252-4/+4
* LinGui: fix initial preview scaling sizeJohn Stebbins2016-06-201-2/+2
* LinGui: Fix preview window sizing when there is no title yetJohn Stebbins2016-06-171-0/+12
* MacGui: fix drag&drop on the main window tab view.Damiano Galassi2016-06-172-1/+12
* MacGui: set some label color in the HUD to secondaryLabelColor.Damiano Galassi2016-06-173-13/+16
* MacGui: fix build with 10.12sdk, disable QTKit because is no longer available.Damiano Galassi2016-06-173-0/+13
* WinGui: Attempt to fix the installer so that users can cleanly install both t...sr552016-06-164-4/+4
* WinGui: Make the "Presets" menu grouped by category.sr552016-06-166-14/+141
* subtitle scan: tighten up scan pass dropping logicJohn Stebbins2016-06-111-1/+3
* build: fix references to documents (e.g. NEWS -> NEWS.markdown)John Stebbins2016-06-113-10/+12
* subtitle scan: drop scan pass if there are no suitable subtitlesJohn Stebbins2016-06-101-2/+21
* libhb: Add "Very Fast" presets.Bradley Sepos2016-06-103-2/+782
* fix(de.po): Minor typo causing a nasty warning (#222)setec2016-06-101-1/+1
* sync: speed up p-to-p finalization when there are subtitlesJohn Stebbins2016-06-101-0/+46
* cli: fix initialization of SubtitleTrackSelectionBehaviorJohn Stebbins2016-06-101-1/+1
* sync: fix potential stall when searching for p-to-p startJohn Stebbins2016-06-101-2/+11
* sync: when p-to-p end reached return HB_WORK_DONE asapJohn Stebbins2016-06-101-0/+12
* libhb: Make new presets names less verbose.Bradley Sepos2016-06-103-114/+114
* Merge pull request #220 from bradleysepos/meta-docsBradley Sepos2016-06-1012-1399/+1471
|\
| * Revise and rename README.Bradley Sepos2016-06-103-34/+43
| * Correct typos in README.md.Patrick A. Ferry2016-06-101-2/+2
| * Convert NEWS to Markdown.Bradley Sepos2016-06-102-1190/+1203
| * GPLv2Bradley Sepos2016-06-101-0/+17
| * Add text identifying HandBrake to COPYING.Bradley Sepos2016-06-101-0/+5
| * Add BradleyS to AUTHORS.Bradley Sepos2016-06-101-0/+6
| * Convert AUTHORS to Markdown.Bradley Sepos2016-06-102-119/+143
| * Convert THANKS to Markdown.Bradley Sepos2016-06-103-56/+54
|/
* decsrtsub: simplify code and improve commentsJohn Stebbins2016-06-091-23/+19
* decsrt: don't add extra hard line break at end of subtitleJohn Stebbins2016-06-091-5/+11
* decsrt: fix dropping of first srt when it's start time is 0John Stebbins2016-06-091-2/+2
* WinGui: Add {preset} to autoname options. This is a non-live option meaning i...sr552016-06-095-11/+21
* WinGui: Check directory permissions before adding a job to the queue for proc...sr552016-06-094-0/+38
* sync: fix some p-to-p issuesJohn Stebbins2016-06-091-72/+123
* json: fix extraction of negative SRT offsetsJohn Stebbins2016-06-091-9/+9
* WinGui: For silent installs, assume it's All Users, not Current User.sr552016-06-074-2/+36
* Update NEWS filesr552016-06-051-3/+8
* build: Add xclean make target to macosx.Bradley Sepos2016-06-042-0/+12
* cli: Take preset frame rate / mode into account.Bradley Sepos2016-06-031-3/+13
* cli: Fix frame rate mode when not explicitly set.Bradley Sepos2016-06-031-0/+2
* libhb: Fix invalid VideoTune value in new presets.Bradley Sepos2016-06-022-108/+108
* libhb: Add new built-in presets, mark old presets as legacy.Bradley Sepos2016-06-023-254/+11388
* scripts: Add script to build built-in presets.Bradley Sepos2016-06-021-0/+26
* CLI: fix behaviour of --subtitle-lang-listJohn Stebbins2016-06-021-2/+4
* encavcodec: error out on invalid encoder presetJohn Stebbins2016-05-301-11/+18
* vpx: fix NULL encoder preset caseJohn Stebbins2016-05-291-1/+7
* vpx: add encoder presetsJohn Stebbins2016-05-297-32/+117
* MacGui: add an help button to quickly open the docs in the add preset, audio ...Damiano Galassi2016-05-296-39/+90
* vpx: allow user to change deadline and cpu-used settingsJohn Stebbins2016-05-281-3/+17
* WinGui: Support VP9 and fix VP8 encoding.sr552016-05-282-2/+7