Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Did a bit of refactoring and added an .editorconfig file to enforce the ↵ | RandomEngy | 2017-11-20 | 6 | -41/+33 |
| | | | | "spaces for tabs" setting. | ||||
* | Excluded .vs folder via gitignore. | RandomEngy | 2017-11-18 | 1 | -0/+1 |
| | |||||
* | Some additions for mixdowns and ability encode from JSON string. | RandomEngy | 2017-11-18 | 3 | -4/+53 |
| | |||||
* | MacGui: short job description in the summary tab. | Damiano Galassi | 2017-11-13 | 8 | -12/+325 |
| | |||||
* | LinGui: handle command line the GApplication way | John Stebbins | 2017-11-12 | 1 | -23/+25 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/995 | ||||
* | LinGui: don't free uninitialized things on exit | John Stebbins | 2017-11-12 | 2 | -6/+12 |
| | |||||
* | MacGui: fix a potential null dereference. | Damiano Galassi | 2017-11-12 | 1 | -2/+5 |
| | |||||
* | MacGui: show a preview image in the summary tab. | Damiano Galassi | 2017-11-12 | 6 | -5/+47 |
| | |||||
* | MacGui: realign the main window ui elements. | Damiano Galassi | 2017-11-12 | 8 | -188/+259 |
| | |||||
* | MacGui: rearrange main window tabs order, fix some warnings. | Damiano Galassi | 2017-11-12 | 4 | -37/+50 |
| | |||||
* | MacGui: add a double click action to start editing a chapter title. Align ↵ | Damiano Galassi | 2017-11-12 | 2 | -32/+41 |
| | | | | things in the xib. | ||||
* | MacGui: initialize the selectedCategory ivar with the default value in ↵ | Damiano Galassi | 2017-11-12 | 1 | -0/+1 |
| | | | | HBAddPresetController. | ||||
* | MacGui: do not allow the path separator "/" character to be inserted in the ↵ | Damiano Galassi | 2017-11-11 | 3 | -7/+34 |
| | | | | output file name. | ||||
* | presets: fix selection of audio tracks | John Stebbins | 2017-11-10 | 2 | -1/+4 |
| | | | | | The new audio attributes were not checked correctly and filtered out any audio tracks that had the DEFAULT flag. | ||||
* | x265: fix build race with download verification | John Stebbins | 2017-11-10 | 2 | -0/+2 |
| | |||||
* | MacGui: move the format options to the summary tab. | Damiano Galassi | 2017-11-10 | 6 | -177/+295 |
| | |||||
* | MacGui: always use the new add category controller to add a category. | Damiano Galassi | 2017-11-10 | 1 | -6/+7 |
| | |||||
* | MacGui: select the newly created category in the add preset sheet. | Damiano Galassi | 2017-11-10 | 1 | -1/+1 |
| | |||||
* | MacGui: add a popup menu to select the category in the add preset sheet. | Damiano Galassi | 2017-11-10 | 8 | -31/+348 |
| | |||||
* | MacGui: rename Folder to Category. | Damiano Galassi | 2017-11-10 | 8 | -25/+26 |
| | |||||
* | Add adaptive streaming support (#972) | John Stebbins | 2017-11-09 | 14 | -58/+247 |
| | | | | | | | "Adaptive streaming" allows changing video parameters mid-stream at IDR boundaries. Such changes require new SPS and PPS NALs at the IDR. MP4 supports this with 'avc3' and 'hev1' sample entry types. | ||||
* | Auto-rotate video that has rotation tag | John Stebbins | 2017-11-09 | 7 | -525/+740 |
| | |||||
* | libhb: read video rotation from libav. | Damiano Galassi | 2017-11-09 | 3 | -0/+33 |
| | |||||
* | LinGui: disable i386 releases | John Stebbins | 2017-11-07 | 4 | -8/+8 |
| | | | | x265 high-bit depth does not support i386 unless you disable asm. | ||||
* | LinGui: fix build with glib older than 2.44 | John Stebbins | 2017-11-07 | 3 | -2/+25 |
| |