]>
granicus.if.org Git - handbrake/log
Chris Darroch [Sat, 30 Dec 2017 08:12:57 +0000 (00:12 -0800)]
libhb: Output result of nlmeans prefilter when passthru enabled.
When the prefilter passthru flag is enabled, write the nlmeans prefilter
result into the "main" memory buffer (mem) instead of the prefilter one
(mem_pre) so that the prefilter result will be output as if it was the
result of the nlmeans filter itself.
Otherwise, when the passthru flag is enabled, the prefilter result is
lost and the filter effectively just outputs its source input without
any changes.
Chris Darroch [Sat, 30 Dec 2017 07:21:24 +0000 (23:21 -0800)]
libhb: Fix nlmeans prefilter passthru frame addressing.
In commit
29a49a8 , the nlmeans_prefilter() call in nlmeans_filter_thread()
was fixed, but a corresponding change was not made to the similar
call site in nlmeans_filter_flush().
sr55 [Fri, 29 Dec 2017 19:51:35 +0000 (19:51 +0000)]
WinGui: Add combined option in the Chapter Import Open File Dialog. #1015
John Stebbins [Fri, 29 Dec 2017 16:17:30 +0000 (08:17 -0800)]
LinGui: fix display of volume name in queue
Fixes https://github.com/HandBrake/HandBrake/issues/1086
Bradley Sepos [Thu, 28 Dec 2017 21:04:08 +0000 (16:04 -0500)]
scripts: Append to log files instead of overwriting.
Bradley Sepos [Thu, 28 Dec 2017 17:31:16 +0000 (12:31 -0500)]
scripts: Fix typo in Mac deps build script.
Bradley Sepos [Thu, 28 Dec 2017 15:28:26 +0000 (10:28 -0500)]
graphics: Add graphic assets license info.
Nik confirmed licensing via Twitter, Jamie via email. I am Bradley.
Bradley Sepos [Wed, 27 Dec 2017 19:03:33 +0000 (14:03 -0500)]
contrib: Update fribidi url to use GitHub tarball.
fribidi.org is gone. The official release archive we were using is gone. Only release tags on GitHub remain, and they are not direct replacements for the proper release archives we were using previously.
Some changes were necessary for compilation from source, namely:
- Removal of an ugly hack that resulted in configure being run more than once. Apparently the same fix is already upstream https://github.com/fribidi/fribidi/commit/
0efbaa9052320a951823a6e776b30a580e3a2b4e
- Modification of Makefile.am to avoid building the doc subdirectory, since this will fail wherever c2man isn't available such as on Mac. We don't need these docs
- Modification of gen.tab/Makefile.in to use the host compiler when cross-compiling. This cannot be done as a normal patch since Makefile.in is generated in the bootstrap phase. This is an open issue upstream: https://github.com/fribidi/fribidi/issues/7
This is all a good lesson on the importance of maintaining urls. I'm still a bit stunned a widely used GNU project would shutter its domain and release archive.
Bradley Sepos [Thu, 28 Dec 2017 00:13:49 +0000 (19:13 -0500)]
Revert "contrib: Update fribidi download url and hash to GitHub tarball."
This reverts commit
0097a6ef2d51d0e44f2201689f5111bdb69932dd .
Bradley Sepos [Thu, 28 Dec 2017 00:13:28 +0000 (19:13 -0500)]
Revert "contrib: Fix issues with fribidi."
This reverts commit
97dd7d2a6830ab3cf952c308b9b1830a7c0fb5c2 .
Bradley Sepos [Wed, 27 Dec 2017 23:03:01 +0000 (18:03 -0500)]
contrib: Fix issues with fribidi.
The source tarball isn't exactly the same as the release tarball found on fribidi.org before it shuttered. Needs a little extra care and an anvil dropped on Mr. Horrible.
Bradley Sepos [Wed, 27 Dec 2017 19:21:07 +0000 (14:21 -0500)]
contrib: Update videolan download url.
Security certificate is missing ftp.videolan.org at the moment, so use download.videolan.org instead.
Bradley Sepos [Wed, 27 Dec 2017 19:03:33 +0000 (14:03 -0500)]
contrib: Update fribidi download url and hash to GitHub tarball.
fribidi.org is gone.
Bradley Sepos [Wed, 27 Dec 2017 18:42:57 +0000 (13:42 -0500)]
scripts: Fix typo in
0a049afce . #1075
Bradley Sepos [Wed, 27 Dec 2017 18:40:07 +0000 (13:40 -0500)]
scripts: Export prefix bin path while building Mac deps.
Fixes #1075.
John Stebbins [Tue, 26 Dec 2017 21:42:59 +0000 (13:42 -0800)]
LinGui: remove unused icon files
Bradley Sepos [Tue, 26 Dec 2017 17:28:25 +0000 (12:28 -0500)]
contrib: Add universal archiver command for combining x265 libs.
Resolves an issue with GNU vs system libtool on Mac, which also does not support ar -M.
Bradley Sepos [Tue, 26 Dec 2017 21:17:46 +0000 (16:17 -0500)]
scripts: Fix sudo invocation in mac-toolchain-build.
sr55 [Mon, 25 Dec 2017 17:01:17 +0000 (17:01 +0000)]
WinGui: Display Source Names in the Title Dropdown (only when open), when we are not scanning a DVD / Bluray.
sr55 [Mon, 25 Dec 2017 16:06:19 +0000 (16:06 +0000)]
WinGui: Disable Subtitle Burn In Checkbox for PGS + MP4 #1077
sr55 [Mon, 25 Dec 2017 16:05:52 +0000 (16:05 +0000)]
WinGui: Toolbar Consistency pt2 #833
sr55 [Mon, 25 Dec 2017 16:05:09 +0000 (16:05 +0000)]
WinGui: Toolbar Consistency #833
Damiano Galassi [Mon, 25 Dec 2017 08:05:58 +0000 (09:05 +0100)]
MacGui: fix build on 10.12 sdk.
Bradley Sepos [Mon, 25 Dec 2017 00:02:18 +0000 (19:02 -0500)]
cli: Don't throttle non-tty output. #1067
Bradley Sepos [Sun, 24 Dec 2017 22:42:54 +0000 (17:42 -0500)]
cli: Fix typo in
6eb3ef1a .
Properly fixes #1067.
Bradley Sepos [Sun, 24 Dec 2017 22:19:09 +0000 (17:19 -0500)]
cli: Restore previous CLI progress separator.
This basically reverts
7c438ad5ae81c31c660fc9a208dacd7177f54a24 and fixes #1067 for the upcoming release and until such a time as I can review further.
sr55 [Sun, 24 Dec 2017 21:54:01 +0000 (21:54 +0000)]
WinGui: Consistency in the File Menu. "Open Source"
sr55 [Sun, 24 Dec 2017 15:58:37 +0000 (15:58 +0000)]
WinGui: Hide preset options inline button again.
John Stebbins [Sun, 24 Dec 2017 00:33:48 +0000 (16:33 -0800)]
LinGui: fix margins around destination file settings
John Stebbins [Sun, 24 Dec 2017 00:31:16 +0000 (16:31 -0800)]
LinGui: remove preset options menu
John Stebbins [Sun, 24 Dec 2017 00:13:56 +0000 (16:13 -0800)]
LinGui: add support for alternate icons
GTK will use lower res icons if available for lower res screens.
John Stebbins [Sat, 23 Dec 2017 21:04:13 +0000 (13:04 -0800)]
LinGui: update additional icons
John Stebbins [Sat, 23 Dec 2017 20:29:23 +0000 (12:29 -0800)]
LinGui: add option to make new preset default in "Save As"
Bradley Sepos [Sat, 23 Dec 2017 20:26:28 +0000 (15:26 -0500)]
graphics: Add Illustrator and SVG versions of remaining revised v2 icons.
Bradley Sepos [Sat, 23 Dec 2017 20:04:28 +0000 (15:04 -0500)]
graphics: Update Presets2 icon master files (close open path).
Bradley Sepos [Sat, 23 Dec 2017 20:02:11 +0000 (15:02 -0500)]
graphics: Rename logo icon files.
Bradley Sepos [Sat, 23 Dec 2017 19:59:25 +0000 (14:59 -0500)]
graphics: Reorganize so that v1/v2 are top level in Icons hierarchy.
John Stebbins [Sat, 23 Dec 2017 19:39:31 +0000 (11:39 -0800)]
LinGui: fix window size queries on wayland
John Stebbins [Sat, 23 Dec 2017 19:11:53 +0000 (11:11 -0800)]
LinGui: update activity and add-queue icons
John Stebbins [Sat, 23 Dec 2017 18:09:24 +0000 (10:09 -0800)]
LinGui: allow chaning description in preset rename
Bradley Sepos [Sat, 23 Dec 2017 13:53:24 +0000 (08:53 -0500)]
graphics: Add Illustrator and SVG versions of some revised v2 icons.
Bradley Sepos [Sat, 23 Dec 2017 10:46:52 +0000 (05:46 -0500)]
graphics: Remove old graphics credits; authorship is properly tracked by git.
Bradley Sepos [Sat, 23 Dec 2017 10:46:06 +0000 (05:46 -0500)]
graphics: Move revised icons by Bradley to Master/v2.
Bradley Sepos [Sat, 23 Dec 2017 10:42:04 +0000 (05:42 -0500)]
graphics: Remove old psd.zip; recompressed assets have been relocated to v2.
Jamie Law [Sat, 23 Dec 2017 10:40:58 +0000 (05:40 -0500)]
graphics: Unzip Master/psd.zip and move icons by jamiemlaw to v2.
Nik Pawlak [Sat, 23 Dec 2017 10:38:35 +0000 (05:38 -0500)]
graphics: Unzip Master/psd.zip and move icons by nikpawlak to v2.
Bradley Sepos [Sat, 23 Dec 2017 10:34:47 +0000 (05:34 -0500)]
graphics: Move oldest icons to Master/v1.
Bradley Sepos [Sat, 23 Dec 2017 09:58:00 +0000 (04:58 -0500)]
Reorganize graphics assets.
John Stebbins [Fri, 22 Dec 2017 23:53:39 +0000 (15:53 -0800)]
LinGui: don't abbreviate PAR and DAR in summary
John Stebbins [Fri, 22 Dec 2017 23:49:22 +0000 (15:49 -0800)]
LinGui: improve display aspect formatting
John Stebbins [Fri, 22 Dec 2017 23:35:21 +0000 (15:35 -0800)]
LinGui: don't mark preset modified on angle change
The angle setting is not part of a preset
John Stebbins [Fri, 22 Dec 2017 23:25:51 +0000 (15:25 -0800)]
LinGui: add some space to reduce clutter
John Stebbins [Fri, 22 Dec 2017 23:03:52 +0000 (15:03 -0800)]
LinGui: append source info to source name
Instead of right justification
John Stebbins [Fri, 22 Dec 2017 22:54:11 +0000 (14:54 -0800)]
LinGui: remove bold attribut from some labels
John Stebbins [Fri, 22 Dec 2017 22:49:28 +0000 (14:49 -0800)]
LinGui: make all the preset menus consistent
sr55 [Fri, 22 Dec 2017 22:36:55 +0000 (22:36 +0000)]
WinGui Put preset options menu back for now.
maxim_d33 [Thu, 21 Dec 2017 20:34:57 +0000 (21:34 +0100)]
QSV: adding HEVC10b decode support
John Stebbins [Fri, 22 Dec 2017 22:19:03 +0000 (14:19 -0800)]
LinGui: rename "Dimensions:" to "Size:" and move...
Move under Filters
John Stebbins [Fri, 22 Dec 2017 22:04:15 +0000 (14:04 -0800)]
LinGui: add preset options inline menu
John Stebbins [Fri, 22 Dec 2017 18:13:21 +0000 (10:13 -0800)]
LinGui: add preset "Save As" option
Adds "Save As" menu option and "Save New Preset" button.
Preset "Save" menu option behaviour changes to to only allow updating
the current preset.
John Stebbins [Fri, 22 Dec 2017 17:38:37 +0000 (09:38 -0800)]
LinGui: Add "To:" before destination directory chooser
John Stebbins [Fri, 22 Dec 2017 17:13:25 +0000 (09:13 -0800)]
LinGui: Some GUI consistency changes
Bold "Title:", "Angle:", "Duration:"
Add "Range:"
Change "through" to "-"
sr55 [Thu, 21 Dec 2017 22:05:51 +0000 (22:05 +0000)]
WinGui: Further UI consistency tweaks to the main window. Made the layout a bit more compact. #833
Damiano Galassi [Wed, 20 Dec 2017 21:34:30 +0000 (22:34 +0100)]
MacGui: fix a typo and the progress bar that was already hidden after the last VoiceOver improvements.
sr55 [Wed, 20 Dec 2017 21:26:38 +0000 (21:26 +0000)]
WinGui: Few small bug fixes. AutoName All Caps, Layout on the main window.
Damiano Galassi [Wed, 20 Dec 2017 21:06:38 +0000 (22:06 +0100)]
MacGui: update preset when navigating with the keyboard arrows, fix #452
John Stebbins [Wed, 20 Dec 2017 19:01:25 +0000 (11:01 -0800)]
LinGui: Don't show presets window by default
John Stebbins [Wed, 20 Dec 2017 18:59:59 +0000 (10:59 -0800)]
LinGui: fix a main window resizing issue
John Stebbins [Wed, 20 Dec 2017 17:53:43 +0000 (09:53 -0800)]
LinGui: remove "Reset All Titles" button
Replace with a preference option that synchronizes all title settings by
default. This makes the linux gui behaviour consistant with the other
guis by default. Titles can have independent settings by unchecking the
preference option.
Bradley Sepos [Wed, 20 Dec 2017 09:14:09 +0000 (04:14 -0500)]
build: Force HFS+ for Mac CLI package.
Damiano Galassi [Tue, 19 Dec 2017 13:20:45 +0000 (14:20 +0100)]
MacGui: improve VoiceOver navigation.
Damiano Galassi [Tue, 19 Dec 2017 11:20:43 +0000 (12:20 +0100)]
MacGui: append "(Modified)" to the preset name.
Damiano Galassi [Tue, 19 Dec 2017 11:19:33 +0000 (12:19 +0100)]
MacGui: make a copy of a job when sending it back to the main window.
Bradley Sepos [Thu, 14 Dec 2017 09:31:34 +0000 (04:31 -0500)]
contrib: Update to libass 0.14.0.
Bradley Sepos [Thu, 14 Dec 2017 08:38:49 +0000 (03:38 -0500)]
contrib: Update to LAME 3.100.
Bradley Sepos [Thu, 14 Dec 2017 08:21:34 +0000 (03:21 -0500)]
contrib: Update to HarfBuzz 1.7.2.
Bradley Sepos [Thu, 14 Dec 2017 08:19:50 +0000 (03:19 -0500)]
contrib: Update to freetype 2.8.1.
Bradley Sepos [Thu, 14 Dec 2017 08:13:14 +0000 (03:13 -0500)]
contrib: Update to CMake 3.9.6.
Bradley Sepos [Wed, 6 Dec 2017 23:16:20 +0000 (18:16 -0500)]
contrib: Update to libbluray 1.0.2.
Damiano Galassi [Sat, 16 Dec 2017 08:49:38 +0000 (09:49 +0100)]
theora: fix a crash when enctheoraClose is called and pv is NULL.
Damiano Galassi [Sat, 16 Dec 2017 07:35:06 +0000 (08:35 +0100)]
MacGui: fix preview window scale factor on retina displays.
Bradley Sepos [Sat, 16 Dec 2017 04:02:25 +0000 (23:02 -0500)]
Add multi-resolution assets for new preview toolbar icon.
sr55 [Fri, 15 Dec 2017 23:18:54 +0000 (23:18 +0000)]
WinGui: Use the Lower res assets for now until we implement low/high res icon support.
sr55 [Fri, 15 Dec 2017 23:05:51 +0000 (23:05 +0000)]
WinGui: Fix a bug in preview scaling.
sr55 [Fri, 15 Dec 2017 23:03:38 +0000 (23:03 +0000)]
WinGui: Updating Used Icons.
sr55 [Fri, 15 Dec 2017 22:47:20 +0000 (22:47 +0000)]
WinGui: Language Changes around preset buttons on the main view.
sr55 [Fri, 15 Dec 2017 22:40:06 +0000 (22:40 +0000)]
WinGui: Add % Actual Size to the static preview window title.
sr55 [Fri, 15 Dec 2017 21:33:57 +0000 (21:33 +0000)]
WinGui: Mouse Wheel can scroll previews.
sr55 [Fri, 15 Dec 2017 21:13:47 +0000 (21:13 +0000)]
WinGui: Summary Tab Preview UI Consistency Tweaks to match the MacGUI. Moving the controls under the preview instead of an overlay.
sr55 [Fri, 15 Dec 2017 21:13:06 +0000 (21:13 +0000)]
WinGui: Reset crop settings when switching back to Automatic.
sr55 [Wed, 13 Dec 2017 22:06:20 +0000 (22:06 +0000)]
NEWS typo
Damiano Galassi [Fri, 15 Dec 2017 19:38:13 +0000 (20:38 +0100)]
MacGui: make the previous and next preview image button larger, fix the picture size label not being update the first time.
Damiano Galassi [Fri, 15 Dec 2017 17:30:42 +0000 (18:30 +0100)]
MacGui: remove the source size label from the dimensions panel.
Damiano Galassi [Fri, 15 Dec 2017 17:21:27 +0000 (18:21 +0100)]
MacGui: add a short source description after the source name.
Damiano Galassi [Fri, 15 Dec 2017 17:20:11 +0000 (18:20 +0100)]
MacGui: add the new preview view controller to the Xcode project.
Damiano Galassi [Fri, 15 Dec 2017 14:13:46 +0000 (15:13 +0100)]
MacGui: add a next and previous button to the summary panel preview.
Damiano Galassi [Fri, 15 Dec 2017 13:40:37 +0000 (14:40 +0100)]
MacGui: add the kCVImageBufferTransferFunction_ITU_R_2100_HLG to copyColorSpace()
Damiano Galassi [Fri, 15 Dec 2017 13:39:43 +0000 (14:39 +0100)]
MacGui: move the playlist number at the end of the title string.
Bradley Sepos [Thu, 14 Dec 2017 15:24:35 +0000 (10:24 -0500)]
scripts: Update to mingw-w64-build 3.1.0.
Bumps to mingw-w64 5.0.3 and gcc 7.2.0.
Damiano Galassi [Thu, 14 Dec 2017 11:25:44 +0000 (12:25 +0100)]
MacGui: add a "New preset" menu item to the preset pull down."