summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* build: Respect CC environment variable on FreeBSD.Yuichiro NAITO2018-11-264-3/+14
| | | | | | | | | | | | Fixes #1674. We use the compiler that CC environment variable indicates. If CC is ommited, use gcc or clang which is installed. If gcc is chosen, we need to add `-Wl,-rpath` option to make runtime linker linking gcc's runtime libraries from installed path. For example, gcc7's runtime libraries are installed in `/usr/local/lib/gcc7` by default. And we also need to link libc++ first to make libc++ initializer is called on runtime.
* contrib: Update to FFmpeg 4.1.0.Bradley Sepos2018-11-267-67/+262
| | | | Includes additional patches applied to the release branch shortly after tagging, including a patch that fixes #1595.
* contrib: Update to x265 2.9.Bradley Sepos2018-11-264-20/+20
|
* contrib: Update to x264 build 157 r2935 545de2f.Bradley Sepos2018-11-263-606/+10
|
* contrib: Update to libopus 1.3.Bradley Sepos2018-11-261-3/+3
|
* Nvenc: Don't override rc-lookahead or spartial-aq settings.sr552018-11-241-6/+0
|
* WinGui: Allow Add All / Add Selection to queue to be added to the toolbar ↵sr552018-11-247-5436/+5561
| | | | similar to the mac ui. Enabled via the toolbar right click context menu.
* WinGui: Tidy up a few instances of mesagebox.show.sr552018-11-244-10/+10
|
* WinGui: Trim some duplicate error messages on the main screen.sr552018-11-244-46/+2
|
* WinGui: Get rid of some erroneous logging for NVEnc.sr552018-11-231-2/+1
|
* WinGui: Update German translation #1597sr552018-11-232-81/+188
|
* WinGui: Disable 2-pass for NVEnc and VCE. this is not implemented.sr552018-11-212-2/+33
|
* WinGui: Fixing various UI Localisation issues and missing strings. #1597sr552018-11-198-5153/+5572
|
* WinGui: Updated DE Translations. Updated the Source Selection view to be ↵sr552018-11-184-130/+604
| | | | more responsive #1597
* WinGui: Save Options when the app closes, if the options window was last ↵sr552018-11-182-8/+7
| | | | open and unsaved.
* MacGui: fix an exception in the preview window touchbar.Damiano Galassi2018-11-181-6/+12
|
* Try to make the Feature Request template clearer.Scott2018-11-171-12/+7
|
* Try to make the post template clearer.Scott2018-11-171-15/+9
|
* Few Minor UI Tweaks to better handle localised content.sr552018-11-172-6/+6
|
* WinGui: Minor Code Tidyupsr552018-11-173-4/+1
|
* WinGui: Fix build system / installer issues around language support.sr552018-11-175-16/+23
|
* MacGui: disable two-pass when VideoToolbox is the selected encoder.Damiano Galassi2018-11-151-6/+4
|
* Add VideoToolbox hardware encoding thru FFmpeg.Damiano Galassi2018-11-1515-6/+326
|
* MacGui: made some touch bar buttons smaller.Damiano Galassi2018-11-152-4/+4
|
* Give VCE and NVENC encoders more descriptive long namesJohn Stebbins2018-11-141-4/+4
|
* Fix display of null nvenc encoder names in job logJohn Stebbins2018-11-141-1/+1
|
* muxavformat: fix error messagesJohn Stebbins2018-11-141-4/+4
|
* encavcodec: fix passing extradata to muxerJohn Stebbins2018-11-142-44/+69
| | | | | | The extradata handling hasn't changed since 0.7 when we only used encavcodec for mpeg4 encoding. It was not designed to handle the additional codecs we are encoding now.
* LinGui: use the version of python found by configureJohn Stebbins2018-11-143-5/+13
| | | | Fixes https://github.com/HandBrake/HandBrake/issues/1677
* build: add 'PYTON.exe' to probed toolsJohn Stebbins2018-11-141-0/+1
| | | | | This records in GNUmakefile what python executable was found by configure.
* LinGui: make auto-name template case insensitiveJohn Stebbins2018-11-121-11/+11
| | | | Fixes #1670 on Linux
* WinGui: Adding Language support to the UI. Adding Partial Translation for ↵sr552018-11-1111-5114/+7170
| | | | | | German Language (Work in progress) #1597 Also fix Main_SelectPreset error. #1669
* MacGui: improve preview window touch bar.Damiano Galassi2018-11-115-61/+98
|
* MacGui: show a progress bar on the encoded file in Finder.Damiano Galassi2018-11-111-1/+33
|
* WinGui: Fix typo #1670sr552018-11-101-1/+1
|
* Added a note about 3rd party library updatesScott2018-11-101-1/+1
|