]>
granicus.if.org Git - handbrake/log
John Stebbins [Wed, 11 Jan 2017 18:32:30 +0000 (11:32 -0700)]
reader: fix incorrect duration of UTF8 subtitles
The stop time for these was not getting adjusted by the scr_offset
(cherry picked from commit
8e639848ad996bbcf12963aa6fbe7cf379530b43 )
John Stebbins [Wed, 11 Jan 2017 18:00:52 +0000 (11:00 -0700)]
preset: fix "all" AudioTrackSelectionBehavior
When all tracks are requested, do not filter out secondary audio types.
This should only be done when only the "first" track is requested.
(cherry picked from commit
0a876569e88943def836b16ecf4c76923e1500f2 )
Damiano Galassi [Mon, 9 Jan 2017 08:18:03 +0000 (09:18 +0100)]
libhb: check if decvobsub.c private_data is not null before accessing one of its member. Fix a crash when calling decsubClose if the decoder had not been initialized yet.
(cherry picked from commit
008b1f47941e6479e5db106653232fb886196238 )
sr55 [Mon, 9 Jan 2017 19:07:21 +0000 (19:07 +0000)]
WinGui: Fix a stack overflow exception in Options screen that was causing a settings reset.
Damiano Galassi [Mon, 9 Jan 2017 07:48:01 +0000 (08:48 +0100)]
MacGui: sleep prevention in HBCore should be on by default.
(cherry picked from commit
bcf44aad7103116507eedaa66ca8103c97b2d32b )
Damiano Galassi [Thu, 5 Jan 2017 09:14:58 +0000 (10:14 +0100)]
MacGui: prevent sleep at queue start, and reallow it at the end of the queue..
(cherry picked from commit
62f25f927c61969deb6a063448b9fb2c2295391a )
Damiano Galassi [Thu, 5 Jan 2017 09:12:30 +0000 (10:12 +0100)]
MacGui: add an option to disable HBCore automatic sleep prevention behaviour.
(cherry picked from commit
2bf8ccc610d4df61660cd3efafd6b81fa5936c43 )
Damiano Galassi [Fri, 30 Dec 2016 17:48:08 +0000 (18:48 +0100)]
MacGui: make possible to configure on which queue HBCore will call the callback blocks.
(cherry picked from commit
f742b1590945a70f7a1998a3016671533094e81d )
John Stebbins [Sun, 8 Jan 2017 19:30:55 +0000 (12:30 -0700)]
json: fix use of freed memory
audio.out.name was getting assigned a string from a json object that
could be freed resulting in a double free.
also make unpack_s check for const char * type to help prevent such
abuses in the future.
(cherry picked from commit
b062c3b199cc6bb2cc33d6a28dacb6dc48c9c370 )
sr55 [Sun, 8 Jan 2017 17:51:05 +0000 (17:51 +0000)]
WinGui: Allow the log window to be opened from the Scan Status Overlay.
sr55 [Sun, 8 Jan 2017 10:43:47 +0000 (10:43 +0000)]
WinGui: Correctly synchronise the WhenDone dropdowns in the Queue, MainWindow and Preferences
sr55 [Sat, 7 Jan 2017 20:24:07 +0000 (20:24 +0000)]
WinGui: Workaround a bug in libhb where if the audio track name == "", the engine crashes when initially writing the mp4 file.
sr55 [Sat, 7 Jan 2017 19:58:01 +0000 (19:58 +0000)]
WinGui: Make sure to set libdvdnav setting before encoding. This fixes an issue where reloading the queue would result in this setting being ignored.
sr55 [Sat, 7 Jan 2017 18:50:57 +0000 (18:50 +0000)]
WinGui: Adding Queue Start/Pause Context Menu options to the In-line queue and queue window. #489
sr55 [Fri, 6 Jan 2017 20:43:05 +0000 (20:43 +0000)]
qsv: Fix a crash that can occur in hb_qsv_info_print() when QSV hardware exists in the system but is disabled in the bios.
John Stebbins [Wed, 4 Jan 2017 18:47:17 +0000 (11:47 -0700)]
decsrtsub: fix extra blank lines
This only happened with embedded UTF8 subtitles in mkv.
(cherry picked from commit
17ab380b65a4843e260300924fe95f7eff98e6ff )
Damiano Galassi [Mon, 2 Jan 2017 16:57:27 +0000 (17:57 +0100)]
libhb: better bound checking in ParseControls.
(cherry picked from commit
e0ae572c77f015b041c88d73f8a26b6d7abccdfb )
maxd [Mon, 2 Jan 2017 21:45:40 +0000 (22:45 +0100)]
qsv: fix for memory leak for decode
Closes #490.
(cherry picked from commit
7afd2d7c5cd3078a99701d73eb6445c3a1d70808 )
sr55 [Mon, 2 Jan 2017 13:59:32 +0000 (13:59 +0000)]
WinGui: Improve the SourceMax / Custom Picture Settings modes. Fixes a numer of edge causes and problems with this code #455
Damiano Galassi [Mon, 2 Jan 2017 13:38:51 +0000 (14:38 +0100)]
MacGui: always use the last selected source parent directory for the open panel.
(cherry picked from commit
d6d633ac7b386b9c0ca70efa0ba93fcd45221d08 )
Damiano Galassi [Mon, 2 Jan 2017 13:37:23 +0000 (14:37 +0100)]
MacGui: use the bundle name as the title name for .eyetv bundles.
(cherry picked from commit
2e1ee72df99040481cc555c4452b08956e0037eb )
sr55 [Sun, 1 Jan 2017 22:21:13 +0000 (22:21 +0000)]
WinGui: Set version to 1.0.2
Damiano Galassi [Sun, 1 Jan 2017 14:44:35 +0000 (15:44 +0100)]
MacGui: [HBUtilities writeToActivityLog:] wants a c string, not a NSString.
(cherry picked from commit
ed846fdfd18802bcd9f515fe34ed08f81e3d1ab3 )
Damiano Galassi [Sun, 1 Jan 2017 10:55:09 +0000 (11:55 +0100)]
MacGui: write the job preset name to the activity log.
(cherry picked from commit
6e6507c64c72294c6478c7fa06ca1f7dad0d17d7 )
Bradley Sepos [Sun, 1 Jan 2017 00:00:00 +0000 (00:00 +0000)]
Update copyright dates to 2017.
(cherry picked from commit
3f1f6175ce804dd46ce4d3913611477731389a9f )
sr55 [Sat, 31 Dec 2016 13:04:46 +0000 (13:04 +0000)]
WinGui: Store the Extra Args when switching video encoders. This prevents invalid arguments getting passed to the encoder and as a bonus, remembers the users setting if they switch back
sr55 [Sat, 31 Dec 2016 12:45:56 +0000 (12:45 +0000)]
WinGui: Fixes to Subtitle Default behaviours.
Damiano Galassi [Sat, 31 Dec 2016 11:04:06 +0000 (12:04 +0100)]
MacGui: check if a file overwrites its source before adding it to the queue.
(cherry picked from commit
bcb1729a994d1e508584340c8fd82075223b3824 )
Damiano Galassi [Fri, 30 Dec 2016 08:01:21 +0000 (09:01 +0100)]
MacGui: cache the text attributes in DockTextField to avoid recreating the same identical object each time the textfield is drawn.
(cherry picked from commit
6c9569df06635b942248d4a30897bae07280b765 )
Marcelo Alves [Fri, 30 Dec 2016 03:47:15 +0000 (01:47 -0200)]
If available, use the monospaced digit system font to draw the progress over the Dock icon.
(cherry picked from commit
2dd9968af2db70243337085bfa3de46fa580f9b1 )
Damiano Galassi [Sat, 31 Dec 2016 08:06:58 +0000 (09:06 +0100)]
MacGui: reset the video encoder additional options when switching to a different encoder.
(cherry picked from commit
7ba75322da188f3e44591908649df96af39fd3c3 )
Damiano Galassi [Sat, 31 Dec 2016 07:40:51 +0000 (08:40 +0100)]
MacGui: allow only .app to be selected in the "send file to" open panel.
(cherry picked from commit
a180930c5bc24b4ca594d8e40911dfd80970e735 )
John Stebbins [Fri, 30 Dec 2016 16:28:07 +0000 (09:28 -0700)]
presets: fix hb_preset_move
Moving between different folder levels was broken. This broke preset
drag-and-drop in LinGui.
(cherry picked from commit
2365f4073387d5a8743e396dcb1f9a7d18dfd4a3 )
John Stebbins [Thu, 29 Dec 2016 21:18:41 +0000 (14:18 -0700)]
libhb: fix audio bitrate when using fallback encoder
Fixes https://github.com/HandBrake/HandBrake/issues/462
hb_audio_add was overwriting the desired output bitrate before we
discovered that we needed to use the fallback encoder.
(cherry picked from commit
56e26f4b112a8454c09f355ca3eefab52f2b76ed )
Bradley Sepos [Thu, 29 Dec 2016 21:07:31 +0000 (16:07 -0500)]
Update NEWS.markdown again for 1.0.1.
(cherry picked from commit
fc8f6c04a15c2049ae4d043edaae115618342237 )
John Stebbins [Thu, 29 Dec 2016 16:16:17 +0000 (09:16 -0700)]
CLI: fix csv file chapter import
(cherry picked from commit
da3c7963a3ad43cfec616714bbc4a68671350c74 )
sr55 [Thu, 29 Dec 2016 14:35:31 +0000 (14:35 +0000)]
WinGui: Downgrade Subtitle Behaviour Error to a warning. Also checks the behaviour mode now so it should not appear as often. Also change it to Yes/No confirmation.
Bradley Sepos [Thu, 29 Dec 2016 05:24:35 +0000 (00:24 -0500)]
Update NEWS.markdown for 1.0.1.
(cherry picked from commit
da04cfa6dd8f60198edede3599259ba31a08be9c )
sr55 [Wed, 28 Dec 2016 14:34:13 +0000 (14:34 +0000)]
WinGui: Don't open the source panel on launch if we are scanning a file by command line arguments.
Damiano Galassi [Wed, 28 Dec 2016 07:35:18 +0000 (08:35 +0100)]
MacGui: set PictureWidth and PictureHeight when creating presets with the "Source Maximum" picture option. Fixes #455
(cherry picked from commit
e2cc12cf1dfa9ae3d98661a9ead330f496da3f2f )
Damiano Galassi [Wed, 28 Dec 2016 07:12:49 +0000 (08:12 +0100)]
MacGui: properly enable the "burned in" checkbox when switching from mp4 to mkv container.
(cherry picked from commit
d027d48da3b6305492741229bcd0e5cd9af29d60 )
Bradley Sepos [Tue, 27 Dec 2016 21:39:19 +0000 (16:39 -0500)]
contrib: Fontconfig workaround for weak symbols not found on Mac prior to Sierra.
When built with Xcode 8 and run on El Capitan or earlier, HandBrake could crash when attempting to burn soft subtitles.
(cherry picked from commit
97f3394d0e5f104352459d28b213b137323e08b1 )
John Stebbins [Tue, 27 Dec 2016 22:07:08 +0000 (14:07 -0800)]
LinGui: wider presets pane to accomodate longer preset names
(cherry picked from commit
57fb5dc77086ca5e17b1aaf7731c46c1c6fe476f )
John Stebbins [Tue, 27 Dec 2016 21:53:46 +0000 (13:53 -0800)]
LinGui: fix tooltip formatting
(cherry picked from commit
969aa8bca49a6ece4aa98ec1ec89fd1ba947276d )
sr55 [Tue, 27 Dec 2016 21:07:00 +0000 (21:07 +0000)]
WinGui: Bump versions to 1.0.1
John Stebbins [Tue, 27 Dec 2016 18:43:04 +0000 (10:43 -0800)]
LinGui: don't enable PictureKeepRatio widget in auto-anamorphic
(cherry picked from commit
ab56de22aa7a5ec03b1a506d2533f8d97497524f )
John Stebbins [Tue, 27 Dec 2016 16:57:06 +0000 (08:57 -0800)]
encavcodec: fix 2 pass vp8 and vp9 encoding
libvpx only supplies the stats upon the final flush of the encoder. So
we must also write stats after final flush.
(cherry picked from commit
d64dba737d0136b58545be33c50db093df1880c1 )
John Stebbins [Tue, 27 Dec 2016 16:56:25 +0000 (08:56 -0800)]
encavcodec: fix crash during 2 pass encode
This affect mpeg4, mpeg2, vp8 and vp9 encoding
(cherry picked from commit
3b9c9a263f7ffa959d56d914c62df18c9567c0db )
Damiano Galassi [Tue, 27 Dec 2016 12:58:06 +0000 (13:58 +0100)]
MacGui: do not use the raw block device path for bluray.
(cherry picked from commit
ca706b312b09dd9a12cbc49111051015bed0c75f )
Damiano Galassi [Tue, 27 Dec 2016 10:42:27 +0000 (11:42 +0100)]
MacGui: fix audio and subtitles tracks when reloading a job from the queue.
(cherry picked from commit
ec1553108f3881a380904bcc8be7c19a626cb69a )
sr55 [Tue, 27 Dec 2016 12:09:13 +0000 (12:09 +0000)]
WinGui: A number of small fixes and Improvements.
- Fix Update Preset Option. Add CC and Foreign Audio Scan were not setting correctly when updating a preset. Fixes #442
- Fix an issue where "Normal" Preset was showing as default as well as "Fast".
- Fix issues in the preset loading of the Deinterlace/Decomb Presets. Fixes #443
- Make the Video Extra Options Box Fix to area to make it easier to read long option strings.
- Change the logic for enabling the Use Advanced Options box to not look at the option string. Fixes #441
sr55 [Mon, 26 Dec 2016 17:40:50 +0000 (17:40 +0000)]
WinGui: Fix "(Any)" language track option on the Audio Tab for Automatic Selection Behaviours
sr55 [Mon, 26 Dec 2016 14:49:34 +0000 (14:49 +0000)]
WinGui: New Setting to allow the QSV decoder to be used with Non QSV encoders. (Was on by default and not configurable. Now off by default but configurable)
Bradley Sepos [Sat, 24 Dec 2016 19:54:26 +0000 (14:54 -0500)]
contrib: Update to automake 1.15.
Bradley Sepos [Sat, 24 Dec 2016 19:54:09 +0000 (14:54 -0500)]
contrib: Make recent fontconfig patch darwin/mac only for now.
Automake fails if version < 1.15.
Bradley Sepos [Sat, 24 Dec 2016 18:08:46 +0000 (13:08 -0500)]
contrib: Fix fontconfig patch committed as
39f6588 .
Bradley Sepos [Sat, 24 Dec 2016 17:24:14 +0000 (12:24 -0500)]
contrib: Add /Library/Fonts to fontconfig.
Bradley Sepos [Sat, 24 Dec 2016 17:22:40 +0000 (12:22 -0500)]
contrib: Patch fontconfig to allow setting RUN_FC_CACHE_TEST makevar.
Damiano Galassi [Sat, 24 Dec 2016 09:13:25 +0000 (10:13 +0100)]
MacGui: set the docs menu item to go directly to en 1.0.0 docs.
Damiano Galassi [Sat, 24 Dec 2016 09:12:40 +0000 (10:12 +0100)]
MacGui: change the initial queue window position to be near top-left screen corner.
Damiano Galassi [Sat, 24 Dec 2016 08:09:10 +0000 (09:09 +0100)]
MacGui: set the subtitles track default key when applying defaults from a preset.
Damiano Galassi [Sat, 24 Dec 2016 08:02:43 +0000 (09:02 +0100)]
MacGui: fix preview HUD initial position if the window size is different than the default one.
sr55 [Fri, 23 Dec 2016 22:31:36 +0000 (22:31 +0000)]
qsv: Fix a memory leak in enc_qsv.c Patch by maxim_d33
Bradley Sepos [Fri, 23 Dec 2016 08:02:14 +0000 (03:02 -0500)]
Update NEWS.markdown.
sr55 [Thu, 22 Dec 2016 21:13:55 +0000 (21:13 +0000)]
WinGui: Change the status bar to show when it's doing a subtitle scan.
sr55 [Thu, 22 Dec 2016 19:47:17 +0000 (19:47 +0000)]
WinGui: Remove Preset AutoName function as it hasn't ever worked properly.
John Stebbins [Thu, 22 Dec 2016 19:25:16 +0000 (11:25 -0800)]
libhb: pass through BT.2020 transfer flags
John Stebbins [Thu, 22 Dec 2016 17:32:33 +0000 (09:32 -0800)]
stream: fix SRT subtitle duration
John Stebbins [Thu, 22 Dec 2016 17:31:57 +0000 (09:31 -0800)]
libav: fix SRT subtitle duration
Damiano Galassi [Thu, 22 Dec 2016 12:18:42 +0000 (13:18 +0100)]
Merge pull request #430 from bradleysepos/info-plist
macgui: Update Info.plist copyright and license.
Bradley Sepos [Thu, 22 Dec 2016 08:16:39 +0000 (03:16 -0500)]
macgui: Update Info.plist copyright and license.
Bradley Sepos [Thu, 22 Dec 2016 06:58:13 +0000 (01:58 -0500)]
doc: Remove legacy documentation.
Superseded by https://handbrake.fr/docs
Bradley Sepos [Thu, 22 Dec 2016 05:42:42 +0000 (00:42 -0500)]
build: Add install, install-strip, and uninstall targets for Darwin/Mac.
Also refactor test.* convenience targets for Darwin/Mac.
Configure parameter --prefix now sets HandBrakeCLI install directory [/usr/local] like on other systems.
New configure parameter --xcode-prefix sets HandBrake.app install directory [/Applications]. Not used on other systems.
Damiano Galassi [Wed, 21 Dec 2016 19:51:26 +0000 (20:51 +0100)]
MacGui: remove NSAppTransportSecurity handbrake.fr http exception, all the mirrors are on https now.
Bradley Sepos [Wed, 21 Dec 2016 18:44:48 +0000 (13:44 -0500)]
contrib: Add fontconfig fccache patch.
Unreleased bug fix. Original commit on the fontconfig master branch: https://cgit.freedesktop.org/fontconfig/commit/?id=
0e9b2a152729bfd457e656a9258a06cbfdac1bae
John Stebbins [Wed, 21 Dec 2016 16:39:09 +0000 (08:39 -0800)]
fix unreachable code, really fix boolean logic this time
Thanks Rodeo for pointing this out
John Stebbins [Wed, 21 Dec 2016 16:30:58 +0000 (08:30 -0800)]
libav: disable vdpau
libav auto enables this if it finds support libs. This causes a
link error, so explicitly disable it.
John Stebbins [Wed, 21 Dec 2016 16:23:58 +0000 (08:23 -0800)]
fix compiler warning and operator precedence problem
Damiano Galassi [Wed, 21 Dec 2016 10:04:43 +0000 (11:04 +0100)]
MacGui: fix languages cells layout.
Damiano Galassi [Fri, 25 Nov 2016 10:42:12 +0000 (11:42 +0100)]
MacGui: use the right color profile for Bt 2020 primaries.
Closes #401.
Damiano Galassi [Fri, 25 Nov 2016 10:42:01 +0000 (11:42 +0100)]
libhb: add new color tags for Bt 2020 and SMPTE ST 2084
Bradley Sepos [Wed, 21 Dec 2016 06:00:25 +0000 (01:00 -0500)]
macgui: Tweak queue toolbar icon badge.
Text should be centered within the ellipse now. Align badge to bottom left of icon.
Bradley Sepos [Wed, 21 Dec 2016 03:56:14 +0000 (22:56 -0500)]
macgui: Revise preview controller tooltips.
Bradley Sepos [Wed, 21 Dec 2016 03:42:44 +0000 (22:42 -0500)]
macgui: Revise queue tooltips and contextual menu.
Bradley Sepos [Wed, 21 Dec 2016 03:36:32 +0000 (22:36 -0500)]
macgui: Update activity window contextual menu items for consistency.
Bradley Sepos [Wed, 21 Dec 2016 03:14:19 +0000 (22:14 -0500)]
macgui: Update preferences dialogs.
Revise tooltips and minor wording/layout tweaks.
Bradley Sepos [Tue, 20 Dec 2016 22:58:34 +0000 (17:58 -0500)]
macgui: Remove single tooltip from preview picture settings hud.
Only one existed. For now we'll just leave this panel un-tooltip'd and defer to the main window picture tab.
Bradley Sepos [Tue, 20 Dec 2016 22:55:35 +0000 (17:55 -0500)]
macgui: Revise audio and subtitles tabs contextual menus.
Bradley Sepos [Tue, 20 Dec 2016 22:51:21 +0000 (17:51 -0500)]
macgui: Revise chapters tab tooltips.
Bradley Sepos [Tue, 20 Dec 2016 22:45:52 +0000 (17:45 -0500)]
macgui: Clarify audio DRC tooltips.
Bradley Sepos [Tue, 20 Dec 2016 22:36:49 +0000 (17:36 -0500)]
macgui: Make main menu web links obviously external.
Bradley Sepos [Tue, 20 Dec 2016 22:33:22 +0000 (17:33 -0500)]
macgui: Revise subtitles defaults tooltips.
Bradley Sepos [Tue, 20 Dec 2016 22:10:51 +0000 (17:10 -0500)]
macgui: Revise subtitles tab tooltips.
Bradley Sepos [Tue, 20 Dec 2016 21:24:10 +0000 (16:24 -0500)]
macgui: Revise audio defaults tooltips.
Bradley Sepos [Tue, 20 Dec 2016 21:12:03 +0000 (16:12 -0500)]
macgui: Revise quality and bitrate mode tooltips on main window.
Bradley Sepos [Tue, 20 Dec 2016 20:47:34 +0000 (15:47 -0500)]
macgui: Revise audio tab tooltips.
sr55 [Tue, 20 Dec 2016 21:55:34 +0000 (21:55 +0000)]
WinGui: Improve many tooltips for 1.0 #426
Bradley Sepos [Tue, 20 Dec 2016 19:10:53 +0000 (14:10 -0500)]
macgui: Revise Open Source toolbar button tooltip.
Was also being set dynamically.
Bradley Sepos [Tue, 20 Dec 2016 05:07:13 +0000 (00:07 -0500)]
macgui: Revise Picture tab tooltips.
Bradley Sepos [Tue, 20 Dec 2016 04:34:05 +0000 (23:34 -0500)]
macgui: Revise Add Preset dialog tooltips.