summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* WinGui: Improve many tooltips for 1.0 #426sr552016-12-206-60/+392
|
* macgui: Revise Open Source toolbar button tooltip.Bradley Sepos2016-12-201-1/+1
| | | | Was also being set dynamically.
* macgui: Revise Picture tab tooltips.Bradley Sepos2016-12-201-52/+106
|
* macgui: Revise Add Preset dialog tooltips.Bradley Sepos2016-12-201-14/+16
|
* macgui: Revise presets drawer tooltips.Bradley Sepos2016-12-201-20/+11
|
* macgui: Revise main window tooltips.Bradley Sepos2016-12-201-30/+34
| | | | Change Output Settings label to Preset.
* macgui: Revise main menu.Bradley Sepos2016-12-201-9/+9
|
* MacGui: do not display pass info if pass_count is -1. Start the HBCore ↵Damiano Galassi2016-12-202-9/+11
| | | | update timer only after starting a scan/job.
* libhb: immediately set hb_state_t pass and pass_count to -1 in hb_start(), ↵Damiano Galassi2016-12-201-0/+2
| | | | so a UI can check if pass_count has been set or not yet, to avoid displaying a random value for half a second if it tries to display the pass state before the work thread has been initialized.
* MacGui: return 'und' is the language is unknown.Damiano Galassi2016-12-201-1/+1
|
* MacGui: restore the NSGraphicsContext after it has been used.Damiano Galassi2016-12-201-0/+2
|
* Add Maxym Dm to authors.Bradley Sepos2016-12-191-0/+5
| | | | Thanks for your contributions!
* macgui: Revise Video tab tooltips.Bradley Sepos2016-12-191-27/+36
|
* build: Update Sparkle minimum Mac system version to 10.7.0.Bradley Sepos2016-12-181-1/+1
|
* WinGui: Update the VersionUtility class to work for official releases that ↵sr552016-12-187-158/+9
| | | | are not from subversion.
* scripts: Print usage and exit when release tag not specified to tag-release.sh.Bradley Sepos2016-12-181-1/+6
|
* build: Really ensure tag suffix is not None in configure.py.Bradley Sepos2016-12-181-2/+1
|
* build: Ensure tag suffix is not None in configure.py.Bradley Sepos2016-12-181-1/+2
|
* build: Update Mac release package name.Bradley Sepos2016-12-181-6/+4
|
* WinGui: Set QSV Decode to false if the hardware isn't available for use.sr552016-12-181-1/+3
|
* contrib: Disable libva for libmfx.Bradley Sepos2016-12-171-0/+2
| | | | Should be automatic, but it seems libmfx's configure script sometimes assumes libva is present. Hopefully this fixes Jenkins.
* contrib: Disable libav vaapi.Bradley Sepos2016-12-171-0/+1
| | | | We're not using it (yet) and it seems to be causing build problems with Jenkins.
* fix memory leaksJohn Stebbins2016-12-173-2/+3
| | | | | | The series of commits starting with Tim's "libav: remove our custom QSV wrapper." Closes #46, closes #276, and closes #416.
* stream: fix SRT detectionJohn Stebbins2016-12-171-0/+1
| | | | libav changed the codec id they use for SRT in mkv
* unref AVPackets, fix merge issuesJohn Stebbins2016-12-172-3/+6
|
* qsv: rename av_qsv* to hb_qsv*John Stebbins2016-12-1715-435/+435
|