summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Alignment tweak on the main window.sr552018-07-251-2/+2
|
* WinGui: Allow the Title Dropdown to grow in width where it makes sense. #1499sr552018-07-251-20/+29
|
* WinGui: Make the error message nicer when the system clipboard is ↵sr552018-07-255-19/+53
| | | | unavailable. #1498
* WinGui: Remove temp VCE hack.sr552018-07-211-2/+1
|
* Amf enc availability check (#1489)OvchinnikovDmitrii2018-07-211-2/+84
| | | | * AMF encoder availability check. #1408
* WinGui: Better handle Open Source Directory on the Queue where batch scan is ↵sr552018-07-191-0/+5
| | | | used. Fixes #1491
* MacGui: update Sparkle to version 1.20.Damiano Galassi2018-07-1922-29/+63
|
* WinGui: Move UserSettings over to JSON format. Settings from the older XML ↵sr552018-07-1812-108/+143
| | | | format will automatically transfer and the legacy files will be removed.
* MacGui: validate the custom filters settings in the GUI.Damiano Galassi2018-07-182-31/+232
|
* WinGui: Remove CPU information from log header. It's also in the main log body.sr552018-07-131-1/+0
|
* Update NEWS with initial 1.2 release notes.sr552018-07-131-1595/+1
|
* WinGui: Fix an issue that was causing the app to erroneously create a ↵sr552018-07-131-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 EncodeTaskImportFactorysr552018-07-132-12/+16
|
* LinGui: fix queue reload in flatpak sandboxJohn Stebbins2018-07-123-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 Galassi2018-07-122-7/+673
|
* MacGui: remove two non existing files from the Xcode project.Damiano Galassi2018-07-121-24/+0
|
* MacGui: fix the presets view that was broken a few days ago.Damiano Galassi2018-07-121-1/+1
|
* MacGui: add German localisation by Nomis101.Damiano Galassi2018-07-1227-0/+2859
|
* MacGui: make it possible to localise the default chapters titles.Damiano Galassi2018-07-111-1/+1
|
* LinGui: simplify dest name selectionJohn Stebbins2018-07-103-214/+141
| | | | Removes cruft that wasn't realy used.
* MacGui: remove a bunch of unneeded compatibility code.Damiano Galassi2018-07-1014-102/+48
|
* MacGui: made possible to localise more UI strings.Damiano Galassi2018-07-103-64/+90
|
* flatpak: disable flatpak-builder cacheJohn Stebbins2018-07-091-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.sr552018-07-091-1/+1
|
* WinGui: Simplify the Deinterlace / Decomb / Interlace Detection Tab and ↵sr552018-07-0810-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.sr552018-07-081-4/+0
|
* WinGui: Tidy up some unused variables.sr552018-07-084-16/+0
|
* WinGui: Initial work to refactor the queue infrastructure to use the same ↵sr552018-07-0812-29/+492
| | | | JSON format as the CLI + extensions.
* WinGui: Update the Encode Json Factory to produce human readable Json for ↵sr552018-07-077-61/+20
| | | | audio and video encoders.
* WinGui: Tidyup around the Scan Objects. Complete some incomplete models. ↵sr552018-07-0711-140/+289
| | | | Introduce a factory for Title objects.
* VCE: Implement missing compile time availability flag. This should stop it ↵sr552018-07-071-1/+6
| | | | showing up when it's not compiled in.
* libhb: Fix broken encoder masks.sr552018-07-051-2/+2
|
* Specify flatpak branch when building the bundleFrederick Ding2018-07-041-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 typosr552018-07-021-1/+1
|
* build: Fix to not pass --enable-nvenc to FFmpeg configure on FreeBSD.Yuichiro NAITO2018-07-022-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 NAITO2018-07-011-1/+1
| | | | avfilter referes to avresample.
* build: Fix to add FreeBSD to nvenc target.Yuichiro NAITO2018-07-011-0/+11
|
* flatpak: set the branch for flatpak bundlesJohn Stebbins2018-07-012-2/+7
| | | | | This allows differentiation between stable and development builds in a flatpak repository
* flatpak: fix CLI flatpak platform dependencyJohn Stebbins2018-07-011-3/+3
|
* nvenc: fix crash in nvenc_load_functionsJohn Stebbins2018-06-291-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 ↵sr552018-06-299-238/+198
| | | | be disabled.
* Add NVEnc encoder. (Round 3) (#1437)Scott2018-06-2920-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 Sepos2018-06-282-0/+96
| | | | #1401.
* LinGui: Fix default destination filename for BDsJohn Stebbins2018-06-283-5/+26
| | | | | It was including the MPLS number as part of the default destination filename
* bd: fix title->name for BDs that have disc infoJohn Stebbins2018-06-281-17/+33
| | | | | This was defaulting to the device name when scanning raw devices, e.g. "sr0" on linux.
* presets: fix importing file with "Official" presetsJohn Stebbins2018-06-271-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 ditheringJohn Stebbins2018-06-271-11/+2
| | | | | It was only being allowed for certain codecs when it should be allowed for all.
* audio_resample: switch from avresample to swresampleJohn Stebbins2018-06-279-90/+86
| | | | Eliminates deprecation warnings for avresample
* flatpak: add flatpak extensions supportJohn Stebbins2018-06-261-0/+14
| | | | | This allows us to add additional libraries or executables as separate flatpak bundles
* ffmpeg: alternate fix for corrupt preview framesJohn Stebbins2018-06-221-18/+15
| | | | | This leaves the recovery point heuristic intact and fixes the problem that was triggering the heuristic to return an early frame