Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Alignment tweak on the main window. | sr55 | 2018-07-25 | 1 | -2/+2 |
| | |||||
* | WinGui: Allow the Title Dropdown to grow in width where it makes sense. #1499 | sr55 | 2018-07-25 | 1 | -20/+29 |
| | |||||
* | WinGui: Make the error message nicer when the system clipboard is ↵ | sr55 | 2018-07-25 | 5 | -19/+53 |
| | | | | unavailable. #1498 | ||||
* | WinGui: Remove temp VCE hack. | sr55 | 2018-07-21 | 1 | -2/+1 |
| | |||||
* | Amf enc availability check (#1489) | OvchinnikovDmitrii | 2018-07-21 | 1 | -2/+84 |
| | | | | * AMF encoder availability check. #1408 | ||||
* | WinGui: Better handle Open Source Directory on the Queue where batch scan is ↵ | sr55 | 2018-07-19 | 1 | -0/+5 |
| | | | | used. Fixes #1491 | ||||
* | MacGui: update Sparkle to version 1.20. | Damiano Galassi | 2018-07-19 | 22 | -29/+63 |
| | |||||
* | WinGui: Move UserSettings over to JSON format. Settings from the older XML ↵ | sr55 | 2018-07-18 | 12 | -108/+143 |
| | | | | format will automatically transfer and the legacy files will be removed. | ||||
* | MacGui: validate the custom filters settings in the GUI. | Damiano Galassi | 2018-07-18 | 2 | -31/+232 |
| | |||||
* | WinGui: Remove CPU information from log header. It's also in the main log body. | sr55 | 2018-07-13 | 1 | -1/+0 |
| | |||||
* | Update NEWS with initial 1.2 release notes. | sr55 | 2018-07-13 | 1 | -1595/+1 |
| | |||||
* | WinGui: Fix an issue that was causing the app to erroneously create a ↵ | sr55 | 2018-07-13 | 1 | -1/+1 |
| | | | | "HandBrake Team" folder under the users "Roaming" folder. This also now displays the correct directory under the Log "Data Dir" line. | ||||
* | WinGui: Few small updates to the EncodeTaskImportFactory | sr55 | 2018-07-13 | 2 | -12/+16 |
| | |||||
* | LinGui: fix queue reload in flatpak sandbox | John Stebbins | 2018-07-12 | 3 | -10/+5 |
| | | | | | | Queues are tied to the PID of the process that wrote them. But the app runs with the same PID in the sandbox on every invocation. So the new pid file must be written after processing any previous queue. | ||||
* | MacGui: add missing Localizable.strings file. | Damiano Galassi | 2018-07-12 | 2 | -7/+673 |
| | |||||
* | MacGui: remove two non existing files from the Xcode project. | Damiano Galassi | 2018-07-12 | 1 | -24/+0 |
| | |||||
* | MacGui: fix the presets view that was broken a few days ago. | Damiano Galassi | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | MacGui: add German localisation by Nomis101. | Damiano Galassi | 2018-07-12 | 27 | -0/+2859 |
| | |||||
* | MacGui: make it possible to localise the default chapters titles. | Damiano Galassi | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | LinGui: simplify dest name selection | John Stebbins | 2018-07-10 | 3 | -214/+141 |
| | | | | Removes cruft that wasn't realy used. | ||||
* | MacGui: remove a bunch of unneeded compatibility code. | Damiano Galassi | 2018-07-10 | 14 | -102/+48 |
| | |||||
* | MacGui: made possible to localise more UI strings. | Damiano Galassi | 2018-07-10 | 3 | -64/+90 |
| | |||||
* | flatpak: disable flatpak-builder cache | John Stebbins | 2018-07-09 | 1 | -2/+2 |
| | | | | It fails to rebuild things that need to be rebuilt | ||||
* | VCE: Fix a typo that was preventing the VCE H.265 encoder from working. | sr55 | 2018-07-09 | 1 | -1/+1 |
| | |||||
* | WinGui: Simplify the Deinterlace / Decomb / Interlace Detection Tab and ↵ | sr55 | 2018-07-08 | 10 | -492/+179 |
| | | | | associated code. Tweak the layout of the deinterlace controls to match the Mac/Linux UI's. Pull Presets from libhb. | ||||
* | WinGui: Remove Unused OpenCL call. | sr55 | 2018-07-08 | 1 | -4/+0 |
| | |||||
* | WinGui: Tidy up some unused variables. | sr55 | 2018-07-08 | 4 | -16/+0 |
| | |||||
* | WinGui: Initial work to refactor the queue infrastructure to use the same ↵ | sr55 | 2018-07-08 | 12 | -29/+492 |
| | | | | JSON format as the CLI + extensions. | ||||
* | WinGui: Update the Encode Json Factory to produce human readable Json for ↵ | sr55 | 2018-07-07 | 7 | -61/+20 |
| | | | | audio and video encoders. | ||||
* | WinGui: Tidyup around the Scan Objects. Complete some incomplete models. ↵ | sr55 | 2018-07-07 | 11 | -140/+289 |
| | | | | Introduce a factory for Title objects. | ||||
* | VCE: Implement missing compile time availability flag. This should stop it ↵ | sr55 | 2018-07-07 | 1 | -1/+6 |
| | | | | showing up when it's not compiled in. | ||||
* | libhb: Fix broken encoder masks. | sr55 | 2018-07-05 | 1 | -2/+2 |
| | |||||
* | Specify flatpak branch when building the bundle | Frederick Ding | 2018-07-04 | 1 | -2/+2 |
| | | | Fixes a bug introduced in 70a0ad3b0088f86fa26e3f8fe9006834155c7d4d. Branch must be either `development` or `stable`, can't rely on defaults. See http://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-build-bundle for CLI reference. | ||||
* | libhb: Fix an ifdef typo | sr55 | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | build: Fix to not pass --enable-nvenc to FFmpeg configure on FreeBSD. | Yuichiro NAITO | 2018-07-02 | 2 | -12/+1 |
| | | | | Nvenc is not currently supported by Nvidia on FreeBSD. If it becomes supported on FreeBSD, please check nvidia-driver and FFmpeg. | ||||
* | build: Fix libavresample link order. | Yuichiro NAITO | 2018-07-01 | 1 | -1/+1 |
| | | | | avfilter referes to avresample. | ||||
* | build: Fix to add FreeBSD to nvenc target. | Yuichiro NAITO | 2018-07-01 | 1 | -0/+11 |
| | |||||
* | flatpak: set the branch for flatpak bundles | John Stebbins | 2018-07-01 | 2 | -2/+7 |
| | | | | | This allows differentiation between stable and development builds in a flatpak repository | ||||
* | flatpak: fix CLI flatpak platform dependency | John Stebbins | 2018-07-01 | 1 | -3/+3 |
| | |||||
* | nvenc: fix crash in nvenc_load_functions | John Stebbins | 2018-06-29 | 1 | -1/+1 |
| | | | | | nvenc_load_functions tries to free the input NvencFunctions before loading. Set pointer to NULL to prevent free of invalid pointer. | ||||
* | WinGui: Extend the "Video" preference tab to allow the hardware encoders to ↵ | sr55 | 2018-06-29 | 9 | -238/+198 |
| | | | | be disabled. | ||||
* | Add NVEnc encoder. (Round 3) (#1437) | Scott | 2018-06-29 | 20 | -51/+383 |
| | | | | | | Adding the Nvidia NVEnc H.264 and H.265 encoders. Based on Initial work by sgothel --enable-nvenc is the new compile time configure option to enable for builds. | ||||
* | contrib: Add additional AVX-512 compatibility patches to libvpx. | Bradley Sepos | 2018-06-28 | 2 | -0/+96 |
| | | | | #1401. | ||||
* | LinGui: Fix default destination filename for BDs | John Stebbins | 2018-06-28 | 3 | -5/+26 |
| | | | | | It was including the MPLS number as part of the default destination filename | ||||
* | bd: fix title->name for BDs that have disc info | John Stebbins | 2018-06-28 | 1 | -17/+33 |
| | | | | | This was defaulting to the device name when scanning raw devices, e.g. "sr0" on linux. | ||||
* | presets: fix importing file with "Official" presets | John Stebbins | 2018-06-27 | 1 | -0/+11 |
| | | | | | | Convert any presets with "Type" official to custom before importing. This can happen if someone decides to try to import a full user presets file from a previous install of HandBrake. | ||||
* | resample: fix dithering | John Stebbins | 2018-06-27 | 1 | -11/+2 |
| | | | | | It was only being allowed for certain codecs when it should be allowed for all. | ||||
* | audio_resample: switch from avresample to swresample | John Stebbins | 2018-06-27 | 9 | -90/+86 |
| | | | | Eliminates deprecation warnings for avresample | ||||
* | flatpak: add flatpak extensions support | John Stebbins | 2018-06-26 | 1 | -0/+14 |
| | | | | | This allows us to add additional libraries or executables as separate flatpak bundles | ||||
* | ffmpeg: alternate fix for corrupt preview frames | John Stebbins | 2018-06-22 | 1 | -18/+15 |
| | | | | | This leaves the recovery point heuristic intact and fixes the problem that was triggering the heuristic to return an early frame |