]>
granicus.if.org Git - handbrake/log
Damiano Galassi [Thu, 13 Dec 2018 12:23:04 +0000 (13:23 +0100)]
MacGui: write a log message when sleep is prevented/allowed.
Bradley Sepos [Thu, 13 Dec 2018 01:32:27 +0000 (20:32 -0500)]
Sort Thanks and add liblzma (xz).
Bradley Sepos [Thu, 13 Dec 2018 01:29:12 +0000 (20:29 -0500)]
Revise News for 1.2.0 release based on feedback.
Scott [Wed, 12 Dec 2018 22:04:06 +0000 (22:04 +0000)]
Update README.markdown
Scott [Wed, 12 Dec 2018 22:02:17 +0000 (22:02 +0000)]
Updating Thanks
Scott [Wed, 12 Dec 2018 22:00:47 +0000 (22:00 +0000)]
Typo
Scott [Wed, 12 Dec 2018 22:00:22 +0000 (22:00 +0000)]
Update README.markdown
Scott [Wed, 12 Dec 2018 22:00:04 +0000 (22:00 +0000)]
Updating information about translations.
Bradley Sepos [Wed, 12 Dec 2018 20:52:00 +0000 (15:52 -0500)]
Add new Chromecast 1080p60 preset to News for 1.2.0 release.
Bradley Sepos [Wed, 12 Dec 2018 20:48:34 +0000 (15:48 -0500)]
preset: Add Chromecast 1080p60 Surround preset and update some descriptions.
New Chromecast 3rd Generation supports 60 fps.
sr55 [Wed, 12 Dec 2018 20:31:23 +0000 (20:31 +0000)]
WinGui: Consistency tweak. "Reload" instead of "Reload Defaults"
Bradley Sepos [Wed, 12 Dec 2018 20:31:44 +0000 (15:31 -0500)]
Fix typo in News for 1.2.0 release.
Bradley Sepos [Wed, 12 Dec 2018 20:30:01 +0000 (15:30 -0500)]
Update News for 1.2.0 release.
John Stebbins [Wed, 12 Dec 2018 19:59:56 +0000 (11:59 -0800)]
LinGui: accept {source-path} in addition to {source_path}
Standardize on '-' but accept legacy '_'
sr55 [Tue, 11 Dec 2018 20:07:36 +0000 (20:07 +0000)]
Extend the range of allowed bitrate inputs to allow Opus to go down as low as 6kbit #1725
sr55 [Mon, 10 Dec 2018 18:40:17 +0000 (18:40 +0000)]
VideoToolbox: Remove unsupported main10 mode #1719
sr55 [Sun, 9 Dec 2018 21:15:40 +0000 (21:15 +0000)]
WinGui: Some further tidyup of HandBrake.Interop. Remove the instance manager. The consumers should manage this themselves.
sr55 [Sun, 9 Dec 2018 21:06:45 +0000 (21:06 +0000)]
WinGui: FIx a small bug in the HTTP Service
Scott [Sat, 8 Dec 2018 17:40:12 +0000 (17:40 +0000)]
Add Build Status to the Readme
Scott [Sat, 8 Dec 2018 17:38:56 +0000 (17:38 +0000)]
Remove unneeded sudo
Scott [Sat, 8 Dec 2018 17:23:50 +0000 (17:23 +0000)]
Initial support for Travis builds
To start off with, Linux CLI only.
sr55 [Sat, 8 Dec 2018 15:28:38 +0000 (15:28 +0000)]
WinGui: Fix a number of build warnings. Fixes #1720 and #1721 and a few other warnings in the code.
sr55 [Fri, 7 Dec 2018 23:36:19 +0000 (23:36 +0000)]
VCE: Fix an issue with where the h264 stream was not correctly written to the container. #1706
Simon Lämmle [Mon, 3 Dec 2018 14:36:59 +0000 (15:36 +0100)]
MacGui: update German localization (Dec 2018).
Update german localization to Transifex status of December 2018.
sr55 [Sun, 2 Dec 2018 20:49:43 +0000 (20:49 +0000)]
WinGui: Completely hide the 2pass control for all hardware encoders.
sr55 [Sat, 1 Dec 2018 13:45:31 +0000 (13:45 +0000)]
Default Nvenc to use slower, higher quality settings. Fix some issues around the rate control, profile and level settings.
sr55 [Thu, 29 Nov 2018 19:29:21 +0000 (19:29 +0000)]
WinGui: Fix a minor cosmetic issue on the extra args box on the video tab. Fixes #1705
John Stebbins [Thu, 29 Nov 2018 18:21:31 +0000 (10:21 -0800)]
nvenc: fix chapter mark positions
Set flag that forces nvenc to produce IDR frames when a keyframe is
forced. We require IDR frames at chapter marks.
Yuichiro NAITO [Tue, 27 Nov 2018 13:45:43 +0000 (22:45 +0900)]
build: Remove GCC.I and GCC.L for FreeBSD.
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.
Yuichiro NAITO [Mon, 19 Nov 2018 02:19:19 +0000 (11:19 +0900)]
build: Respect CC environment variable on all platforms.
Yuichiro NAITO [Sat, 17 Nov 2018 08:23:53 +0000 (17:23 +0900)]
build: Respect CC environment variable on FreeBSD.
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.
Bradley Sepos [Tue, 20 Nov 2018 12:25:36 +0000 (07:25 -0500)]
contrib: Update to FFmpeg 4.1.0.
Includes additional patches applied to the release branch shortly after tagging, including a patch that fixes #1595.
Bradley Sepos [Tue, 20 Nov 2018 12:24:30 +0000 (07:24 -0500)]
contrib: Update to x265 2.9.
Bradley Sepos [Tue, 20 Nov 2018 12:23:56 +0000 (07:23 -0500)]
contrib: Update to x264 build 157 r2935
545de2f .
Bradley Sepos [Tue, 20 Nov 2018 12:21:57 +0000 (07:21 -0500)]
contrib: Update to libopus 1.3.
sr55 [Sat, 24 Nov 2018 14:42:08 +0000 (14:42 +0000)]
Nvenc: Don't override rc-lookahead or spartial-aq settings.
sr55 [Sat, 24 Nov 2018 13:27:07 +0000 (13:27 +0000)]
WinGui: Allow Add All / Add Selection to queue to be added to the toolbar similar to the mac ui. Enabled via the toolbar right click context menu.
sr55 [Sat, 24 Nov 2018 12:59:50 +0000 (12:59 +0000)]
WinGui: Tidy up a few instances of mesagebox.show.
sr55 [Sat, 24 Nov 2018 12:53:19 +0000 (12:53 +0000)]
WinGui: Trim some duplicate error messages on the main screen.
sr55 [Fri, 23 Nov 2018 23:38:53 +0000 (23:38 +0000)]
WinGui: Get rid of some erroneous logging for NVEnc.
sr55 [Fri, 23 Nov 2018 21:39:19 +0000 (21:39 +0000)]
WinGui: Update German translation #1597
sr55 [Wed, 21 Nov 2018 19:33:09 +0000 (19:33 +0000)]
WinGui: Disable 2-pass for NVEnc and VCE. this is not implemented.
sr55 [Mon, 19 Nov 2018 17:36:45 +0000 (17:36 +0000)]
WinGui: Fixing various UI Localisation issues and missing strings. #1597
sr55 [Sun, 18 Nov 2018 14:06:30 +0000 (14:06 +0000)]
WinGui: Updated DE Translations. Updated the Source Selection view to be more responsive #1597
sr55 [Sun, 18 Nov 2018 13:51:55 +0000 (13:51 +0000)]
WinGui: Save Options when the app closes, if the options window was last open and unsaved.
Damiano Galassi [Sun, 18 Nov 2018 09:39:43 +0000 (10:39 +0100)]
MacGui: fix an exception in the preview window touchbar.
Scott [Sat, 17 Nov 2018 18:24:07 +0000 (18:24 +0000)]
Try to make the Feature Request template clearer.
Scott [Sat, 17 Nov 2018 18:21:58 +0000 (18:21 +0000)]
Try to make the post template clearer.
sr55 [Sat, 17 Nov 2018 18:15:17 +0000 (18:15 +0000)]
Few Minor UI Tweaks to better handle localised content.
sr55 [Sat, 17 Nov 2018 18:09:10 +0000 (18:09 +0000)]
WinGui: Minor Code Tidyup
sr55 [Sat, 17 Nov 2018 18:05:04 +0000 (18:05 +0000)]
WinGui: Fix build system / installer issues around language support.
Damiano Galassi [Thu, 15 Nov 2018 14:04:04 +0000 (15:04 +0100)]
MacGui: disable two-pass when VideoToolbox is the selected encoder.
Damiano Galassi [Thu, 15 Nov 2018 12:56:16 +0000 (13:56 +0100)]
Add VideoToolbox hardware encoding thru FFmpeg.
Damiano Galassi [Thu, 15 Nov 2018 12:00:25 +0000 (13:00 +0100)]
MacGui: made some touch bar buttons smaller.
John Stebbins [Sat, 3 Nov 2018 16:40:41 +0000 (09:40 -0700)]
Give VCE and NVENC encoders more descriptive long names
John Stebbins [Sat, 3 Nov 2018 16:39:39 +0000 (09:39 -0700)]
Fix display of null nvenc encoder names in job log
John Stebbins [Sat, 3 Nov 2018 16:38:36 +0000 (09:38 -0700)]
muxavformat: fix error messages
John Stebbins [Thu, 1 Nov 2018 20:56:44 +0000 (13:56 -0700)]
encavcodec: fix passing extradata to muxer
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.
John Stebbins [Tue, 13 Nov 2018 22:59:23 +0000 (14:59 -0800)]
LinGui: use the version of python found by configure
Fixes https://github.com/HandBrake/HandBrake/issues/1677
John Stebbins [Tue, 13 Nov 2018 22:57:22 +0000 (14:57 -0800)]
build: add 'PYTON.exe' to probed tools
This records in GNUmakefile what python executable was found by
configure.
John Stebbins [Mon, 12 Nov 2018 16:41:21 +0000 (08:41 -0800)]
LinGui: make auto-name template case insensitive
Fixes #1670 on Linux
sr55 [Sun, 11 Nov 2018 22:18:44 +0000 (22:18 +0000)]
WinGui: Adding Language support to the UI. Adding Partial Translation for German Language (Work in progress) #1597
Also fix Main_SelectPreset error. #1669
Damiano Galassi [Sun, 11 Nov 2018 11:07:13 +0000 (12:07 +0100)]
MacGui: improve preview window touch bar.
Damiano Galassi [Sun, 11 Nov 2018 10:56:53 +0000 (11:56 +0100)]
MacGui: show a progress bar on the encoded file in Finder.
sr55 [Sat, 10 Nov 2018 14:44:05 +0000 (14:44 +0000)]
WinGui: Fix typo #1670
Scott [Sat, 10 Nov 2018 14:24:09 +0000 (14:24 +0000)]
Added a note about 3rd party library updates
sr55 [Sat, 10 Nov 2018 14:18:12 +0000 (14:18 +0000)]
WinGui: Make the Autoname macros case-insensitive. Fixes #1670
John Stebbins [Fri, 9 Nov 2018 20:01:07 +0000 (12:01 -0800)]
flatpak: fix gvfs access
The freedesktop platform doesn't supply the gvfs module. So add it to
the flatpak.
Fixes https://forum.handbrake.fr/viewtopic.php?f=13&t=38383
sr55 [Thu, 8 Nov 2018 19:34:57 +0000 (19:34 +0000)]
WinGui: Make the "Version" label in options and about selectable and copyable. Useful for copying the version number. #1665
Also added a link to the github issue tracker on the About page.
sr55 [Thu, 8 Nov 2018 19:18:35 +0000 (19:18 +0000)]
WinGui: Fix Typo. #1669
John Stebbins [Wed, 7 Nov 2018 21:51:56 +0000 (13:51 -0800)]
decavcodec: fix use after free
Symptom was a crash at the end of subtitle scan.
Fixes https://forum.handbrake.fr/viewtopic.php?f=13&t=38379
John Stebbins [Wed, 7 Nov 2018 17:31:35 +0000 (09:31 -0800)]
decsrtsub: support timecodes that use '.' for fractions
The convention is to use ',' for fractions in SRT files. But
opensubtitles.com is distributing files that use '.'
John Stebbins [Wed, 7 Nov 2018 17:30:53 +0000 (09:30 -0800)]
decsrtsub: fix crash when file can't be opened
John Stebbins [Thu, 11 Oct 2018 18:24:06 +0000 (11:24 -0700)]
decavcodec: packetize data before searching for extradata
The necessary data for setting up extradata may be scattered across
multiple input buffers. The buffers must be combined before extradata
can be extracted.
John Stebbins [Thu, 11 Oct 2018 18:22:42 +0000 (11:22 -0700)]
stream: enable probing for all unrecognized stream types
Fixes https://forum.handbrake.fr/viewtopic.php?f=5&t=38200
sr55 [Sun, 4 Nov 2018 20:59:02 +0000 (20:59 +0000)]
WinGui: Add shortcuts for All All to Queue and Add Selection. Display shortcuts on the Context Menu on the Add to Queue button.
sr55 [Sun, 4 Nov 2018 20:14:30 +0000 (20:14 +0000)]
WinGui: Allow the UI to silently attempt to auto-create folders when adding to the queue. Subsequent deletion of said folder will still prompt a queue failure as this is an abnormal situation that would be best reviewed by the user #1654
sr55 [Sun, 4 Nov 2018 17:23:24 +0000 (17:23 +0000)]
WinGui: Better default directory for Import SRT. #1661
sr55 [Sun, 4 Nov 2018 17:18:31 +0000 (17:18 +0000)]
WinGui: Fix incorrect error message.
sr55 [Sun, 4 Nov 2018 13:27:12 +0000 (13:27 +0000)]
WinGui: Update installer for 1.2
Damiano Galassi [Sat, 3 Nov 2018 13:22:40 +0000 (14:22 +0100)]
MacGui: more safe kvo removal, use libhb function to get the quaility name, fix some buttons enable state in Video.xib.
Damiano Galassi [Sat, 3 Nov 2018 13:22:12 +0000 (14:22 +0100)]
MacGui: improve the auto naming to avoid updating the name when unrelated settings change.
sr55 [Fri, 2 Nov 2018 22:36:31 +0000 (22:36 +0000)]
WinGui: Limit the experimental features to the nightly builds.
Bradley Sepos [Tue, 4 Sep 2018 07:07:51 +0000 (03:07 -0400)]
MacGUI: Revise stop encoding dialog.
Closes #1179.
Damiano Galassi [Fri, 2 Nov 2018 10:14:23 +0000 (11:14 +0100)]
MacGui: change the overwrite method to check only for ready and working jobs. For completed jobs we already check if there is an actual file on disk.
John Stebbins [Wed, 31 Oct 2018 16:05:42 +0000 (09:05 -0700)]
CLI: Add command line override for SubtitleBurnDVDSub
... and SubtitleBurnBDSub.
If these preset values were true, there was no way to encode without
burning the first DVD or BD subtitle track using the CLI.
Damiano Galassi [Sat, 27 Oct 2018 13:46:52 +0000 (15:46 +0200)]
MacGui: move the advanced x264 panel to the 'Additional options' text field contextual menu.
Damiano Galassi [Sat, 27 Oct 2018 13:44:01 +0000 (15:44 +0200)]
MacGui: add an assert in HBQueueController to track down a rare crash.
John Stebbins [Tue, 23 Oct 2018 17:37:55 +0000 (10:37 -0700)]
LinGui: fix packaging with out-of-tree build directory
John Stebbins [Mon, 22 Oct 2018 20:35:49 +0000 (13:35 -0700)]
LinGui: Update auto-name template tooltip
John Stebbins [Mon, 22 Oct 2018 18:19:10 +0000 (11:19 -0700)]
LinGui: add {source_path} destination auto-name option
sr55 [Sat, 20 Oct 2018 14:03:42 +0000 (15:03 +0100)]
WinGui: Remove the preference to show the advanced tab. This can still be toggled for 1 time uses via the extra args content menu on the video tab. Added a notification to remind users that it's going to be removed shortly.
Damiano Galassi [Sat, 20 Oct 2018 14:05:04 +0000 (16:05 +0200)]
MacGui: add a en.lproj folder to HandBrakeKit.framework.
Damiano Galassi [Sat, 20 Oct 2018 11:31:36 +0000 (13:31 +0200)]
MacGui: update German localization.
Damiano Galassi [Sat, 20 Oct 2018 11:31:06 +0000 (13:31 +0200)]
MacGui: load the HandBrakeKit framework localized strings from the framework bundle.
Damiano Galassi [Sat, 20 Oct 2018 10:15:50 +0000 (12:15 +0200)]
build: revert to the legacy Xcode build system until until we found a way to make it work when called from make. Remove fontconfig from the Xcode project.
John Stebbins [Fri, 19 Oct 2018 20:36:59 +0000 (13:36 -0700)]
LinGui: add Ubuntu 18.10 to snapshots
Damiano Galassi [Fri, 19 Oct 2018 17:45:20 +0000 (19:45 +0200)]
build: use a better workaround for the new Xcode build system.
sr55 [Fri, 19 Oct 2018 16:22:21 +0000 (17:22 +0100)]
WinGui: Rollback some styling change fixes to see if it fixes the odd behaviour some users are now seeing in the UI.
Damiano Galassi [Thu, 18 Oct 2018 13:55:53 +0000 (15:55 +0200)]
build: add a workaround to the Xcode project to make it work with the new Xcode build system