]> granicus.if.org Git - handbrake/log
handbrake
8 years agodecavcodec: fix crash in decavcodecvInfo
John Stebbins [Tue, 24 Jan 2017 17:59:58 +0000 (10:59 -0700)]
decavcodec: fix crash in decavcodecvInfo

If avcodec_open fails, pv->context->codec is NULL, but work->info may
still be called by scan.

8 years agoWinGui: Another fix to WhenDone. Should reset when the main window opens, not when...
sr55 [Mon, 23 Jan 2017 21:00:15 +0000 (21:00 +0000)]
WinGui: Another fix to WhenDone. Should reset when the main window opens, not when preferences opens.

8 years agoWinGui: Bump version to 1.0.3 for the future release.
sr55 [Sun, 22 Jan 2017 17:53:40 +0000 (17:53 +0000)]
WinGui: Bump version to 1.0.3 for the future release.

8 years agoRevise and extend NEWS.markdown for 1.0.2.
Bradley Sepos [Sun, 22 Jan 2017 16:46:32 +0000 (11:46 -0500)]
Revise and extend NEWS.markdown for 1.0.2.

8 years agoRevise and extend NEWS.markdown for 1.0.2.
Bradley Sepos [Sun, 22 Jan 2017 16:43:36 +0000 (11:43 -0500)]
Revise and extend NEWS.markdown for 1.0.2.

8 years agoWinGui: Fix an issue with QueueEdit not restoring PointToPoint settings correctly.
sr55 [Sun, 22 Jan 2017 16:12:52 +0000 (16:12 +0000)]
WinGui: Fix an issue with QueueEdit not restoring PointToPoint settings correctly.

8 years agoFixed a typo
Damiano Galassi [Sun, 22 Jan 2017 11:40:32 +0000 (12:40 +0100)]
Fixed a typo

8 years agoInitial draft of NEWS for 1.0.2
sr55 [Sat, 21 Jan 2017 22:51:40 +0000 (22:51 +0000)]
Initial draft of NEWS for 1.0.2

8 years agodvdread: Don't ignore errors from UDFReadBlocks
John Stebbins [Sat, 21 Jan 2017 21:39:24 +0000 (13:39 -0800)]
dvdread: Don't ignore errors from UDFReadBlocks

Fixes https://github.com/HandBrake/HandBrake/issues/535

8 years agoWinGui: Set a min height on the queue selection window.
sr55 [Sat, 21 Jan 2017 20:14:51 +0000 (20:14 +0000)]
WinGui: Set a min height on the queue selection window.

8 years agoMacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEBUG-SANDB...
Damiano Galassi [Fri, 20 Jan 2017 17:52:22 +0000 (18:52 +0100)]
MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEBUG-SANDBOX to build HandBrake with sandbox enabled.

