Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: when reloading a job from the queue, reset the job state to ↵ | Damiano Galassi | 2017-12-07 | 1 | -0/+1 |
| | | | | HBJobStateReady, so that if the user undo the action the job won't be stuck in the working state. | ||||
* | MacGui: remove unneeded outlets and NSAnimationContext in HBController. | Damiano Galassi | 2017-12-07 | 2 | -33/+11 |
| | |||||
* | MacGui: preserve the textfield selection/insertion point when calling ↵ | Damiano Galassi | 2017-12-07 | 1 | -1/+12 |
| | | | | HB_endEditing. | ||||
* | MacGui: fix some warnings in the xib files. | Damiano Galassi | 2017-12-07 | 2 | -52/+49 |
| | |||||
* | FreeBSD 11.1 compatibility. | Bradley Sepos | 2017-12-06 | 5 | -11/+24 |
| | |||||
* | contrib: Make libbluray build compatible with FreeBSD. | Bradley Sepos | 2017-12-06 | 1 | -0/+4 |
| | |||||
* | build: Require bash shell. | Bradley Sepos | 2017-12-06 | 1 | -8/+13 |
| | |||||
* | mac: Adjust main window progress area vertical spacing. | Bradley Sepos | 2017-12-06 | 2 | -6/+7 |
| | |||||
* | mac: Add missing constraints to main window scanning progress bar. | Bradley Sepos | 2017-12-06 | 1 | -1/+5 |
| | |||||
* | mac: Tweak spacing on Summary tab. | Bradley Sepos | 2017-12-06 | 1 | -4/+4 |
| | |||||
* | mac: Widen popover to show all official presets without clipping. | Bradley Sepos | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Nudge new presets icon a few pixels. | Bradley Sepos | 2017-12-06 | 4 | -0/+0 |
| | | | | Appears more centered, perceptually. | ||||
* | mac: Update a couple toolbar button tooltips. | Bradley Sepos | 2017-12-05 | 1 | -5/+4 |
| | |||||
* | Add new presets toolbar icon. | Bradley Sepos | 2017-12-05 | 8 | -3/+5 |
| | | | | Use on Mac. | ||||
* | mac: Rename instances of cancelled to canceled. | Bradley Sepos | 2017-12-05 | 4 | -11/+11 |
| | |||||
* | Revert "MacGui: show PAR and DAR in the summary panel." | Bradley Sepos | 2017-12-05 | 1 | -29/+1 |
| | | | | This reverts commit f0200cb414f57e50361e263ddb78ef2ed8f6cbdc. | ||||
* | mac: Fix Duration baseline alignment. | Bradley Sepos | 2017-12-05 | 1 | -2/+1 |
| | |||||
* | mac: Update Selection Behavior texts and tooltips. | Bradley Sepos | 2017-12-05 | 5 | -23/+23 |
| | | | | | | Some places still referenced the old Audio Defaults nomenclature. Updates code comments so searching for selection behavior will yield audio defaults functions. | ||||
* | mac: Revise main window typography and alignment. | Bradley Sepos | 2017-12-05 | 1 | -79/+101 |
| | |||||
* | qsv: range as 0-63 | maxd | 2017-12-04 | 1 | -7/+5 |
| | |||||
* | QSV: adjusting QP range to address all values | maxd | 2017-12-04 | 1 | -3/+14 |
| | |||||
* | WinGui: use Range 0-63 for QSV H.265 10bit. It's not strictly correct but ↵ | sr55 | 2017-12-04 | 1 | -21/+28 |
| | | | | it's probably least confusing for the user. #1031 | ||||
* | build: Additional hashbang compatibility for BSD-like systems. | Bradley Sepos | 2017-12-03 | 8 | -8/+9 |
| | | | | Fixes #1040. | ||||
* | mac: Remove genstrings.sh. | Bradley Sepos | 2017-12-03 | 1 | -2/+0 |
| | |||||
* | contrib: Update to x265 2.6. | Bradley Sepos | 2017-12-02 | 8 | -60/+20 |
| | | | | Closes #1029. | ||||
* | build: Update to config.guess 2017-11-07. | Bradley Sepos | 2017-12-02 | 1 | -52/+49 |
| | |||||
* | build: Make hashbangs more compatible. | Bradley Sepos | 2017-12-02 | 7 | -7/+7 |
| | |||||
* | WinGui: Uncheck the Forced flag when it's not supported. #1035 | sr55 | 2017-12-02 | 1 | -0/+10 |
| | |||||
* | MacGui: rearrange the filters tab elements. | Damiano Galassi | 2017-11-30 | 1 | -244/+236 |
| | |||||
* | MacGui: fix an summary tab exception on older versions of macOS. | Damiano Galassi | 2017-11-30 | 1 | -7/+10 |
| | |||||
* | MacGui: add a header to the presets popover. | Damiano Galassi | 2017-11-30 | 4 | -10/+55 |
| | |||||
* | MacGui: fix rotation in summary panel, show rotation in filters list when ↵ | Damiano Galassi | 2017-11-30 | 3 | -45/+60 |
| | | | | flip is enabled too. Shorter presets popover. | ||||
* | preset: Additional presets and revisions for 1.1.0. | Bradley Sepos | 2017-11-28 | 3 | -372/+1442 |
| | |||||
* | add sdtp (sample dependency) box to mp4 (#1006) | John Stebbins | 2017-11-28 | 5 | -8/+140 |
| | | | | | * add sdtp (sample dependency) box to mp4 The AppleTV 4K requires this box in order to play 2160p60 video. | ||||
* | stream: better probing of PS files | John Stebbins | 2017-11-27 | 1 | -1/+1 |
| | | | | | | | | The probe did not inspect enough data and did not always detect all streams. Thanks to josephpaul0 Fixes https://github.com/HandBrake/HandBrake/issues/1023 | ||||
* | MacGui: show PAR and DAR in the summary panel. | Damiano Galassi | 2017-11-27 | 1 | -1/+29 |
| | |||||
* | build: Add support for Xcode Archive feature. | Bradley Sepos | 2017-11-27 | 5 | -3/+57 |
| | |||||
* | MacGui: use the KVO constants. | Damiano Galassi | 2017-11-27 | 1 | -8/+8 |
| | |||||
* | MacGui: remove the mp4 options empty space when the container is not mp4. | Damiano Galassi | 2017-11-27 | 2 | -83/+116 |
| | |||||
* | WinGui: Fix the mini status display controller. | sr55 | 2017-11-25 | 4 | -13/+31 |
| | |||||
* | MacGui: create the NSDrawer only when necessary in HBController (before it ↵ | Damiano Galassi | 2017-11-25 | 3 | -45/+39 |
| | | | | was instantiated in the nib). | ||||
* | MacGui: fix some layout issues on older version of macOS. | Damiano Galassi | 2017-11-25 | 5 | -46/+38 |
| | |||||
* | MacGui: convert the main window xib to auto layout. | Damiano Galassi | 2017-11-25 | 2 | -157/+217 |
| | |||||
* | MacGui: use a popover instead of a drawer on 10.10+ . | Damiano Galassi | 2017-11-24 | 6 | -45/+128 |
| | |||||
* | MacGui: add a popup button to select the preset in the main window. | Damiano Galassi | 2017-11-24 | 6 | -80/+179 |
| | |||||
* | libhb: fix warnings. | Damiano Galassi | 2017-11-24 | 5 | -17/+17 |
| | |||||
* | MacGui: use KVO to get a good part of the change notification in the summary ↵ | Damiano Galassi | 2017-11-24 | 8 | -30/+231 |
| | | | | view. | ||||
* | D&D opening file could cause crash | Hofi | 2017-11-23 | 1 | -2/+3 |
| | | | | - remove observers ASAP | ||||
* | add align a/v start to log | John Stebbins | 2017-11-22 | 1 | -0/+4 |
| | |||||
* | scan: don't abort on empty buffers | John Stebbins | 2017-11-22 | 1 | -4/+4 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/1017 |