]>
granicus.if.org Git - handbrake/log
Damiano Galassi [Sat, 10 Oct 2015 10:19:22 +0000 (12:19 +0200)]
MacGui: show better error message to the user if a preset fails to import
Damiano Galassi [Sat, 10 Oct 2015 10:16:04 +0000 (12:16 +0200)]
MacGui: remove the deblock value 1 -> 5 special case
Scott [Sat, 10 Oct 2015 12:36:58 +0000 (13:36 +0100)]
Updating the status to be consistent with the queue display.
Scott [Sat, 10 Oct 2015 12:33:33 +0000 (13:33 +0100)]
Adding Pass Count back onto the status bar.
Damiano Galassi [Sat, 10 Oct 2015 06:25:36 +0000 (08:25 +0200)]
MacGui: remove the window and show text from the toolbar items title
Damiano Galassi [Sat, 10 Oct 2015 06:24:54 +0000 (08:24 +0200)]
MacGui: fix the picture panel not updating correctly
Scott [Fri, 9 Oct 2015 21:37:30 +0000 (22:37 +0100)]
Updating for the new deinterlace/decomb preset keys.
Bradley Sepos [Fri, 9 Oct 2015 21:49:42 +0000 (17:49 -0400)]
Merge pull request #15 from SeanMcG/upstream
configure: use gm4 as a synonym for GNU m4
Damiano Galassi [Fri, 9 Oct 2015 21:01:58 +0000 (23:01 +0200)]
MacGui: use the new deinterlate preset keys
John Stebbins [Wed, 7 Oct 2015 20:40:50 +0000 (13:40 -0700)]
LinGui: show warning dialog when loading backup presets
John Stebbins [Wed, 7 Oct 2015 17:52:49 +0000 (10:52 -0700)]
LinGui: make preset backups when import upgrades presets
And attempt to load a backup if we recognize that presets were written
with a more recent version of HandBrake than what is currently running.
John Stebbins [Wed, 7 Oct 2015 17:52:22 +0000 (10:52 -0700)]
presets: add result to indicate if preset import modified presets
This information is useful to the frontends in creation of preset
backups.
John Stebbins [Mon, 5 Oct 2015 15:53:19 +0000 (08:53 -0700)]
Make deinterlace/decomb behave similar to nlmeans/hqdn3d
I.e. use a dropdown to select between the filters instead of a radio
button.
Damiano Galassi [Fri, 9 Oct 2015 18:20:50 +0000 (20:20 +0200)]
MacGui: fix the preview window position between restart
John Stebbins [Thu, 8 Oct 2015 17:50:56 +0000 (10:50 -0700)]
LinGui: button and menu uix improvements
Make toolbar button order follow work flow better.
Improve text of buttons and menues.
Damiano Galassi [Fri, 9 Oct 2015 10:39:44 +0000 (12:39 +0200)]
MacGui: reorganize the Xcode project a bit
Damiano Galassi [Fri, 9 Oct 2015 10:34:42 +0000 (12:34 +0200)]
MacGui: add a duration column to the chapters table
John Stebbins [Thu, 8 Oct 2015 18:08:09 +0000 (11:08 -0700)]
LinGui:
Fix inconsistencies in UI xml for different gtk versions.
Damiano Galassi [Thu, 8 Oct 2015 11:47:28 +0000 (13:47 +0200)]
MacGui: fix the build on Xcode 6.4 for real
Sean McGovern [Mon, 30 Dec 2013 22:38:42 +0000 (17:38 -0500)]
configure: use gm4 as a synonym for GNU m4
Damiano Galassi [Wed, 7 Oct 2015 07:45:18 +0000 (09:45 +0200)]
MacGui: fix build on Xcode 6.4
John Stebbins [Tue, 6 Oct 2015 21:30:47 +0000 (14:30 -0700)]
LinGui: fix display of pending count...
... in queue toolbar button
Damiano Galassi [Tue, 6 Oct 2015 17:52:42 +0000 (19:52 +0200)]
MacGui: move some code out of HBPreviewController.m. Remember the windows size when going back from the Scale To Screen mode
John Stebbins [Tue, 6 Oct 2015 17:48:13 +0000 (10:48 -0700)]
LinGui: Oops
John Stebbins [Tue, 6 Oct 2015 17:41:26 +0000 (10:41 -0700)]
LinGui: improve behavior of queue, preview, and activity toggles
Put "View" menu items in the same order as toolbar toggle buttons.
Make "View" menu items check boxes that mirror toolbar buttons.
Change the label of the toolbar buttons to "Hide *" when activated and
"Show *" when deactivated.
Bradley Sepos [Mon, 5 Oct 2015 21:26:41 +0000 (17:26 -0400)]
Merge pull request #14 from SeanMcG/upstream
cli: Always check result from *alloc() functions.
Sean McGovern [Wed, 6 May 2015 17:55:48 +0000 (13:55 -0400)]
cli: always check result from *alloc() functions
John Stebbins [Mon, 5 Oct 2015 18:38:33 +0000 (11:38 -0700)]
LinGui: fix a filter validation issue
... and a crash when adding to the queue.
John Stebbins [Mon, 5 Oct 2015 17:42:23 +0000 (10:42 -0700)]
LinGui: fix filter display in queue list
Under some circumstances, incorrect filter preset values might have been
shown.
John Stebbins [Mon, 5 Oct 2015 16:39:30 +0000 (09:39 -0700)]
LinGui: use libhb to validate filter settings
Damiano Galassi [Mon, 5 Oct 2015 16:10:49 +0000 (18:10 +0200)]
MacGui: rename a preference key and remove a duplicated log message about libdvdcss
Damiano Galassi [Mon, 5 Oct 2015 16:09:36 +0000 (18:09 +0200)]
MacGui: small UI alignments
Damiano Galassi [Mon, 5 Oct 2015 07:47:17 +0000 (09:47 +0200)]
Use the non deprecated kIOPMAssertPreventUserIdleSystemSleep assertion to prevent sleep on OS X.
Bradley Sepos [Sat, 3 Oct 2015 05:04:03 +0000 (01:04 -0400)]
contrib: Add libav patch that fixes vc1 decoder regression.
The regression produced blocky artifacts.
The commit this patch references has been in Libav master for over one year but somehow hasn't made it into Libav 11.x. HandBrake 0.10.x uses Libav 10.1; Libav 10.x branch isn't affected.
Scott [Sat, 3 Oct 2015 13:20:42 +0000 (14:20 +0100)]
Merge pull request #13 from HandBrake/WinGui
Adding some additional tooltips to the picture settings and video tabs.
Scott [Sat, 3 Oct 2015 13:17:53 +0000 (14:17 +0100)]
Adding some additional tooltips to the picture settings and video tabs.
Damiano Galassi [Sat, 3 Oct 2015 10:12:42 +0000 (12:12 +0200)]
MacGui: add a lot of tooltips to the picture tab, taken from the linux gui
Damiano Galassi [Sat, 3 Oct 2015 09:33:20 +0000 (11:33 +0200)]
MacGui: change the picture tab label color to gray when no source is loaded
Scott [Fri, 2 Oct 2015 19:13:46 +0000 (20:13 +0100)]
Merge pull request #12 from maximd33/upstream
WinGui: draft set of options handling for QuickSyncH265, AVC replica for now
Scott [Fri, 2 Oct 2015 19:12:14 +0000 (20:12 +0100)]
Merge pull request #11 from maximd33/master
better usage of MASK for feature detection, OR fix
John Stebbins [Thu, 1 Oct 2015 22:13:52 +0000 (15:13 -0700)]
LinGui: more combo box generalization
John Stebbins [Thu, 1 Oct 2015 21:35:50 +0000 (14:35 -0700)]
LinGui: use libhb filter param lists
Populate combo boxes from libhb param lists instead of duplicating info
in LinGui.
John Stebbins [Thu, 1 Oct 2015 20:15:22 +0000 (13:15 -0700)]
LinGui: generalize initialization of Combo boxes
Max Dmytrychenko [Wed, 30 Sep 2015 15:51:15 +0000 (17:51 +0200)]
WinGui: draft set of options handling for QuickSyncH265, AVC replica for now
Max Dmytrychenko [Wed, 30 Sep 2015 15:15:44 +0000 (17:15 +0200)]
fix .NET condition
Max Dmytrychenko [Wed, 30 Sep 2015 11:01:39 +0000 (13:01 +0200)]
better usage of MASK for feature detection, OR fix
Max Dmytrychenko [Wed, 30 Sep 2015 11:00:15 +0000 (13:00 +0200)]
better usage of MASK for feature detection
Damiano Galassi [Wed, 30 Sep 2015 06:28:28 +0000 (08:28 +0200)]
MacGui: remove the link to libdvdcss
Damiano Galassi [Wed, 30 Sep 2015 05:47:00 +0000 (07:47 +0200)]
MacGui: add a way to differentiate a cancelled scan/encoded from a failed scan/encode
Damiano Galassi [Tue, 29 Sep 2015 17:49:58 +0000 (19:49 +0200)]
MacGui: move start and pause after the queue buttons in the main window toolbar
Damiano Galassi [Tue, 29 Sep 2015 17:46:41 +0000 (19:46 +0200)]
MacGui: safer HBTitle by checking init, and use a weak property for title in HBJob
Damiano Galassi [Tue, 29 Sep 2015 17:45:07 +0000 (19:45 +0200)]
MacGui: set 1 as the default value for the Scan only title option
Damiano Galassi [Tue, 29 Sep 2015 17:23:23 +0000 (19:23 +0200)]
MacGui: read the actual preview count so we don't try to load a non existing image
John Stebbins [Fri, 25 Sep 2015 21:02:19 +0000 (14:02 -0700)]
scan: fix rescan avoidance logic
We need to rescan when the number of previews changes.
John Stebbins [Mon, 28 Sep 2015 16:00:52 +0000 (09:00 -0700)]
LinGui: add zh_CN (Chinese) to LINGUAS
John Stebbins [Mon, 28 Sep 2015 16:00:01 +0000 (09:00 -0700)]
Merge pull request #8 from helinb/master
Add Chinese translation
John Stebbins [Mon, 28 Sep 2015 15:57:40 +0000 (08:57 -0700)]
LinGui: update translation files
Fix list of translatable files.
Fix differences in strings between gtkbuilder versions
Scott [Sun, 27 Sep 2015 16:29:54 +0000 (17:29 +0100)]
Updates to the NEWS file
Updates to the NEWS file
Scott [Sun, 27 Sep 2015 16:21:30 +0000 (17:21 +0100)]
Merge branch 'master' of https://github.com/HandBrake/HandBrake
Scott [Sun, 27 Sep 2015 16:21:26 +0000 (17:21 +0100)]
Check Culture of Framerate string
May be the cause of the filter not being set correctly for some users.
Rodeo314 [Sun, 27 Sep 2015 15:01:31 +0000 (17:01 +0200)]
Merge pull request #10 from maximd33/master
QSV: fix encoder mask returned by hb_qsv_available()
Max Dmytrychenko [Sun, 27 Sep 2015 14:56:25 +0000 (16:56 +0200)]
fix to prevent lazy compiler assumption and avoid full computation, no local var needed
Scott [Sun, 27 Sep 2015 14:54:52 +0000 (15:54 +0100)]
Merge branch 'master' of https://github.com/HandBrake/HandBrake
Scott [Sun, 27 Sep 2015 14:54:18 +0000 (15:54 +0100)]
WinGui: Bump the preset version number check since adding the new qsv encoder made the current presets no longer compatible
Max Dmytrychenko [Sun, 27 Sep 2015 13:57:53 +0000 (15:57 +0200)]
fix to prevent lazy compiler assumption and avoid full computation
Bradley Sepos [Sun, 27 Sep 2015 13:55:34 +0000 (09:55 -0400)]
build: Revise libhb package name.
Bradley Sepos [Sun, 27 Sep 2015 13:25:25 +0000 (09:25 -0400)]
build: Fix arch in Win CLI package name.
Scott [Sat, 26 Sep 2015 20:58:03 +0000 (21:58 +0100)]
AppServices Tidyup Contd
Made most of the exposed objects immutable.
Scott [Sat, 26 Sep 2015 20:29:34 +0000 (21:29 +0100)]
App Services Modelling Tidy Up
Making event objects immutable. Making Libhb constructs internal to the
library. We should expose this with a managed api if we need it outside
the library. (Part 1)
Scott [Sat, 26 Sep 2015 20:10:52 +0000 (21:10 +0100)]
Tidy up some Stylecop Warnings
Tidy up some Stylecop Warnings
Scott [Sat, 26 Sep 2015 20:09:05 +0000 (21:09 +0100)]
App Services Cleanup Contd
Moving Exceptions and more utilities to the GUI project.
Scott [Sat, 26 Sep 2015 20:05:40 +0000 (21:05 +0100)]
App Services Tidyup Contd
Moving all the helper and utility classes to the gui project
Scott [Sat, 26 Sep 2015 19:58:05 +0000 (20:58 +0100)]
AppServices tidyup
Moving the UI modelling and services to the GUI Project.
helinb [Sat, 26 Sep 2015 12:06:10 +0000 (20:06 +0800)]
Add Chinese translation
Bradley Sepos [Sat, 26 Sep 2015 11:14:32 +0000 (07:14 -0400)]
Merge pull request #7 from bradleysepos/build
build: Update package names.
Bradley Sepos [Sat, 26 Sep 2015 11:12:15 +0000 (07:12 -0400)]
build: Remove arch from OS X package names.
Bradley Sepos [Fri, 25 Sep 2015 21:28:42 +0000 (17:28 -0400)]
build: Use more concise and consistent package names.
Scott [Fri, 25 Sep 2015 20:51:42 +0000 (21:51 +0100)]
Adding libhb zip package to the MinGW Build
make pkg.create.zip will now create a libhb.zip package as well as a
HandBrakeCLI one.
John Stebbins [Fri, 25 Sep 2015 16:01:47 +0000 (09:01 -0700)]
libav: patch mkv track language tag problem
"language" is not a valid mkv tag. Writing it causes confusing behavior
if the track language ebml differs from the tag.
John Stebbins [Tue, 25 Aug 2015 16:49:36 +0000 (09:49 -0700)]
libhb: add hb_buffer_list
This brings together several independent implementations of a simple
buffer list manager.
Scott [Thu, 24 Sep 2015 19:51:01 +0000 (20:51 +0100)]
WinGui: QuickSync H264 is 768, not 512
Scott [Thu, 24 Sep 2015 19:44:55 +0000 (20:44 +0100)]
WinGui: Enable support for H.265 QuickSync support
Scott [Thu, 24 Sep 2015 19:31:05 +0000 (20:31 +0100)]
Merge pull request #6 from maximd33/master
Report in MASK form for supported codec(s)
Max Dmytrychenko [Thu, 24 Sep 2015 19:01:02 +0000 (21:01 +0200)]
UI adjustment for MASK usage
Max Dmytrychenko [Thu, 24 Sep 2015 18:53:55 +0000 (20:53 +0200)]
adjustment to report QSV availability in MASK form
John Stebbins [Fri, 4 Sep 2015 15:40:43 +0000 (08:40 -0700)]
rendersub: handle mismatched video and subtitle dimensions
The video frame subtitles are meant to be rendered to may not match the
actual video we are encoding. So scale to match as needed.
John Stebbins [Thu, 24 Sep 2015 15:00:54 +0000 (08:00 -0700)]
LinGui: fix uploading ubuntu ppa source packages
Damiano Galassi [Thu, 24 Sep 2015 11:12:45 +0000 (13:12 +0200)]
MacGui: do not revert to the selected preset when scanning a new source, but keep using the last job settings. Removed an unused ivar.
Damiano Galassi [Thu, 24 Sep 2015 11:10:15 +0000 (13:10 +0200)]
MacGui: update the project to the latest Xcode recommended settings
Bradley Sepos [Thu, 24 Sep 2015 02:32:24 +0000 (22:32 -0400)]
Merge pull request #4 from bradleysepos/contrib
Update font-related contribs.
John Stebbins [Fri, 28 Aug 2015 18:16:56 +0000 (11:16 -0700)]
build: changes to version numbering and build process
Use date/time for snapshot version numbers, YYYYMMDDHHMMSS-hash-branch.
Add --snapshot configure option to force snapshot builds.
repo-info.sh and tag-release.sh improvements.
Bradley Sepos [Fri, 18 Sep 2015 04:15:44 +0000 (00:15 -0400)]
contrib: Update to libass 0.12.3.
Fixes a problem rendering Arabic subtitles. Certain multi-character combinations could result in a "missing character" box.
Bradley Sepos [Fri, 18 Sep 2015 03:12:03 +0000 (23:12 -0400)]
contrib: Update to fribidi 0.19.7.
Bradley Sepos [Fri, 18 Sep 2015 02:40:27 +0000 (22:40 -0400)]
contrib: Update to freetype 2.6.
Scott [Tue, 22 Sep 2015 18:31:15 +0000 (19:31 +0100)]
Merge pull request #5 from maximd33/master
libhb: Skylake microarchitecture detection, RB 859
Max Dmytrychenko [Tue, 22 Sep 2015 18:20:19 +0000 (20:20 +0200)]
libhb: Skylake microarchitecture detection, RB 859
Tim Walker [Mon, 21 Sep 2015 21:37:31 +0000 (23:37 +0200)]
libhb: fix OpenCL initialization.
It was borken in
293083e5
Bradley Sepos [Fri, 18 Sep 2015 02:39:21 +0000 (22:39 -0400)]
contrib: Update to fontconfig 2.11.94.
John Stebbins [Sun, 20 Sep 2015 11:51:50 +0000 (05:51 -0600)]
stream: remove unused variable pix_fmt
Tim Walker [Sun, 20 Sep 2015 10:54:01 +0000 (12:54 +0200)]
qsv: HEVC encoding support.