8 years agoMacGui: reload the queue outline view action column when an encode is done (the one...
Damiano Galassi [Thu, 19 Jan 2017 14:01:20 +0000 (15:01 +0100)]
MacGui: reload the queue outline view action column when an encode is done (the one with the x or the show in finder icon)

8 years agodisable fontconfig on macOS
Damiano Galassi [Wed, 18 Jan 2017 09:47:13 +0000 (10:47 +0100)]
disable fontconfig on macOS

8 years agolibhb: force title rescan after completing a job encode (#488)
John Stebbins [Mon, 16 Jan 2017 22:54:13 +0000 (14:54 -0800)]
libhb: force title rescan after completing a job encode (#488)

Fixes https://forum.handbrake.fr/viewtopic.php?f=12&t=35583

8 years agocli: Adding hb_opencl_set_enable when --use-opencl is set. #496
sr55 [Sun, 15 Jan 2017 20:16:51 +0000 (20:16 +0000)]
cli:  Adding hb_opencl_set_enable when --use-opencl is set. #496

8 years agoWinGui: Pause on Low Diskspace is for local drives only. Disabling check for UNC...
sr55 [Sun, 15 Jan 2017 18:22:48 +0000 (18:22 +0000)]
WinGui: Pause on Low Diskspace is for local drives only. Disabling check for UNC paths. #527

8 years agoWinGui: Remove extension check as it can cause an erroneous error when setting the...
sr55 [Sun, 15 Jan 2017 18:13:52 +0000 (18:13 +0000)]
WinGui: Remove extension check as it can cause an erroneous error when setting the filename manually.

8 years agoWinGui: Fix typo in #496
sr55 [Sun, 15 Jan 2017 14:47:47 +0000 (14:47 +0000)]
WinGui:  Fix typo in #496

8 years agoWinGui: Use new hb_opencl_set_enable function. #496
sr55 [Sun, 15 Jan 2017 14:31:40 +0000 (14:31 +0000)]
WinGui: Use new hb_opencl_set_enable function. #496

8 years agoopencl: Workaround broken drivers that crash when you call clGetPlatformIDs with...
Scott [Sun, 15 Jan 2017 14:25:55 +0000 (14:25 +0000)]
opencl: Workaround broken drivers that crash when you call clGetPlatformIDs with valid inputs. #496

8 years agoWinGui: SplitButton was broken. #524
sr55 [Sun, 15 Jan 2017 14:07:26 +0000 (14:07 +0000)]
WinGui: SplitButton was broken. #524

8 years agoWinGui: Fix erroneous path and filename handling. #515
sr55 [Sat, 14 Jan 2017 21:52:18 +0000 (21:52 +0000)]
WinGui: Fix erroneous path and filename handling.  #515

8 years agoWinGui: Fix a crash when saving presets for video encoders that don't have preset...
sr55 [Sat, 14 Jan 2017 19:16:46 +0000 (19:16 +0000)]
WinGui: Fix a crash when saving presets for video encoders that don't have preset or profile options. #516

8 years agoWinGui: Fix an issue which prevented the GUI from parsing presets with hb_presets_rea...
sr55 [Fri, 13 Jan 2017 21:44:08 +0000 (21:44 +0000)]
WinGui: Fix an issue which prevented the GUI from parsing presets with hb_presets_read_file_json becaused it returned an unnamed list when reading plist files. It can now handle  PresetList or just unnamed Json List []
Also made the parser more tolerant to casing and unset and unexpected values.

8 years agoWinGui: Put up a clearer error when we can't read older presets rather than just...
sr55 [Thu, 12 Jan 2017 21:21:33 +0000 (21:21 +0000)]
WinGui: Put up a clearer error when we can't read older presets rather than just showing a stack trace. #513

8 years agoMacGui: fix string encoding when converting chapters titles to NSString.
Damiano Galassi [Thu, 12 Jan 2017 18:56:14 +0000 (19:56 +0100)]
MacGui: fix string encoding when converting chapters titles to NSString.

8 years agoqsv: fix building with qsv disabled
John Stebbins [Wed, 11 Jan 2017 21:52:14 +0000 (14:52 -0700)]
qsv: fix building with qsv disabled

8 years agoWinGui: Update EndPoint for API Change.
sr55 [Wed, 11 Jan 2017 21:48:31 +0000 (21:48 +0000)]
WinGui: Update EndPoint for API Change.

8 years agojson: revise range "End" for time and frame ranges
John Stebbins [Wed, 11 Jan 2017 21:25:07 +0000 (14:25 -0700)]
json: revise range "End" for time and frame ranges

"End" was a duration.  It is now the actual "End" position in 90khz
ticks or frames.

8 years agoWinGui: Fix for the Queue Item Tooltip. Would erroneously display "2Pass" for CRF...
sr55 [Wed, 11 Jan 2017 20:41:08 +0000 (20:41 +0000)]
WinGui: Fix for the Queue Item Tooltip. Would erroneously display "2Pass" for CRF encodes.

8 years agojson: Decoding JSON now checks if QSV is available before setting QSV… (#509)
Scott [Wed, 11 Jan 2017 19:34:19 +0000 (19:34 +0000)]
json: Decoding JSON now checks if QSV is available before setting QSV… (#509)

json: Decoding JSON now checks if QSV is available before setting QSV… #509

8 years agolibav: fix EIO error when reaching EOF of DV files
John Stebbins [Wed, 11 Jan 2017 19:27:38 +0000 (12:27 -0700)]
libav: fix EIO error when reaching EOF of DV files

8 years agoreader: fix incorrect duration of UTF8 subtitles
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

8 years agopreset: fix "all" AudioTrackSelectionBehavior
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.

8 years agoadded support of Kaby Lake CPU recognition
maxd [Wed, 11 Jan 2017 15:47:01 +0000 (16:47 +0100)]
added support of Kaby Lake CPU recognition

8 years agoWinGui: Fix a stack overflow exception in Options screen that was causing a settings...
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.

8 years agolibhb: check if decvobsub.c private_data is not null before accessing one of its...
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.

8 years agoMacGui: sleep prevention in HBCore should be on by default.
Damiano Galassi [Mon, 9 Jan 2017 07:48:01 +0000 (08:48 +0100)]
MacGui: sleep prevention in HBCore should be on by default.

8 years agojson: fix use of freed memory
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.

8 years agoWinGui: Allow the log window to be opened from the Scan Status Overlay.
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.

8 years agoWinGui: Correctly synchronise the WhenDone dropdowns in the Queue, MainWindow and...
sr55 [Sun, 8 Jan 2017 10:43:47 +0000 (10:43 +0000)]
WinGui: Correctly synchronise the WhenDone dropdowns in the Queue, MainWindow and Preferences

8 years agoWinGui: Workaround a bug in libhb where if the audio track name == "", the engine...
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.

8 years agoWinGui: Make sure to set libdvdnav setting before encoding. This fixes an issue where...
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.

8 years agoWinGui: Adding Queue Start/Pause Context Menu options to the In-line queue and queue...
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

8 years agoqsv: Fix a crash that can occur in hb_qsv_info_print() when QSV hardware exists in...
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.

8 years agoMacGui: prevent sleep at queue start, and reallow it at the end of the queue..
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..

8 years agoMacGui: add an option to disable HBCore automatic sleep prevention behaviour.
Damiano Galassi [Thu, 5 Jan 2017 09:12:30 +0000 (10:12 +0100)]
MacGui: add an option to disable HBCore automatic sleep prevention behaviour.

8 years agodecsrtsub: fix extra blank lines
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.

8 years agoMacGui: fix NSSecureCoding for the HBSubtitles class.
Damiano Galassi [Wed, 4 Jan 2017 18:42:21 +0000 (19:42 +0100)]
MacGui: fix NSSecureCoding for the HBSubtitles class.

8 years agolibhb: better bound checking in ParseControls.
Damiano Galassi [Mon, 2 Jan 2017 16:57:27 +0000 (17:57 +0100)]
libhb: better bound checking in ParseControls.

8 years agoLinGui: fix use of gtk 3.22 deprecated functions
John Stebbins [Wed, 4 Jan 2017 00:03:13 +0000 (17:03 -0700)]
LinGui: fix use of gtk 3.22 deprecated functions

8 years agolibhb: allow removal of tags
John Stebbins [Mon, 2 Jan 2017 18:06:36 +0000 (11:06 -0700)]
libhb: allow removal of tags

Setting an empty string tag allows removal of existing tags.
Note that setting a NULL string does not remove an existing tag but
instead results in the tag getting passed through from the source.

8 years agoqsv: fix for memory leak for decode
maxd [Mon, 2 Jan 2017 21:45:40 +0000 (22:45 +0100)]
qsv: fix for memory leak for decode

Closes #490.

8 years agoWinGui: Improve the SourceMax / Custom Picture Settings modes. Fixes a numer of edge...
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

8 years agoMacGui: always use the last selected source parent directory for the open panel.
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.

8 years agoMacGui: use the bundle name as the title name for .eyetv bundles.
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.

8 years agoWinGui: Change the name of the night build start menu shortcut to "HandBrake Nightly...
sr55 [Sun, 1 Jan 2017 22:38:22 +0000 (22:38 +0000)]
WinGui: Change the name of the night build start menu shortcut to "HandBrake Nightly" to distinguish it from the public release builds.

8 years agoWinGui: Set version to 1.0.2
sr55 [Sun, 1 Jan 2017 22:21:13 +0000 (22:21 +0000)]
WinGui: Set version to 1.0.2

8 years agoMacGui: [HBUtilities writeToActivityLog:] wants a c string, not a NSString.
Damiano Galassi [Sun, 1 Jan 2017 14:44:35 +0000 (15:44 +0100)]
MacGui: [HBUtilities writeToActivityLog:] wants a c string, not a NSString.

8 years agoMacGui: fix the tests, an external file is required to run them now.
Damiano Galassi [Sun, 1 Jan 2017 10:57:30 +0000 (11:57 +0100)]
MacGui: fix the tests, an external file is required to run them now.

8 years agoMacGui: write the job preset name to the activity log.
Damiano Galassi [Sun, 1 Jan 2017 10:55:09 +0000 (11:55 +0100)]
MacGui: write the job preset name to the activity log.

8 years agoUpdate copyright dates to 2017.
Bradley Sepos [Sun, 1 Jan 2017 00:00:00 +0000 (00:00 +0000)]
Update copyright dates to 2017.

8 years agoWinGui: Store the Extra Args when switching video encoders. This prevents invalid...
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

8 years agoWinGui: Fixes to Subtitle Default behaviours.
sr55 [Sat, 31 Dec 2016 12:45:56 +0000 (12:45 +0000)]
WinGui: Fixes to Subtitle Default behaviours.

8 years agoMacGui: check if a file overwrites its source before adding it to the queue.
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.

8 years agoMacGui: reset the video encoder additional options when switching to a different...
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.

8 years agoMacGui: allow only .app to be selected in the "send file to" open panel.
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.

8 years agoMacGui: make possible to configure on which queue HBCore will call the callback blocks.
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.

8 years agoRevert "Update es.po (#460)"
John Stebbins [Fri, 30 Dec 2016 16:32:44 +0000 (09:32 -0700)]
Revert "Update es.po (#460)"

This reverts commit d58bb7a17d1a3e5978f16c363c361dc832c5acec.

The po file is broken and does not build properly.  It contains multiple
duplicate message id definitions.

8 years agopresets: fix hb_preset_move
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.

8 years agoUpdate es.po (#460)
toni-em [Fri, 30 Dec 2016 15:13:57 +0000 (16:13 +0100)]
Update es.po (#460)

Update of the Spanish translation.

8 years agoMacGui: cache the text attributes in DockTextField to avoid recreating the same ident...
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.

8 years agoIf available, use the monospaced digit system font to draw the progress over the...
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.

8 years agolibhb: fix audio bitrate when using fallback encoder
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.

8 years agoUpdate NEWS.markdown again for 1.0.1.
Bradley Sepos [Thu, 29 Dec 2016 21:07:31 +0000 (16:07 -0500)]
Update NEWS.markdown again for 1.0.1.

8 years agoCLI: fix csv file chapter import
John Stebbins [Thu, 29 Dec 2016 16:16:17 +0000 (09:16 -0700)]
CLI: fix csv file chapter import

8 years agoWinGui: Downgrade Subtitle Behaviour Error to a warning. Also checks the behaviour...
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.

8 years agoUpdate NEWS.markdown for 1.0.1.
Bradley Sepos [Thu, 29 Dec 2016 05:24:35 +0000 (00:24 -0500)]
Update NEWS.markdown for 1.0.1.

8 years agoWinGui: Don't open the source panel on launch if we are scanning a file by command...
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.

8 years agoMacGui: do not call decodeObjectOfClasses:forKey: on 10.7, fix loading queue from...
Damiano Galassi [Wed, 28 Dec 2016 08:11:55 +0000 (09:11 +0100)]
MacGui: do not call decodeObjectOfClasses:forKey: on 10.7, fix loading queue from disk that had been broken since enabling NSSecureCoding.

8 years agoMacGui: set PictureWidth and PictureHeight when creating presets with the "Source...
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

8 years agoMacGui: properly enable the "burned in" checkbox when switching from mp4 to mkv conta...
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.

8 years agocontrib: Fontconfig workaround for weak symbols not found on Mac prior to Sierra.
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.

8 years agoLinGui: wider presets pane to accomodate longer preset names
John Stebbins [Tue, 27 Dec 2016 22:07:08 +0000 (14:07 -0800)]
LinGui: wider presets pane to accomodate longer preset names

8 years agoLinGui: fix tooltip formatting
John Stebbins [Tue, 27 Dec 2016 21:53:46 +0000 (13:53 -0800)]
LinGui: fix tooltip formatting

8 years agobuild: Gracefully exit configure where version info is not present.
Bradley Sepos [Mon, 26 Dec 2016 22:07:43 +0000 (17:07 -0500)]
build: Gracefully exit configure where version info is not present.

configure.py fails hard when .git or version.txt are not present, usually when downloading a source archive from GitHub or other git-archive use. This allows configure to fail gracefully, printing instructions to work from a git clone or download a proper source archive.

8 years agoWinGui: Bump versions to 1.0.1
sr55 [Tue, 27 Dec 2016 21:07:00 +0000 (21:07 +0000)]
WinGui: Bump versions to 1.0.1

8 years agoLinGui: don't enable PictureKeepRatio widget in auto-anamorphic
John Stebbins [Tue, 27 Dec 2016 18:43:04 +0000 (10:43 -0800)]
LinGui: don't enable PictureKeepRatio widget in auto-anamorphic

8 years agoencavcodec: fix 2 pass vp8 and vp9 encoding
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.

8 years agoencavcodec: fix crash during 2 pass encode
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

8 years agoMacGui: do not use the raw block device path for bluray.
Damiano Galassi [Tue, 27 Dec 2016 12:58:06 +0000 (13:58 +0100)]
MacGui: do not use the raw block device path for bluray.

8 years agoWinGui: A number of small fixes and Improvements.
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

8 years agoMacGui: enable NSSecureCoding for the queue file.
Damiano Galassi [Tue, 27 Dec 2016 10:53:11 +0000 (11:53 +0100)]
MacGui: enable NSSecureCoding for the queue file.

8 years agoMacGui: fix audio and subtitles tracks when reloading a job from the queue.
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.

8 years agoWinGui: Fix "(Any)" language track option on the Audio Tab for Automatic Selection...
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

8 years agoWinGui: Add support to make the windows UI more portable friendly. Configurable via...
sr55 [Mon, 26 Dec 2016 15:21:20 +0000 (15:21 +0000)]
WinGui: Add support to make the windows UI more portable friendly. Configurable via portable.ini file.  All temp, presets, settings, logs etc can be stored in a specific or current directory.

8 years agoWinGui: New Setting to allow the QSV decoder to be used with Non QSV encoders. (Was...
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)

8 years agocontrib: Update to automake 1.15.
Bradley Sepos [Sat, 24 Dec 2016 19:54:26 +0000 (14:54 -0500)]
contrib: Update to automake 1.15.

8 years agocontrib: Make recent fontconfig patch darwin/mac only for now.
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.

8 years agocontrib: Fix fontconfig patch committed as 39f6588. 1.0.0
Bradley Sepos [Sat, 24 Dec 2016 18:08:46 +0000 (13:08 -0500)]
contrib: Fix fontconfig patch committed as 39f6588.