Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Some further tidyup of HandBrake.Interop. Remove the instance ↵ | sr55 | 2018-12-09 | 7 | -269/+92 |
| | | | | manager. The consumers should manage this themselves. | ||||
* | WinGui: FIx a small bug in the HTTP Service | sr55 | 2018-12-09 | 1 | -1/+1 |
| | |||||
* | Add Build Status to the Readme | Scott | 2018-12-08 | 1 | -1/+1 |
| | |||||
* | Remove unneeded sudo | Scott | 2018-12-08 | 1 | -1/+0 |
| | |||||
* | Initial support for Travis builds | Scott | 2018-12-08 | 1 | -0/+18 |
| | | | To start off with, Linux CLI only. | ||||
* | WinGui: Fix a number of build warnings. Fixes #1720 and #1721 and a few ↵ | sr55 | 2018-12-08 | 11 | -31/+45 |
| | | | | other warnings in the code. | ||||
* | VCE: Fix an issue with where the h264 stream was not correctly written to ↵ | sr55 | 2018-12-07 | 1 | -9/+2 |
| | | | | the container. #1706 | ||||
* | MacGui: update German localization (Dec 2018). | Simon Lämmle | 2018-12-07 | 8 | -71/+60 |
| | | | | Update german localization to Transifex status of December 2018. | ||||
* | WinGui: Completely hide the 2pass control for all hardware encoders. | sr55 | 2018-12-02 | 2 | -16/+12 |
| | |||||
* | Default Nvenc to use slower, higher quality settings. Fix some issues around ↵ | sr55 | 2018-12-01 | 2 | -13/+57 |
| | | | | the rate control, profile and level settings. | ||||
* | WinGui: Fix a minor cosmetic issue on the extra args box on the video tab. ↵ | sr55 | 2018-11-29 | 1 | -1/+1 |
| | | | | Fixes #1705 | ||||
* | nvenc: fix chapter mark positions | John Stebbins | 2018-11-29 | 1 | -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 NAITO | 2018-11-27 | 2 | -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 NAITO | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | build: Respect CC environment variable on FreeBSD. | Yuichiro NAITO | 2018-11-26 | 4 | -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 Sepos | 2018-11-26 | 7 | -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 Sepos | 2018-11-26 | 4 | -20/+20 |
| | |||||
* | contrib: Update to x264 build 157 r2935 545de2f. | Bradley Sepos | 2018-11-26 | 3 | -606/+10 |
| | |||||
* | contrib: Update to libopus 1.3. | Bradley Sepos | 2018-11-26 | 1 | -3/+3 |
| | |||||
* | Nvenc: Don't override rc-lookahead or spartial-aq settings. | sr55 | 2018-11-24 | 1 | -6/+0 |
| | |||||
* | WinGui: Allow Add All / Add Selection to queue to be added to the toolbar ↵ | sr55 | 2018-11-24 | 7 | -5436/+5561 |
| | | | | similar to the mac ui. Enabled via the toolbar right click context menu. | ||||
* | WinGui: Tidy up a few instances of mesagebox.show. | sr55 | 2018-11-24 | 4 | -10/+10 |
| | |||||
* | WinGui: Trim some duplicate error messages on the main screen. | sr55 | 2018-11-24 | 4 | -46/+2 |
| | |||||
* | WinGui: Get rid of some erroneous logging for NVEnc. | sr55 | 2018-11-23 | 1 | -2/+1 |
| | |||||
* | WinGui: Update German translation #1597 | sr55 | 2018-11-23 | 2 | -81/+188 |
| | |||||
* | WinGui: Disable 2-pass for NVEnc and VCE. this is not implemented. | sr55 | 2018-11-21 | 2 | -2/+33 |
| | |||||
* | WinGui: Fixing various UI Localisation issues and missing strings. #1597 | sr55 | 2018-11-19 | 8 | -5153/+5572 |
| | |||||
* | WinGui: Updated DE Translations. Updated the Source Selection view to be ↵ | sr55 | 2018-11-18 | 4 | -130/+604 |
| | | | | more responsive #1597 | ||||
* | WinGui: Save Options when the app closes, if the options window was last ↵ | sr55 | 2018-11-18 | 2 | -8/+7 |
| | | | | open and unsaved. | ||||
* | MacGui: fix an exception in the preview window touchbar. | Damiano Galassi | 2018-11-18 | 1 | -6/+12 |
| | |||||
* | Try to make the Feature Request template clearer. | Scott | 2018-11-17 | 1 | -12/+7 |
| | |||||
* | Try to make the post template clearer. | Scott | 2018-11-17 | 1 | -15/+9 |
| | |||||
* | Few Minor UI Tweaks to better handle localised content. | sr55 | 2018-11-17 | 2 | -6/+6 |
| | |||||
* | WinGui: Minor Code Tidyup | sr55 | 2018-11-17 | 3 | -4/+1 |
| | |||||
* | WinGui: Fix build system / installer issues around language support. | sr55 | 2018-11-17 | 5 | -16/+23 |
| | |||||
* | MacGui: disable two-pass when VideoToolbox is the selected encoder. | Damiano Galassi | 2018-11-15 | 1 | -6/+4 |
| | |||||
* | Add VideoToolbox hardware encoding thru FFmpeg. | Damiano Galassi | 2018-11-15 | 15 | -6/+326 |
| | |||||
* | MacGui: made some touch bar buttons smaller. | Damiano Galassi | 2018-11-15 | 2 | -4/+4 |
| | |||||
* | Give VCE and NVENC encoders more descriptive long names | John Stebbins | 2018-11-14 | 1 | -4/+4 |
| | |||||
* | Fix display of null nvenc encoder names in job log | John Stebbins | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | muxavformat: fix error messages | John Stebbins | 2018-11-14 | 1 | -4/+4 |
| | |||||
* | encavcodec: fix passing extradata to muxer | John Stebbins | 2018-11-14 | 2 | -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 configure | John Stebbins | 2018-11-14 | 3 | -5/+13 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/1677 | ||||
* | build: add 'PYTON.exe' to probed tools | John Stebbins | 2018-11-14 | 1 | -0/+1 |
| | | | | | This records in GNUmakefile what python executable was found by configure. | ||||
* | LinGui: make auto-name template case insensitive | John Stebbins | 2018-11-12 | 1 | -11/+11 |
| | | | | Fixes #1670 on Linux | ||||
* | WinGui: Adding Language support to the UI. Adding Partial Translation for ↵ | sr55 | 2018-11-11 | 11 | -5114/+7170 |
| | | | | | | German Language (Work in progress) #1597 Also fix Main_SelectPreset error. #1669 | ||||
* | MacGui: improve preview window touch bar. | Damiano Galassi | 2018-11-11 | 5 | -61/+98 |
| | |||||
* | MacGui: show a progress bar on the encoded file in Finder. | Damiano Galassi | 2018-11-11 | 1 | -1/+33 |
| | |||||
* | WinGui: Fix typo #1670 | sr55 | 2018-11-10 | 1 | -1/+1 |
| | |||||
* | Added a note about 3rd party library updates | Scott | 2018-11-10 | 1 | -1/+1 |
| |