summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: do not use the raw block device path for bluray.Damiano Galassi2016-12-271-1/+1
|
* WinGui: A number of small fixes and Improvements.sr552016-12-277-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 Galassi2016-12-2713-18/+50
|
* MacGui: fix audio and subtitles tracks when reloading a job from the queue.Damiano Galassi2016-12-272-16/+20
|
* WinGui: Fix "(Any)" language track option on the Audio Tab for Automatic ↵sr552016-12-262-7/+9
| | | | Selection Behaviours
* WinGui: Add support to make the windows UI more portable friendly. ↵sr552016-12-266-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 ↵sr552016-12-269-0/+71
| | | | encoders. (Was on by default and not configurable. Now off by default but configurable)
* contrib: Update to automake 1.15.Bradley Sepos2016-12-241-7/+3
|
* contrib: Make recent fontconfig patch darwin/mac only for now.Bradley Sepos2016-12-241-0/+0
| | | | Automake fails if version < 1.15.
* contrib: Fix fontconfig patch committed as 39f6588.1.0.0Bradley Sepos2016-12-241-11/+8
|
* contrib: Add /Library/Fonts to fontconfig.Bradley Sepos2016-12-241-1/+1
|
* contrib: Patch fontconfig to allow setting RUN_FC_CACHE_TEST makevar.Bradley Sepos2016-12-241-0/+20
|
* MacGui: set the docs menu item to go directly to en 1.0.0 docs.Damiano Galassi2016-12-241-1/+1
|
* MacGui: change the initial queue window position to be near top-left screen ↵Damiano Galassi2016-12-241-6/+6
| | | | corner.
* MacGui: set the subtitles track default key when applying defaults from a ↵Damiano Galassi2016-12-241-0/+1
| | | | preset.
* MacGui: fix preview HUD initial position if the window size is different ↵Damiano Galassi2016-12-241-1/+1
| | | | than the default one.
* qsv: Fix a memory leak in enc_qsv.c Patch by maxim_d33sr552016-12-231-1/+1
|
* Update NEWS.markdown.Bradley Sepos2016-12-231-42/+62
|
* WinGui: Change the status bar to show when it's doing a subtitle scan.sr552016-12-225-10/+48
|
* WinGui: Remove Preset AutoName function as it hasn't ever worked properly.sr552016-12-223-7/+6
|
* libhb: pass through BT.2020 transfer flagsJohn Stebbins2016-12-222-0/+6
|
* stream: fix SRT subtitle durationJohn Stebbins2016-12-221-0/+1
|
* libav: fix SRT subtitle durationJohn Stebbins2016-12-221-0/+31
|
* Merge pull request #430 from bradleysepos/info-plistDamiano Galassi2016-12-221-2/+2
|\ | | | | macgui: Update Info.plist copyright and license.
| * macgui: Update Info.plist copyright and license.Bradley Sepos2016-12-221-2/+2
|/
* doc: Remove legacy documentation.Bradley Sepos2016-12-2222-2471/+0
| | | | Superseded by https://handbrake.fr/docs
* build: Add install, install-strip, and uninstall targets for Darwin/Mac.Bradley Sepos2016-12-224-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 Galassi2016-12-211-13/+0
| | | | mirrors are on https now.
* contrib: Add fontconfig fccache patch.Bradley Sepos2016-12-211-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 timeJohn Stebbins2016-12-211-1/+2
| | | | Thanks Rodeo for pointing this out
* libav: disable vdpauJohn Stebbins2016-12-211-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 problemJohn Stebbins2016-12-211-1/+1
|
* MacGui: fix languages cells layout.Damiano Galassi2016-12-211-11/+12
|
* MacGui: use the right color profile for Bt 2020 primaries.Damiano Galassi2016-12-211-0/+8
| | | | Closes #401.
* libhb: add new color tags for Bt 2020 and SMPTE ST 2084Damiano Galassi2016-12-218-22/+63
|
* macgui: Tweak queue toolbar icon badge.Bradley Sepos2016-12-211-5/+6
| | | | Text should be centered within the ellipse now. Align badge to bottom left of icon.
* macgui: Revise preview controller tooltips.Bradley Sepos2016-12-202-27/+27
|
* macgui: Revise queue tooltips and contextual menu.Bradley Sepos2016-12-201-28/+16
|
* macgui: Update activity window contextual menu items for consistency.Bradley Sepos2016-12-201-19/+11
|
* macgui: Update preferences dialogs.Bradley Sepos2016-12-201-71/+75
| | | | Revise tooltips and minor wording/layout tweaks.
* macgui: Remove single tooltip from preview picture settings hud.Bradley Sepos2016-12-201-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 Sepos2016-12-202-23/+23
|
* macgui: Revise chapters tab tooltips.Bradley Sepos2016-12-201-5/+5
|
* macgui: Clarify audio DRC tooltips.Bradley Sepos2016-12-202-12/+12
|
* macgui: Make main menu web links obviously external.Bradley Sepos2016-12-201-2/+2
|
* macgui: Revise subtitles defaults tooltips.Bradley Sepos2016-12-201-14/+21
|
* macgui: Revise subtitles tab tooltips.Bradley Sepos2016-12-201-25/+27
|
* macgui: Revise audio defaults tooltips.Bradley Sepos2016-12-201-11/+34
|
* macgui: Revise quality and bitrate mode tooltips on main window.Bradley Sepos2016-12-201-3/+6
|
* macgui: Revise audio tab tooltips.Bradley Sepos2016-12-201-13/+30
|