summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Bump Version to 1.3.0sr552018-12-265-7/+7
|
* libhb: Remove duplicate lines added to param.c in ↵Bradley Sepos2018-12-251-4/+0
| | | | | | 822ce4df33f7550078688f86a68460bdfb4d2c90. #1754.
* Fix rotation of video flagged with 0 rotationJohn Stebbins2018-12-251-0/+1
| | | | | | Only breaks in cases that video is *explicitely* flagged with 0 rotation. Fixes https://github.com/HandBrake/HandBrake/issues/1750
* LinGui: bump ubuntu version number epochJohn Stebbins2018-12-221-2/+2
| | | | Overrides a bad version number for ubuntu cosmic in launchpad
* Fix macOS codesign script.Damiano Galassi2018-12-221-2/+1
|
* MacGui: fix file extension when setting a preset.Damiano Galassi2018-12-221-2/+4
|
* WinGui: Where the system language isn't English, allow English language to ↵1.2.0sr552018-12-161-1/+1
| | | | be used in GUI.
* WinGui: Quick Fix of shutdown option for German translation.sr552018-12-161-0/+6
|
* WinGui: Fix an error when trying to encode an item with no destination.sr552018-12-161-8/+9
|
* WinGui: Try to work-around broken shell extensions breaking the Shutdown ↵sr552018-12-151-1/+3
| | | | feature.
* WinGui: Reset the cancel flag on the Countdown Window for post-encode ↵sr552018-12-152-2/+3
| | | | actions. #1729
* Nits in 1.2.0 release News.Bradley Sepos2018-12-151-2/+2
|
* Remove source-path, it's not new to windows 1.2Scott2018-12-151-1/+0
|
* Clarify source-path automatic path setting in News for 1.2.0 release.Bradley Sepos2018-12-141-2/+3
|
* WinGui: Focus the preview window when the button is pressed while it is ↵sr552018-12-141-0/+5
| | | | still open.
* WinGui: Don't allow multiple preview windows to be opened.sr552018-12-143-2/+3
|
* contrib: Add FFmpeg patch fixing decoding for certain MPEG streams.Bradley Sepos2018-12-141-0/+30
| | | | Fixes #1563.
* Another minor revision to News for 1.2.0.Bradley Sepos2018-12-131-1/+0
| | | | This was only ever an issue in the nightly builds, and not released.
* MacGui: refactor HBStateFormatter.Damiano Galassi2018-12-134-168/+154
|
* MacGui: add a touch bar button to open a new source when all the windows are ↵Damiano Galassi2018-12-131-0/+36
| | | | closed.
* MacGui: write a log message when sleep is prevented/allowed.Damiano Galassi2018-12-131-0/+2
|
* Sort Thanks and add liblzma (xz).Bradley Sepos2018-12-121-2/+3
|
* Revise News for 1.2.0 release based on feedback.Bradley Sepos2018-12-121-5/+1
|
* Update README.markdownScott2018-12-121-0/+2
|
* Updating ThanksScott2018-12-121-1/+2
|
* TypoScott2018-12-121-1/+1
|
* Update README.markdownScott2018-12-121-1/+2
|
* Updating information about translations.Scott2018-12-121-1/+5
|
* Add new Chromecast 1080p60 preset to News for 1.2.0 release.Bradley Sepos2018-12-121-2/+3
|
* preset: Add Chromecast 1080p60 Surround preset and update some descriptions.Bradley Sepos2018-12-123-8/+243
| | | | New Chromecast 3rd Generation supports 60 fps.
* WinGui: Consistency tweak. "Reload" instead of "Reload Defaults"sr552018-12-123-5444/+5443
|
* Fix typo in News for 1.2.0 release.Bradley Sepos2018-12-121-1/+1
|
* Update News for 1.2.0 release.Bradley Sepos2018-12-121-22/+110
|
* LinGui: accept {source-path} in addition to {source_path}John Stebbins2018-12-122-4/+5
| | | | Standardize on '-' but accept legacy '_'
* Extend the range of allowed bitrate inputs to allow Opus to go down as low ↵sr552018-12-111-0/+3
| | | | as 6kbit #1725
* VideoToolbox: Remove unsupported main10 mode #1719sr552018-12-101-1/+1
|
* WinGui: Some further tidyup of HandBrake.Interop. Remove the instance ↵sr552018-12-097-269/+92
| | | | manager. The consumers should manage this themselves.
* WinGui: FIx a small bug in the HTTP Servicesr552018-12-091-1/+1
|
* Add Build Status to the ReadmeScott2018-12-081-1/+1
|
* Remove unneeded sudoScott2018-12-081-1/+0
|
* Initial support for Travis buildsScott2018-12-081-0/+18
| | | To start off with, Linux CLI only.
* WinGui: Fix a number of build warnings. Fixes #1720 and #1721 and a few ↵sr552018-12-0811-31/+45
| | | | other warnings in the code.
* VCE: Fix an issue with where the h264 stream was not correctly written to ↵sr552018-12-071-9/+2
| | | | the container. #1706
* MacGui: update German localization (Dec 2018).Simon Lämmle2018-12-078-71/+60
| | | | Update german localization to Transifex status of December 2018.
* WinGui: Completely hide the 2pass control for all hardware encoders.sr552018-12-022-16/+12
|
* Default Nvenc to use slower, higher quality settings. Fix some issues around ↵sr552018-12-012-13/+57
| | | | the rate control, profile and level settings.
* WinGui: Fix a minor cosmetic issue on the extra args box on the video tab. ↵sr552018-11-291-1/+1
| | | | Fixes #1705
* nvenc: fix chapter mark positionsJohn Stebbins2018-11-291-0/+3
| | | | | Set flag that forces nvenc to produce IDR frames when a keyframe is forced. We require IDR frames at chapter marks.
* build: Remove GCC.I and GCC.L for FreeBSD.Yuichiro NAITO2018-11-272-2/+1
| | | | | | | | It is too strong configuration that forces to search for the specific path first. If contrib library (ex. x265) is installed from Ports, and Ports library version is different from contrib, "GCC.I=/usr/local/include" look up Ports library headers first and it can be different definitions from contrib headers. We should look up contrib headers before Ports library headers.
* build: Respect CC environment variable on all platforms.Yuichiro NAITO2018-11-261-1/+1
|