Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: do not use the raw block device path for bluray. | Damiano Galassi | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | WinGui: A number of small fixes and Improvements. | sr55 | 2016-12-27 | 7 | -26/+27 |
| | | | | | | | | - Fix Update Preset Option. Add CC and Foreign Audio Scan were not setting correctly when updating a preset. Fixes #442 - Fix an issue where "Normal" Preset was showing as default as well as "Fast". - Fix issues in the preset loading of the Deinterlace/Decomb Presets. Fixes #443 - Make the Video Extra Options Box Fix to area to make it easier to read long option strings. - Change the logic for enabling the Use Advanced Options box to not look at the option string. Fixes #441 | ||||
* | MacGui: enable NSSecureCoding for the queue file. | Damiano Galassi | 2016-12-27 | 13 | -18/+50 |
| | |||||
* | MacGui: fix audio and subtitles tracks when reloading a job from the queue. | Damiano Galassi | 2016-12-27 | 2 | -16/+20 |
| | |||||
* | WinGui: Fix "(Any)" language track option on the Audio Tab for Automatic ↵ | sr55 | 2016-12-26 | 2 | -7/+9 |
| | | | | Selection Behaviours | ||||
* | WinGui: Add support to make the windows UI more portable friendly. ↵ | sr55 | 2016-12-26 | 6 | -3/+202 |
| | | | | Configurable via portable.ini file. All temp, presets, settings, logs etc can be stored in a specific or current directory. | ||||
* | WinGui: New Setting to allow the QSV decoder to be used with Non QSV ↵ | sr55 | 2016-12-26 | 9 | -0/+71 |
| | | | | encoders. (Was on by default and not configurable. Now off by default but configurable) | ||||
* | contrib: Update to automake 1.15. | Bradley Sepos | 2016-12-24 | 1 | -7/+3 |
| | |||||
* | contrib: Make recent fontconfig patch darwin/mac only for now. | Bradley Sepos | 2016-12-24 | 1 | -0/+0 |
| | | | | Automake fails if version < 1.15. | ||||
* | contrib: Fix fontconfig patch committed as 39f6588.1.0.0 | Bradley Sepos | 2016-12-24 | 1 | -11/+8 |
| | |||||
* | contrib: Add /Library/Fonts to fontconfig. | Bradley Sepos | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | contrib: Patch fontconfig to allow setting RUN_FC_CACHE_TEST makevar. | Bradley Sepos | 2016-12-24 | 1 | -0/+20 |
| | |||||
* | MacGui: set the docs menu item to go directly to en 1.0.0 docs. | Damiano Galassi | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | MacGui: change the initial queue window position to be near top-left screen ↵ | Damiano Galassi | 2016-12-24 | 1 | -6/+6 |
| | | | | corner. | ||||
* | MacGui: set the subtitles track default key when applying defaults from a ↵ | Damiano Galassi | 2016-12-24 | 1 | -0/+1 |
| | | | | preset. | ||||
* | MacGui: fix preview HUD initial position if the window size is different ↵ | Damiano Galassi | 2016-12-24 | 1 | -1/+1 |
| | | | | than the default one. | ||||
* | qsv: Fix a memory leak in enc_qsv.c Patch by maxim_d33 | sr55 | 2016-12-23 | 1 | -1/+1 |
| | |||||
* | Update NEWS.markdown. | Bradley Sepos | 2016-12-23 | 1 | -42/+62 |
| | |||||
* | WinGui: Change the status bar to show when it's doing a subtitle scan. | sr55 | 2016-12-22 | 5 | -10/+48 |
| | |||||
* | WinGui: Remove Preset AutoName function as it hasn't ever worked properly. | sr55 | 2016-12-22 | 3 | -7/+6 |
| | |||||
* | libhb: pass through BT.2020 transfer flags | John Stebbins | 2016-12-22 | 2 | -0/+6 |
| | |||||
* | stream: fix SRT subtitle duration | John Stebbins | 2016-12-22 | 1 | -0/+1 |
| | |||||
* | libav: fix SRT subtitle duration | John Stebbins | 2016-12-22 | 1 | -0/+31 |
| | |||||
* | Merge pull request #430 from bradleysepos/info-plist | Damiano Galassi | 2016-12-22 | 1 | -2/+2 |
|\ | | | | | macgui: Update Info.plist copyright and license. | ||||
| * | macgui: Update Info.plist copyright and license. | Bradley Sepos | 2016-12-22 | 1 | -2/+2 |
|/ | |||||
* | doc: Remove legacy documentation. | Bradley Sepos | 2016-12-22 | 22 | -2471/+0 |
| | | | | Superseded by https://handbrake.fr/docs | ||||
* | build: Add install, install-strip, and uninstall targets for Darwin/Mac. | Bradley Sepos | 2016-12-22 | 4 | -39/+79 |
| | | | | | | | Also refactor test.* convenience targets for Darwin/Mac. Configure parameter --prefix now sets HandBrakeCLI install directory [/usr/local] like on other systems. New configure parameter --xcode-prefix sets HandBrake.app install directory [/Applications]. Not used on other systems. | ||||
* | MacGui: remove NSAppTransportSecurity handbrake.fr http exception, all the ↵ | Damiano Galassi | 2016-12-21 | 1 | -13/+0 |
| | | | | mirrors are on https now. | ||||
* | contrib: Add fontconfig fccache patch. | Bradley Sepos | 2016-12-21 | 1 | -0/+51 |
| | | | | Unreleased bug fix. Original commit on the fontconfig master branch: https://cgit.freedesktop.org/fontconfig/commit/?id=0e9b2a152729bfd457e656a9258a06cbfdac1bae | ||||
* | fix unreachable code, really fix boolean logic this time | John Stebbins | 2016-12-21 | 1 | -1/+2 |
| | | | | Thanks Rodeo for pointing this out | ||||
* | libav: disable vdpau | John Stebbins | 2016-12-21 | 1 | -0/+1 |
| | | | | | libav auto enables this if it finds support libs. This causes a link error, so explicitly disable it. | ||||
* | fix compiler warning and operator precedence problem | John Stebbins | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | MacGui: fix languages cells layout. | Damiano Galassi | 2016-12-21 | 1 | -11/+12 |
| | |||||
* | MacGui: use the right color profile for Bt 2020 primaries. | Damiano Galassi | 2016-12-21 | 1 | -0/+8 |
| | | | | Closes #401. | ||||
* | libhb: add new color tags for Bt 2020 and SMPTE ST 2084 | Damiano Galassi | 2016-12-21 | 8 | -22/+63 |
| | |||||
* | macgui: Tweak queue toolbar icon badge. | Bradley Sepos | 2016-12-21 | 1 | -5/+6 |
| | | | | Text should be centered within the ellipse now. Align badge to bottom left of icon. | ||||
* | macgui: Revise preview controller tooltips. | Bradley Sepos | 2016-12-20 | 2 | -27/+27 |
| | |||||
* | macgui: Revise queue tooltips and contextual menu. | Bradley Sepos | 2016-12-20 | 1 | -28/+16 |
| | |||||
* | macgui: Update activity window contextual menu items for consistency. | Bradley Sepos | 2016-12-20 | 1 | -19/+11 |
| | |||||
* | macgui: Update preferences dialogs. | Bradley Sepos | 2016-12-20 | 1 | -71/+75 |
| | | | | Revise tooltips and minor wording/layout tweaks. | ||||
* | macgui: Remove single tooltip from preview picture settings hud. | Bradley Sepos | 2016-12-20 | 1 | -5/+2 |
| | | | | Only one existed. For now we'll just leave this panel un-tooltip'd and defer to the main window picture tab. | ||||
* | macgui: Revise audio and subtitles tabs contextual menus. | Bradley Sepos | 2016-12-20 | 2 | -23/+23 |
| | |||||
* | macgui: Revise chapters tab tooltips. | Bradley Sepos | 2016-12-20 | 1 | -5/+5 |
| | |||||
* | macgui: Clarify audio DRC tooltips. | Bradley Sepos | 2016-12-20 | 2 | -12/+12 |
| | |||||
* | macgui: Make main menu web links obviously external. | Bradley Sepos | 2016-12-20 | 1 | -2/+2 |
| | |||||
* | macgui: Revise subtitles defaults tooltips. | Bradley Sepos | 2016-12-20 | 1 | -14/+21 |
| | |||||
* | macgui: Revise subtitles tab tooltips. | Bradley Sepos | 2016-12-20 | 1 | -25/+27 |
| | |||||
* | macgui: Revise audio defaults tooltips. | Bradley Sepos | 2016-12-20 | 1 | -11/+34 |
| | |||||
* | macgui: Revise quality and bitrate mode tooltips on main window. | Bradley Sepos | 2016-12-20 | 1 | -3/+6 |
| | |||||
* | macgui: Revise audio tab tooltips. | Bradley Sepos | 2016-12-20 | 1 | -13/+30 |
| |