]>
granicus.if.org Git - handbrake/log
Tim Walker [Tue, 29 Mar 2016 21:09:36 +0000 (23:09 +0200)]
libhb: fix quality limits for high bit depth video encoders.
The lowest possible QP (and RF) depend on
the bit depth and can be lower than zero.
Tim Walker [Tue, 29 Mar 2016 20:34:18 +0000 (22:34 +0200)]
libhb: remove superfluous ifdefs.
The defines always exist, so they're not actually protecting anything.
John Stebbins [Wed, 30 Mar 2016 21:48:18 +0000 (14:48 -0700)]
LinGui: all negative vquality slider values
And only show "lossless" for x264 8bit
John Stebbins [Wed, 30 Mar 2016 21:44:52 +0000 (14:44 -0700)]
x265: use more permissive x265_api_query instead of x265_api_get
This allows use of versions of the library that are compatible, but do
not necessarily have the same build number.
Damiano Galassi [Wed, 30 Mar 2016 17:20:36 +0000 (19:20 +0200)]
MacGui: allow negative value in the quality slider.
Rodeo314 [Wed, 30 Mar 2016 15:28:52 +0000 (17:28 +0200)]
Merge pull request #138 from maximd33/master
QSV: better compatibility with recent SW lib
maxd [Wed, 30 Mar 2016 14:14:38 +0000 (16:14 +0200)]
QSV: better compatibility with recent SW lib
To avoid having max_async_depth == 0 with recent MSDK SW library,
this would help to allocate properly internal resources and to avoid
crash during encode
Tim Walker [Tue, 29 Mar 2016 20:20:30 +0000 (22:20 +0200)]
libhb: fix x265 encoding with CRF == 0.0
We were using ABR at 0.0 Kbps instead.
John Stebbins [Mon, 28 Mar 2016 17:06:28 +0000 (10:06 -0700)]
presets: fix PictureRotate import
When it's value's type is an int instead of a string, it was not
imported correctly.
John Stebbins [Sun, 27 Mar 2016 17:30:46 +0000 (10:30 -0700)]
LinGui: fix saving default preset
The default flag was getting lost
John Stebbins [Sun, 27 Mar 2016 17:18:41 +0000 (10:18 -0700)]
muxavformat: fix muxer interleaving in mkv
John Stebbins [Sun, 27 Mar 2016 17:17:54 +0000 (10:17 -0700)]
LinGui: fix crash when no preset selected and scan new source
sr55 [Sat, 26 Mar 2016 19:27:11 +0000 (19:27 +0000)]
WinGui: Fix a couple of silent errors with the new logging system.
sr55 [Sat, 26 Mar 2016 19:13:22 +0000 (19:13 +0000)]
WinGui: If there are multiple queue recovery files, don't fail the set if one is bad. Let the rest load normally.
sr55 [Sat, 26 Mar 2016 19:09:12 +0000 (19:09 +0000)]
WinGui: Add a new JSON file type to the queue export functionality. This exports the standardised JSON format that can be imported into the CLI.
Note, the GUI can not yet import the JSON formatted queue file. The old hbq format is still there for that.
Damiano Galassi [Sat, 26 Mar 2016 07:34:52 +0000 (08:34 +0100)]
MacGui: fix the "encoding (null)" string that was shown when encoding a preview.
Damiano Galassi [Sat, 26 Mar 2016 07:27:40 +0000 (08:27 +0100)]
MacGui: fix the 'scan only title' option.
John Stebbins [Fri, 25 Mar 2016 17:10:16 +0000 (11:10 -0600)]
stream: fix negative array index
Bradley Sepos [Fri, 25 Mar 2016 15:33:22 +0000 (11:33 -0400)]
MacGui: Remove unnecessary libltdl.a dependency.
John Stebbins [Wed, 23 Mar 2016 18:04:45 +0000 (12:04 -0600)]
hb: cosmetics, removing trailing whitespace
John Stebbins [Sun, 20 Mar 2016 21:49:01 +0000 (15:49 -0600)]
muxavformat: fix sync issue when bframes are enabled
libav does not permit negative dts when muxing to mkv even though it
does not use dts when writing mkv. When it sees an initial negative
dts, it offsets all dts and pts to make it positive. This breaks A/V
sync and chapter start times.
John Stebbins [Wed, 23 Mar 2016 17:30:26 +0000 (11:30 -0600)]
stream: fix potential use of uninitialized variable
John Stebbins [Wed, 23 Mar 2016 17:28:52 +0000 (11:28 -0600)]
reader: fix memory leak
John Stebbins [Wed, 23 Mar 2016 17:27:50 +0000 (11:27 -0600)]
presets: fix memory leak
John Stebbins [Wed, 23 Mar 2016 17:26:05 +0000 (11:26 -0600)]
libhb: reorder buffer type enum so uninitialized type is OTHER_BUF
John Stebbins [Wed, 23 Mar 2016 17:24:25 +0000 (11:24 -0600)]
fifo: when HB_BUFFER_DEBUG is set, memset buffers to 0
John Stebbins [Wed, 23 Mar 2016 17:22:50 +0000 (11:22 -0600)]
decavcodec: cosmetics
John Stebbins [Wed, 23 Mar 2016 17:19:34 +0000 (11:19 -0600)]
scan: quit looking for audio if a preview scan reaches EOF
Also, verify that vid_info geometry matches vid_buf geometry
And some cosmetic changes
sr55 [Tue, 22 Mar 2016 15:20:03 +0000 (15:20 +0000)]
WinGui: Remove a restriction on the WMI GPU information call. It will now display any records that don't have a Name or Version. I don't believe this will make any different under normal circumstances but it appears WMI many not report back the expected information.
sr55 [Tue, 22 Mar 2016 15:08:50 +0000 (15:08 +0000)]
WinGui: Add an app.manifest to explicitly declare supported operating systems so the OS detection works correctly.
sr55 [Mon, 21 Mar 2016 22:13:43 +0000 (22:13 +0000)]
WinGUI: Remove option to enable DXVA decoding. There are too many issues with timestamp handling and no easy way to fix them so instead of having a higher failure rate, we've decided to remove this.
Scott [Mon, 21 Mar 2016 20:16:16 +0000 (20:16 +0000)]
Merge pull request #114 from shakim/support_old_iso639
Support language code changes between ISO639 and ISO639-1
sr55 [Mon, 21 Mar 2016 20:11:09 +0000 (20:11 +0000)]
WinGui: Some Cosmetic changes and links added to the GUI.
John Stebbins [Mon, 21 Mar 2016 16:40:03 +0000 (10:40 -0600)]
presets: fix import of old version-less preset files
The version number was not added after import causing an attempt
to do import conversions twice. The second conversion breaks values.
sr55 [Mon, 21 Mar 2016 12:57:48 +0000 (12:57 +0000)]
WinGui: Some fixes and tidyup of the new logging code.
sr55 [Mon, 21 Mar 2016 00:07:04 +0000 (00:07 +0000)]
WinGui: Add a Logging Service into the AppServices library. This does not depend on any 3rd party libraries and is off by default. It must be initialised by calling Enable() on the LogService class. Otherwise LogMessage does nothing.
Changed the Logging screen to a single panel in the WinGui. This will change back to separate Scan/Encode logs when we get libhb it's own processes.
Added Auto-Scroll to the log window.
sr55 [Fri, 18 Mar 2016 21:05:18 +0000 (21:05 +0000)]
WinGui: Fixed an issue where the " Use Advanced Tab" was not being loaded correctly with the new json presets.
sr55 [Fri, 18 Mar 2016 20:45:03 +0000 (20:45 +0000)]
Add note about libfftw3-dev. Fixes #108
John Stebbins [Thu, 17 Mar 2016 04:27:01 +0000 (22:27 -0600)]
LinGui: center image in preview window
If the window manager does not size the window correctly (wayland!)
distribute black evenly around the image.
John Stebbins [Thu, 17 Mar 2016 01:21:07 +0000 (19:21 -0600)]
LinGui: replace preview "fullscreen" with preview window resizing
Dynamic transitions to fullscreen mode have been broken in GTK for a
long time now. So I'm giving up on them ever fixing it. Instead, the
preview window can be resized by dragging edges and maximized with the
maximize button.
John Stebbins [Tue, 15 Mar 2016 20:49:48 +0000 (14:49 -0600)]
LinGui: fix centering of preview in larger window
John Stebbins [Tue, 15 Mar 2016 18:03:35 +0000 (12:03 -0600)]
LinGui: make preview frame selector slider wider
John Stebbins [Tue, 15 Mar 2016 17:35:07 +0000 (11:35 -0600)]
LinGui: simplify live preview and preview hud code
This makes live preview playback somewhat less efficient. But the code
is more portable and doesn't have some of the glitchy issues with
rendering the HUD.
Damiano Galassi [Mon, 14 Mar 2016 08:50:42 +0000 (09:50 +0100)]
MacGui: added some enum to HBJob model to make things nicer in swift, plus two methods to convert from iso code to english language.
Damiano Galassi [Mon, 14 Mar 2016 08:46:39 +0000 (09:46 +0100)]
MacGui: move some kvo helpers to the UIAdditions category.
John Stebbins [Mon, 14 Mar 2016 00:24:39 +0000 (18:24 -0600)]
LinGui: enable live preview (gstreamer) by default on win32
John Stebbins [Mon, 14 Mar 2016 00:24:10 +0000 (18:24 -0600)]
LinGui: tell gstreamer where to find plugins on win32
John Stebbins [Mon, 14 Mar 2016 00:17:44 +0000 (18:17 -0600)]
LinGui: some win32 fixes
Fix preview hud background. it was transparent.
Fix initialization of gstreamer. It could not initialize the video
overlay.
John Stebbins [Sun, 13 Mar 2016 18:18:25 +0000 (12:18 -0600)]
build: fix regex probe
John Stebbins [Sun, 13 Mar 2016 00:19:54 +0000 (17:19 -0700)]
cli: remove unused variables version and build
John Stebbins [Sun, 13 Mar 2016 00:16:32 +0000 (17:16 -0700)]
LinGui: make gdk pixbuf loaders work under mingw
Makes my icons work on windows :)
sr55 [Sat, 12 Mar 2016 21:04:45 +0000 (21:04 +0000)]
Missed updating an hb_init call for the removal of updates.
sr55 [Sat, 12 Mar 2016 20:18:01 +0000 (20:18 +0000)]
Remove the CLI / LibHB Update Checker. It's been broken since we switched to HTTPS and it's terrible code.
John Stebbins [Sat, 12 Mar 2016 16:59:14 +0000 (09:59 -0700)]
LinGui: fix "Cancel" of subtitle changes
Cancel did not revert the changes that were made.
John Stebbins [Thu, 10 Mar 2016 20:55:59 +0000 (13:55 -0700)]
cli: add support for import of GUI queue file
John Stebbins [Fri, 11 Mar 2016 00:09:27 +0000 (17:09 -0700)]
LinGui: Tidy up queue format
Put all UI specific settings under a "uiSettings" key in a queue entry.
Job settings suitable for hb_add_json() are under "Job" key.
sr55 [Sat, 12 Mar 2016 16:19:53 +0000 (16:19 +0000)]
WinGui: Add SHA1 Verification of the update downloads and don't start the installer if the hash check fails.
John Stebbins [Sat, 12 Mar 2016 16:19:13 +0000 (08:19 -0800)]
Merge pull request #124 from jstebbins/decomb-split
Decomb split
Damiano Galassi [Fri, 11 Mar 2016 12:41:32 +0000 (13:41 +0100)]
MacGui: add interlace detection filter.
sr55 [Fri, 11 Mar 2016 21:04:07 +0000 (21:04 +0000)]
WinGui: Fixes for the new filters setup.
sr55 [Fri, 11 Mar 2016 20:20:24 +0000 (20:20 +0000)]
WinGui: Missing Decomb options
sr55 [Thu, 10 Mar 2016 20:44:49 +0000 (20:44 +0000)]
WinGui: Initial commit supporting separated interlace detection. Not tested yet.
John Stebbins [Thu, 10 Mar 2016 20:23:14 +0000 (13:23 -0700)]
LinGui: link comb-detect and deinterlace filters
When comb-detect is enabled and decomb/deinterlace filter is not, enable
decomb. When decomb/detinterlace filter is disabled, disable comb-detect.
John Stebbins [Tue, 8 Mar 2016 20:11:02 +0000 (13:11 -0700)]
comb-detect: adjust default sensitivity and add "Less Sensitive" preset
John Stebbins [Tue, 8 Mar 2016 18:00:15 +0000 (11:00 -0700)]
cli: add comb detection options
John Stebbins [Thu, 10 Mar 2016 21:46:50 +0000 (14:46 -0700)]
qsv: fix build
I missed some of the qsv filter settings bits that needed changing.
John Stebbins [Fri, 22 Jan 2016 22:46:13 +0000 (15:46 -0700)]
decomb: split comb detection out into it's own filter
John Stebbins [Fri, 11 Mar 2016 20:57:59 +0000 (13:57 -0700)]
sync: fix hang at end of p-to-p encoding with subtitles
If there are no more subtitles in a subtitle track after the stop time
of a p-to-p encoding, the encode would never finish.
John Stebbins [Fri, 11 Mar 2016 20:44:24 +0000 (13:44 -0700)]
reader: fix p-to-p seconds for non-seekable streams
This broke when sync was reworked. Sync now expects job->pts_to_start
to be relative to the first frame that it sees.
John Stebbins [Fri, 11 Mar 2016 19:30:26 +0000 (12:30 -0700)]
sync: fix yet another subtitle issue.
subtitle stop time was getting incorrectly squashed when special
value AV_NOPTS_VALUE. it should have been set to the next subtitles
start time.
Damiano Galassi [Fri, 26 Feb 2016 08:50:16 +0000 (09:50 +0100)]
MacGui: move the objc libhb wrapper to a separate framework.
John Stebbins [Thu, 10 Mar 2016 19:12:38 +0000 (12:12 -0700)]
LinGui: prevent crashes due to an invalid queue file
John Stebbins [Thu, 10 Mar 2016 18:50:42 +0000 (11:50 -0700)]
LinGui: don't assume log text is iso-8859-1
Damiano Galassi [Thu, 10 Mar 2016 07:51:40 +0000 (08:51 +0100)]
MacGui: remove an unused var.
Damiano Galassi [Thu, 10 Mar 2016 07:45:44 +0000 (08:45 +0100)]
MacGui: remove the NSString check for the PictureRotate key because we are sure it's always a string.
John Stebbins [Thu, 10 Mar 2016 01:10:47 +0000 (18:10 -0700)]
lingui: fix use of freed memory
John Stebbins [Wed, 9 Mar 2016 20:11:01 +0000 (12:11 -0800)]
Merge pull request #118 from jstebbins/filter-dict
Convert hb_filter_t settings from char* to hb_dict_t
sr55 [Sat, 5 Mar 2016 23:32:19 +0000 (23:32 +0000)]
WinGui: Fix Framerate mode for Same as source
sr55 [Sat, 5 Mar 2016 22:17:58 +0000 (22:17 +0000)]
WinGui: Update deinterlace method to Yadif and update presets. Will look into using the new preset/tune methods at a later point.
sr55 [Sat, 5 Mar 2016 21:52:37 +0000 (21:52 +0000)]
WinGui: Initial support for dict based filter options.
John Stebbins [Thu, 25 Feb 2016 19:44:33 +0000 (12:44 -0700)]
macui support for filter dict settings
John Stebbins [Sun, 21 Feb 2016 01:00:46 +0000 (18:00 -0700)]
filters: make job filter settings an hb_dict_t
This simplifies accessing and changing filter parameters
programatically. It also changes the custom filter string format to a
':' separated list of key/value pairs.
Damiano Galassi [Wed, 9 Mar 2016 18:16:40 +0000 (19:16 +0100)]
MacGui: use the kvc accessor methods, so that the presets menu will update properly after a change in the presets.
John Stebbins [Wed, 9 Mar 2016 15:23:46 +0000 (08:23 -0700)]
hb_dict: convert json null to empty string upon string xform
John Stebbins [Sun, 6 Mar 2016 19:57:07 +0000 (12:57 -0700)]
sync: fix handling of end-of-subtitle markers
Under some discontinuity cases, these markers were getting passed
through to the muxer, which caused a crash.
John Stebbins [Sun, 6 Mar 2016 17:41:25 +0000 (10:41 -0700)]
libhb: fix buffer over-reads by libav get_bits()
John Stebbins [Sun, 6 Mar 2016 17:17:09 +0000 (10:17 -0700)]
libhb: fix memory leaks
John Stebbins [Sat, 5 Mar 2016 22:42:01 +0000 (15:42 -0700)]
cli: fix constant framerate
Shlomo Hakim [Thu, 3 Mar 2016 21:12:38 +0000 (23:12 +0200)]
Support language code changes between ISO639 and ISO639-1
sr55 [Wed, 2 Mar 2016 20:46:30 +0000 (20:46 +0000)]
WinGui: Don't check diskspace on UNC paths.
sr55 [Wed, 2 Mar 2016 20:37:03 +0000 (20:37 +0000)]
WinGui: Updating the code to handle Deinterlace / Decomb / Rotation options for j45's latest change. Thanks John for the patch.
Damiano Galassi [Tue, 1 Mar 2016 08:47:35 +0000 (09:47 +0100)]
MacGui: rewrite the NSDictionary to NSArray converter using less if.
Damiano Galassi [Tue, 1 Mar 2016 06:57:57 +0000 (07:57 +0100)]
scan: check if the video decoder was properly initialized before decoding the preview.
John Stebbins [Sun, 28 Feb 2016 21:54:18 +0000 (14:54 -0700)]
decavcodec: recompute frame duration for every frame
It can change mid-stream
Damiano Galassi [Fri, 26 Feb 2016 11:06:37 +0000 (12:06 +0100)]
MacGui: add a NSDictionary extension to convert from and to hb_dict_t.
Damiano Galassi [Fri, 26 Feb 2016 09:04:51 +0000 (10:04 +0100)]
MacGui: make HBCore titles ivar always non null.
Damiano Galassi [Fri, 26 Feb 2016 09:03:16 +0000 (10:03 +0100)]
MacGui: the 'default' as the standard deinterlace filter value.
John Stebbins [Thu, 25 Feb 2016 15:58:44 +0000 (08:58 -0700)]
lingui: fix data type of GType variable
Wrong size data type resulted in massive failure when compiled with
certain CFLAGS.
Damiano Galassi [Tue, 23 Feb 2016 08:36:47 +0000 (09:36 +0100)]
MacGui: check if there is at least one character in the string before trying to get the first character in HBQueueOutlineView.
sr55 [Sun, 21 Feb 2016 17:14:54 +0000 (17:14 +0000)]
WinGui: Fix Audio Tab Track by Language selection behaviour.