Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Added a text block on the Queue Add selection that shows the current ↵ | sr55 | 2016-02-20 | 6 | -20/+55 |
| | | | | preset to be used to for adding to the queue. | ||||
* | WinGui: Missing file from last commit. | sr55 | 2016-02-20 | 1 | -0/+2 |
| | |||||
* | WinGui: Adding a "Queue" Menu | sr55 | 2016-02-20 | 6 | -0/+155 |
| | |||||
* | deinterlace: fix mapping of legacy "slow" preset | John Stebbins | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | decomb: fix decomb check | John Stebbins | 2016-02-16 | 1 | -2/+1 |
| | | | | Only the last segment's results were being checked! | ||||
* | MacGui: write the right minor and micro version in the presets. They were ↵ | Damiano Galassi | 2016-02-16 | 1 | -2/+2 |
| | | | | swapped. | ||||
* | sync: improve video dejitter | John Stebbins | 2016-02-15 | 1 | -1/+1 |
| | | | | | Found a sample that requires 12 frames to detect and fix video jitter. So extend the minimum frame buffer from 10 to 12. | ||||
* | Merge pull request #67 from jstebbins/deinterlace | John Stebbins | 2016-02-15 | 10 | -688/+232 |
|\ | | | | | deinterlace: use avfilter yadif deinterlacer | ||||
| * | macui: change "Deinterlace" to "Yadif" | John Stebbins | 2016-02-15 | 1 | -2/+2 |
| | | |||||
| * | deinterlace: add conditional deinterlacing of interlaced frames | John Stebbins | 2016-02-15 | 3 | -5/+15 |
| | | | | | | | | | | | | | | | | | | Only deinterlace frames that are marked as interlaced when mode HB_YADIF_AUTO is set in the filter settings. Currently, this would cause no frames to be deinterlaced since all frames are marked non-interlaced. This option will become useful in a subsequent patch that splits comb detection into it's own filter. | ||||
| * | deinterlace: use avfilter yadif deinterlacer | John Stebbins | 2016-02-15 | 8 | -682/+216 |
|/ | |||||
* | MacGui: show what preset will be used in the 'Add titles to queue' panel. ↵ | Damiano Galassi | 2016-02-15 | 4 | -36/+60 |
| | | | | Use autolayout for the xib. | ||||
* | WinGui: Fix a few binding errors on the audio Default tab. Allow Turbo first ↵ | sr55 | 2016-02-13 | 8 | -13/+38 |
| | | | | pass for x265 | ||||
* | WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 ↵ | sr55 | 2016-02-13 | 7 | -15/+57 |
| | | | | and 12bit x265 if you provide MinGW-W64 compiled dll libraries in the HandBrake install directory. | ||||
* | libhb: fix he-aac fallback setup | John Stebbins | 2016-02-12 | 1 | -2/+1 |
| | | | | if there is no he-aac encoder, a fallback to aac was not getting set. | ||||
* | sync: fix crash when sync init fails | John Stebbins | 2016-02-12 | 1 | -1/+2 |
| | |||||
* | MacGui: fix build. There is no need to thin sparkle anymore. | Damiano Galassi | 2016-02-12 | 1 | -3/+0 |
| | |||||
* | MacGui: add a tooltip to the video encoders popup. | Damiano Galassi | 2016-02-12 | 1 | -41/+5 |
| | |||||
* | Merge pull request #90 from anongitter/master | Damiano Galassi | 2016-02-12 | 96 | -250/+701 |
|\ | | | | | Move png icons into an asset catalog | ||||
| * | Move png icons into an asset catalog | anongitter | 2016-02-11 | 96 | -250/+701 |
|/ | | | | | Use of an asset catalog to store png icons instead of a folder to make it way easier to read in the Xcode project. | ||||
* | contrib: Rename libav patch for better DV in AVI compatibility. | Bradley Sepos | 2016-02-11 | 1 | -0/+0 |
| | |||||
* | contrib: Add libav patch for better DV in AVI compatibility. | Bradley Sepos | 2016-02-11 | 1 | -0/+37 |
| | |||||
* | x265: bump to version 1.9 | John Stebbins | 2016-02-11 | 1 | -2/+2 |
| | | | | | | | | | Allows disabling of libnuma. HandBrake would previously encounter link errors when libnuma was auto-detected by the x265 build system. Other various fixes and improvements... (cherry picked from commit e1d46e31ed4534d989bfab78ad514fd5126e5373) | ||||
* | MacGui: update sparkle to version 1.13.1. | Damiano Galassi | 2016-02-11 | 95 | -928/+828 |
| | |||||
* | WinGui: Detect if FDK encoder is available or not. | sr55 | 2016-02-10 | 1 | -0/+8 |
| | |||||
* | WinGui: WebOptimised and iPod 5G support checkboxes were not displaying the ↵ | sr55 | 2016-02-10 | 2 | -4/+44 |
| | | | | correct value on preset reload. | ||||
* | build: do not enable fdk-aac by default | John Stebbins | 2016-02-10 | 1 | -1/+1 |
| | | | | | | There is a license incompatibility with gpl :( (cherry picked from commit 6da861c9dc023e5b7cad648d596f571ee1214bbf) | ||||
* | sync: fix subtitle timestamps that go backwards | John Stebbins | 2016-02-10 | 1 | -3/+22 |
| | | | | | This should be really difficult to trigger, but someone found a sample that does. | ||||
* | MacGui: fix the 'add preset' panel minimum size. | Damiano Galassi | 2016-02-10 | 1 | -2/+2 |
| | |||||
* | WinGui: Fixed a bug with Audio Fallback encoder not setting correctly from ↵ | sr55 | 2016-02-09 | 1 | -2/+2 |
| | | | | presets. | ||||
* | rendersub: fix crash when processing EOF in subtitle render | John Stebbins | 2016-02-09 | 1 | -0/+29 |
| | |||||
* | Merge pull request #84 from anongitter/patch-1 | Damiano Galassi | 2016-02-09 | 1 | -3/+3 |
|\ | | | | | Move "Frameworks (bundled)" into "Frameworks" | ||||
| * | Move "Frameworks (bundled)" into "Frameworks" | anongitter | 2016-02-08 | 1 | -3/+3 |
|/ | | | Because the folder "Frameworks (bundled)" contains frameworks, it would be more consistent making it a children folder of "Frameworks" (and doing so, change its name to "Bundled" only). | ||||
* | WinGui: Fixes to the refactored Audio Defaults View. Settings were not ↵ | sr55 | 2016-02-07 | 11 | -62/+274 |
| | | | | getting applied correctly. | ||||
* | WinGui: | sr55 | 2016-02-06 | 22 | -554/+1287 |
| | | | | | | - Refractor the Audio and Subtitle Defaults into their own View/ViewModel - Add a new PopupWindow container system. - Add "Edit Defaults" for Audio and Subtitles on the Add Preset Pane to make the feature more discoverable. (Note, this does not change the existing settings on the Audio/Subtitle Tabs) | ||||
* | WinGui: Fix Video Bitrate Text Box not updating correctly with presets. | sr55 | 2016-02-04 | 1 | -5/+6 |
| | |||||
* | MacGui: add a way to edit the audio/defaults in the 'add preset' sheet, so ↵ | Damiano Galassi | 2016-02-03 | 2 | -78/+167 |
| | | | | hopefully it will be harder for new users to overlook them. | ||||
* | WinGui: Initial attempt at allowing nightly builds to be installed ↵ | sr55 | 2016-02-02 | 2 | -22/+22 |
| | | | | separately from standard builds. | ||||
* | WinGui: Couple of UI Tweaks. | sr55 | 2016-02-02 | 7 | -6/+116 |
| | |||||
* | WinGui: Fix for configure audio tracks not behaving correctly with "Any" option. | sr55 | 2016-01-31 | 1 | -7/+12 |
| | |||||
* | doc folder updates | sr55 | 2016-01-30 | 4 | -74/+67 |
| | |||||
* | MacGui: fix HBSubtitlesTrack copy, it missed the container ivar. | Damiano Galassi | 2016-01-30 | 1 | -0/+1 |
| | |||||
* | WinGui: Extra Space. | sr55 | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | WinGui: Allow the Nightly build and Release version to be run side-by-side. ↵ | [email protected] | 2016-01-29 | 4 | -4/+76 |
| | | | | The nightly build will store the config and presets file in a "Nightly" sub directory. If this directory doesn't exist, it'll create it and try port the release versions to it. | ||||
* | WinGui: Add support for the rotate and flip filter. | [email protected] | 2016-01-29 | 8 | -124/+237 |
| | |||||
* | libhb: fix use of uninitialized variable in lang.c | John Stebbins | 2016-01-29 | 2 | -4/+4 |
| | | | | It caused crashes in some builds | ||||
* | Merge pull request #70 from ranunez/master | Scott | 2016-01-28 | 2 | -30/+16 |
|\ | | | | | Converts README to markdown | ||||
| * | Adds newline for community support blurb | Ricardo Nunez | 2016-01-27 | 1 | -0/+1 |
| | | |||||
| * | Converts README to markdown | Ricardo Nunez | 2016-01-27 | 2 | -30/+15 |
| | | |||||
* | | MacGui: fix some static anaylizer warnings. | Damiano Galassi | 2016-01-28 | 3 | -9/+14 |
|/ |