]> granicus.if.org Git - handbrake/log
handbrake
9 years agodecavcodec: fix hang in avcodec decoder
John Stebbins [Fri, 6 Nov 2015 21:00:14 +0000 (13:00 -0800)]
decavcodec: fix hang in avcodec decoder

libavcodec/mpeg12dec.c expects input buffers to be zero padded to 32 bit
alignment.  If not zero padded, it can get caught in an infinite loop.

9 years agostream: fix pts to buffer start conversion
John Stebbins [Thu, 5 Nov 2015 21:24:41 +0000 (13:24 -0800)]
stream: fix pts to buffer start conversion

AV_NOPTS_VALUE was getting modified by subtracting an offset.  This lead
to garbage start values reaching the muxer and causing hangs.

9 years agoMacGui: add two tests for presets save and upgrade.
Damiano Galassi [Tue, 3 Nov 2015 09:00:12 +0000 (10:00 +0100)]
MacGui: add two tests for presets save and upgrade.

9 years agoMacGui: remove a compatibility workaroud for the 10.9 sdk.
Damiano Galassi [Tue, 3 Nov 2015 08:59:35 +0000 (09:59 +0100)]
MacGui: remove a compatibility workaroud for the 10.9 sdk.

9 years agoLinGui: fix segfault
John Stebbins [Mon, 2 Nov 2015 23:19:30 +0000 (15:19 -0800)]
LinGui: fix segfault

value initialized to incorrect type

9 years agoMake Process Priority a real-time setting. Not per encode instance.
Scott [Sat, 31 Oct 2015 17:40:57 +0000 (17:40 +0000)]
Make Process Priority a real-time setting. Not per encode instance.

9 years agoAllow the preview encode to run at the same time as an actual encode.
Scott [Sat, 31 Oct 2015 17:35:56 +0000 (17:35 +0000)]
Allow the preview encode to run at the same time as an actual encode.

9 years agoCLI: fix linking with broken ubuntu linker
John Stebbins [Fri, 30 Oct 2015 23:26:57 +0000 (16:26 -0700)]
CLI: fix linking with broken ubuntu linker

9 years agoMissed file from last checkin.
Scott [Fri, 30 Oct 2015 20:42:55 +0000 (20:42 +0000)]
Missed file from last checkin.

9 years agoTidy up the Preset Service. Preset version checking should now be working for the...
Scott [Fri, 30 Oct 2015 20:42:33 +0000 (20:42 +0000)]
Tidy up the Preset Service.  Preset version checking should now be working for the new format.

9 years agoMerge pull request #26 from jstebbins/avpicture
John Stebbins [Thu, 29 Oct 2015 17:37:33 +0000 (10:37 -0700)]
Merge pull request #26 from jstebbins/avpicture

libhb: don't use deprecated AVPicture

9 years agolibhb: don't use deprecated AVPicture
John Stebbins [Thu, 22 Oct 2015 16:00:51 +0000 (09:00 -0700)]
libhb: don't use deprecated AVPicture

libav just deprecated AVPicture and all av_picture_*/avpicture_*
functions.

9 years agoLinGui: Fix duplicate preset name creation
John Stebbins [Thu, 29 Oct 2015 15:27:52 +0000 (08:27 -0700)]
LinGui: Fix duplicate preset name creation

Don't allow presets with the same name in the same folder.  If duplicate
found, append "(N)" to the name.

9 years agoMacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets instead of...
Damiano Galassi [Thu, 29 Oct 2015 07:55:47 +0000 (08:55 +0100)]
MacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets instead of a single done button. Fixed the bitrates and mixdowns popups in the audio defaults.

9 years agolibav: add lame dependency
John Stebbins [Wed, 28 Oct 2015 21:23:23 +0000 (14:23 -0700)]
libav: add lame dependency

9 years agoMacGui: annotate the type of some arrays, and check the count of the input jobs in...
Damiano Galassi [Wed, 28 Oct 2015 07:15:52 +0000 (08:15 +0100)]
MacGui: annotate the type of some arrays, and check the count of the input jobs in HBQueueController addJobsFromArray:, so we don't add an empty undo command.

9 years agoMacGui: add some subtitles tracks to the fake title used in tests.
Damiano Galassi [Wed, 28 Oct 2015 07:14:08 +0000 (08:14 +0100)]
MacGui: add some subtitles tracks to the fake title used in tests.

9 years agoMacGui: switched the audio defaults track tableview to view based, and fixed a number...
Damiano Galassi [Wed, 28 Oct 2015 07:11:53 +0000 (08:11 +0100)]
MacGui: switched the audio defaults track tableview to view based, and fixed a number of typo.

9 years agoMerge pull request #19 from jstebbins/ana-custom
John Stebbins [Mon, 26 Oct 2015 15:34:19 +0000 (08:34 -0700)]
Merge pull request #19 from jstebbins/ana-custom

Fix bizarre custom anamorphic behavior

9 years agoDouble HB_MAX_WIDTH/HEIGHT
John Stebbins [Thu, 22 Oct 2015 16:03:51 +0000 (09:03 -0700)]
Double HB_MAX_WIDTH/HEIGHT

Per BradleyS suggestion

9 years agoEnforce min/max dimensions
John Stebbins [Wed, 21 Oct 2015 21:41:54 +0000 (14:41 -0700)]
Enforce min/max dimensions

In both hb_set_anamorphic_size and hb_get_preview, check that image
dimensions are > 32x32 and < 10240x10240.  This should help to prevent
crashes with unusual dimensions settings.

9 years agoLinGui: don't call hb_get_preview2 with outragious dimensions
John Stebbins [Wed, 21 Oct 2015 16:37:53 +0000 (09:37 -0700)]
LinGui: don't call hb_get_preview2 with outragious dimensions

9 years agolibhb: prevent crashes in hb_get_preview2
John Stebbins [Wed, 21 Oct 2015 16:36:16 +0000 (09:36 -0700)]
libhb: prevent crashes in hb_get_preview2

Try to avoid failures to initialize sws context by setting minimum
dimensions.  And if initialization does fail, exit gracefully instead of
crashing in sws_scale.

9 years agoLinGui: custom-ana reduce PAR when it's modified indirectly
John Stebbins [Tue, 20 Oct 2015 15:07:00 +0000 (08:07 -0700)]
LinGui: custom-ana reduce PAR when it's modified indirectly

If PAR is indirectly changed through the user changing storage or
display width and height, reduce PAR to minimum num and den.

9 years agoFix bizarre custom anamorphic behavior
John Stebbins [Tue, 13 Oct 2015 17:11:27 +0000 (10:11 -0700)]
Fix bizarre custom anamorphic behavior

When "keep aspect" is unset in custom anamorphic, it was making very
uintuitive changes to PAR.  This simplifies the code and makes the
behavior more sane.

9 years agoMerge pull request #22 from jstebbins/lame
John Stebbins [Mon, 26 Oct 2015 14:49:11 +0000 (07:49 -0700)]
Merge pull request #22 from jstebbins/lame

lame: Use libav wrapper to encode mp3lame

9 years agolame: Use libav wrapper to encode mp3lame
John Stebbins [Fri, 16 Oct 2015 18:32:48 +0000 (11:32 -0700)]
lame: Use libav wrapper to encode mp3lame

Fixes https://forum.handbrake.fr/viewtopic.php?f=12&t=33345
Some players expect each packet to start on an mp3 frame header. Our
mp3lame encoder did not ensure this and resulted in failure to play
audio on these players.

libav already has the necessary code to parse headers and
accumulate a full frame of data, so use it.

9 years agoMacGui: remove the daily and monthly update check option.
Damiano Galassi [Sun, 25 Oct 2015 06:41:28 +0000 (07:41 +0100)]
MacGui: remove the daily and monthly update check option.

9 years agoMacGui: add some simple tests for the undo/redo implementation of HBJob.
Damiano Galassi [Sun, 25 Oct 2015 06:04:39 +0000 (07:04 +0100)]
MacGui: add some simple tests for the undo/redo implementation of HBJob.

9 years agoMacGui: change the title selection sheet to use a view-based table view.
Damiano Galassi [Sun, 25 Oct 2015 06:03:36 +0000 (07:03 +0100)]
MacGui: change the title selection sheet to use a view-based table view.

9 years agoMacGui: align some UI elements.
Damiano Galassi [Sun, 25 Oct 2015 06:02:57 +0000 (07:02 +0100)]
MacGui: align some UI elements.

9 years agoMacGui: switch the audio table to a view-based one.
Damiano Galassi [Sun, 25 Oct 2015 06:02:12 +0000 (07:02 +0100)]
MacGui: switch the audio table to a view-based one.

9 years agoImproving the Deinterlace / Decomb Filters Tab UI. Now uses the same "presets /...
Scott [Sat, 24 Oct 2015 21:34:31 +0000 (22:34 +0100)]
Improving the Deinterlace / Decomb Filters Tab UI.  Now uses the same "presets / custom" format that the other UI's do.

9 years agoUpdate HandBrakeCLI to read presets.json on Windows. This is the file that windows...
Scott [Sat, 24 Oct 2015 20:23:33 +0000 (21:23 +0100)]
Update HandBrakeCLI to read presets.json on Windows. This is the file that windows gui stores all presets in now.
This should allow the CLI to read GUI presets now.

9 years agoAdding a "When Done" Label and Context Menu to the Main Screen status bar.
Scott [Sat, 24 Oct 2015 20:20:16 +0000 (21:20 +0100)]
Adding a "When Done" Label and Context Menu to the Main Screen status bar.
This should make it more obvious to users that they have a "When done" action turned on, especially when coming back to the app after a period of time.

9 years agoTidy up some code for the new inline queue view.
Scott [Sat, 24 Oct 2015 19:56:17 +0000 (20:56 +0100)]
Tidy up some code for the new inline queue view.

9 years agoImprove the In-line queue display.
Scott [Sat, 24 Oct 2015 19:54:18 +0000 (20:54 +0100)]
Improve the In-line queue display.

9 years agoInitial commit to allow the Queue Window to be embedded in the main window. Still...
Scott [Fri, 9 Oct 2015 21:22:28 +0000 (22:22 +0100)]
Initial commit to allow the Queue Window to be embedded in the main window. Still some UX/UI stuff to tidy up later.

9 years agoMacGui: improve subtitles defaults undo support.
Damiano Galassi [Sat, 24 Oct 2015 08:52:46 +0000 (10:52 +0200)]
MacGui: improve subtitles defaults undo support.

9 years agoMacGui: add type parameter to some arrays.
Damiano Galassi [Sat, 24 Oct 2015 08:52:15 +0000 (10:52 +0200)]
MacGui: add type parameter to some arrays.

9 years agoMacGui: add redo/undo supports to the audio part of HBJob.
Damiano Galassi [Sat, 24 Oct 2015 08:50:27 +0000 (10:50 +0200)]
MacGui: add redo/undo supports to the audio part of HBJob.

9 years agoMerge pull request #27 from bradleysepos/build
Bradley Sepos [Fri, 23 Oct 2015 18:44:49 +0000 (14:44 -0400)]
Merge pull request #27 from bradleysepos/build

contrib: Update to CMake 3.3.2.

9 years agocontrib: Update to CMake 3.3.2.
Bradley Sepos [Fri, 23 Oct 2015 14:17:03 +0000 (10:17 -0400)]
contrib: Update to CMake 3.3.2.

Must configure with --system-curl for OS X 10.10.x with Xcode 7.1.

9 years agolibhb: Add rebeccapurple to color map.
Bradley Sepos [Fri, 23 Oct 2015 12:53:32 +0000 (08:53 -0400)]
libhb: Add rebeccapurple to color map.

9 years agoMacGui: rewrote the subtitles tab to use bindings, view-based table view and to suppo...
Damiano Galassi [Thu, 22 Oct 2015 16:52:18 +0000 (18:52 +0200)]
MacGui: rewrote the subtitles tab to use bindings, view-based table view and to support undo/redo.

9 years agoMacGui: align the chapters title textfield.
Damiano Galassi [Thu, 22 Oct 2015 14:23:45 +0000 (16:23 +0200)]
MacGui: align the chapters title textfield.

9 years agoMacGui: partial undo/redo support in the defaults sheets.
Damiano Galassi [Thu, 22 Oct 2015 14:22:46 +0000 (16:22 +0200)]
MacGui: partial undo/redo support in the defaults sheets.

9 years agolibhb: fix dereference of null pointer
John Stebbins [Tue, 20 Oct 2015 19:43:20 +0000 (12:43 -0700)]
libhb: fix dereference of null pointer

9 years agoCLI: silence uninitialized variable warnings
John Stebbins [Tue, 20 Oct 2015 17:59:55 +0000 (10:59 -0700)]
CLI: silence uninitialized variable warnings

None of these variables are actually unintialized, but the compiler
couldn't figure this out.

9 years agolibhb: Fix potentially uninitialized variable
John Stebbins [Tue, 20 Oct 2015 17:48:24 +0000 (10:48 -0700)]
libhb: Fix potentially uninitialized variable

9 years agoMacGui: added undo/redo support to the video, picture, filters, chapters and range...
Damiano Galassi [Tue, 20 Oct 2015 16:55:08 +0000 (18:55 +0200)]
MacGui: added undo/redo support to the video, picture, filters, chapters and range parts of HBJob.

9 years agoMacGui: expose a property to set the log level in HBCore.
Damiano Galassi [Tue, 20 Oct 2015 16:24:57 +0000 (18:24 +0200)]
MacGui: expose a property to set the log level in HBCore.

9 years agoMerge pull request #21 from jstebbins/grayscale
John Stebbins [Mon, 19 Oct 2015 20:14:04 +0000 (13:14 -0700)]
Merge pull request #21 from jstebbins/grayscale

grayscale: make it a real filter

9 years agoports: make hb_opendir param const
John Stebbins [Mon, 19 Oct 2015 18:50:02 +0000 (11:50 -0700)]
ports: make hb_opendir param const

9 years agoLinGui: fix g++ configure probe
John Stebbins [Mon, 19 Oct 2015 18:48:43 +0000 (11:48 -0700)]
LinGui: fix g++ configure probe

9 years agoMacGui: rename the 'send to app' preference keys and removed the default app.
Damiano Galassi [Mon, 19 Oct 2015 17:05:07 +0000 (19:05 +0200)]
MacGui: rename the 'send to app' preference keys and removed the default app.

9 years agoMacGui: fixed the 'Send file to' preference.
Damiano Galassi [Mon, 19 Oct 2015 15:59:07 +0000 (17:59 +0200)]
MacGui: fixed the 'Send file to' preference.

9 years agoMacGui: improved queue with undo/redo support for adding/removing jobs, and added...
Damiano Galassi [Mon, 19 Oct 2015 15:57:49 +0000 (17:57 +0200)]
MacGui: improved queue with undo/redo support for adding/removing jobs, and added a icon for failed encode.

9 years agoMacGui: add a recursive lock to HBDistributedArray.
Damiano Galassi [Mon, 19 Oct 2015 15:52:32 +0000 (17:52 +0200)]
MacGui: add a recursive lock to HBDistributedArray.

9 years agoMacGui: add a canceled state to HBJob
Damiano Galassi [Mon, 19 Oct 2015 15:51:47 +0000 (17:51 +0200)]
MacGui: add a canceled state to HBJob

9 years agoRemove obsolete InstantHandBrake project.
Damiano Galassi [Sat, 17 Oct 2015 08:48:46 +0000 (10:48 +0200)]
Remove obsolete InstantHandBrake project.

9 years agoMacGui: remove the Base.lproj folder because base localizations require 10.8, and...
Damiano Galassi [Sat, 17 Oct 2015 08:36:05 +0000 (10:36 +0200)]
MacGui: remove the Base.lproj folder because base localizations require 10.8, and we still support 10.7.

9 years agoMacGui: renamed the built-in preset menu item to 'Reset Built-in Presets'.
Damiano Galassi [Sat, 17 Oct 2015 08:33:26 +0000 (10:33 +0200)]
MacGui: renamed the built-in preset menu item to 'Reset Built-in Presets'.

9 years agoMerge pull request #20 from jstebbins/mux-merge
John Stebbins [Fri, 16 Oct 2015 23:10:22 +0000 (16:10 -0700)]
Merge pull request #20 from jstebbins/mux-merge

mux: flush cached buffers when closing

9 years agoCompletely re-factored the preset file storage to use the same format as the Mac...
Scott [Fri, 16 Oct 2015 21:29:31 +0000 (22:29 +0100)]
Completely re-factored the preset file storage to use the same format as the Mac and Linux GUI's. You can now copy the file between platforms and it should load correctly.

WARNING: Any current presets will be lost when you install this or any later build as the format is not backwards compatible and there is no upgrade path.

9 years agoFixing the storage of user presets. Need to confirm PresetContainer format.
Scott [Sun, 11 Oct 2015 21:05:16 +0000 (22:05 +0100)]
Fixing the storage of user presets. Need to confirm PresetContainer format.

9 years agoRefactoring the Preset service to store the Built-In Presets and User Presets in...
Scott [Sun, 11 Oct 2015 20:56:02 +0000 (21:56 +0100)]
Refactoring the Preset service to store the Built-In Presets and User Presets in the new version of the JSON format. This allows HandBrakeCLI to use the presets stored by the GUI.

9 years agograyscale: wingui changes
John Stebbins [Fri, 16 Oct 2015 18:27:08 +0000 (11:27 -0700)]
grayscale: wingui changes

9 years agoLinGui: fix "margin-start" run-time warning on gtk 3.10
John Stebbins [Fri, 16 Oct 2015 14:38:40 +0000 (07:38 -0700)]
LinGui: fix "margin-start" run-time warning on gtk 3.10

9 years agoMacGui: do not try to import a preset even if the cancel button was clicked.
Damiano Galassi [Thu, 15 Oct 2015 17:38:44 +0000 (19:38 +0200)]
MacGui: do not try to import a preset even if the cancel button was clicked.

9 years agoMacGui: cleanup the csv import/export code and the chapters view controller.
Damiano Galassi [Thu, 15 Oct 2015 17:35:03 +0000 (19:35 +0200)]
MacGui: cleanup the csv import/export code and the chapters view controller.

9 years agoMacGui: add a test for custom anamorphic
Damiano Galassi [Thu, 15 Oct 2015 16:08:15 +0000 (18:08 +0200)]
MacGui: add a test for custom anamorphic

9 years agoMacGui: align the presets view to the top
Damiano Galassi [Thu, 15 Oct 2015 16:07:31 +0000 (18:07 +0200)]
MacGui: align the presets view to the top

9 years agoLinGui: Fix filter tab on gtk 3.10
John Stebbins [Thu, 15 Oct 2015 15:47:44 +0000 (08:47 -0700)]
LinGui: Fix filter tab on gtk 3.10

Gtk versions prior to 3.12 do not support GtkFlowBox

9 years agomacui: add grayscale filter
John Stebbins [Thu, 15 Oct 2015 14:46:58 +0000 (07:46 -0700)]
macui: add grayscale filter

9 years agoMacGui: added accessibility text to the preferences popup buttons.
Damiano Galassi [Thu, 15 Oct 2015 07:39:44 +0000 (09:39 +0200)]
MacGui: added accessibility text to the preferences popup buttons.

9 years agograyscale: make it a real filter
John Stebbins [Wed, 14 Oct 2015 22:26:44 +0000 (15:26 -0700)]
grayscale: make it a real filter

It only worked properly with the x264 encoder. Now it works with all
encoders.

9 years agoLinGui: Put filters in their own pane
John Stebbins [Wed, 14 Oct 2015 17:51:41 +0000 (10:51 -0700)]
LinGui: Put filters in their own pane

And rearage their order to follow the order they are applied in during
encoding.

9 years agomux: simplify muxFlush
John Stebbins [Wed, 14 Oct 2015 15:24:38 +0000 (08:24 -0700)]
mux: simplify muxFlush

9 years agomux: flush cached buffers when closing
John Stebbins [Wed, 14 Oct 2015 15:07:16 +0000 (08:07 -0700)]
mux: flush cached buffers when closing

When an encode is cancelled, cached mux buffers are not currently
written to the output file.  Since we don't start writing output till
50MB of data has been cached, this can result in no data being written
when an encode is cancelled early.

9 years agoLinGui: add clang support
John Stebbins [Wed, 14 Oct 2015 14:46:14 +0000 (07:46 -0700)]
LinGui: add clang support

9 years agoMerge pull request #17 from jstebbins/multiline-tx3g
John Stebbins [Tue, 13 Oct 2015 18:08:57 +0000 (11:08 -0700)]
Merge pull request #17 from jstebbins/multiline-tx3g

tx3g: remove 2 line limit

9 years agoMacGui: save and read the pixel aspect ratio from a preset
Damiano Galassi [Tue, 13 Oct 2015 17:19:20 +0000 (19:19 +0200)]
MacGui: save and read the pixel aspect ratio from a preset

9 years agoMacGui: add a new method to create a copy of a HBPreset instance, and added back...
Damiano Galassi [Tue, 13 Oct 2015 17:17:10 +0000 (19:17 +0200)]
MacGui: add a new method to create a copy of a HBPreset instance, and added back a method that had been inadvertently deleted.

9 years agoMacGui: fix HBMutablePreset header
Damiano Galassi [Tue, 13 Oct 2015 08:23:10 +0000 (10:23 +0200)]
MacGui: fix HBMutablePreset header

9 years agoMacGui: remove some HBPreset -> NSDictionary conversions and add a mutable version...
Damiano Galassi [Tue, 13 Oct 2015 08:22:02 +0000 (10:22 +0200)]
MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable version of HBPreset.

9 years agoMacGui: move the ivars from HBController.h to the -m file
Damiano Galassi [Tue, 13 Oct 2015 07:01:57 +0000 (09:01 +0200)]
MacGui: move the ivars from HBController.h to the -m file

9 years agoMerge pull request #16 from jstebbins/x265-bump
John Stebbins [Mon, 12 Oct 2015 20:43:11 +0000 (13:43 -0700)]
Merge pull request #16 from jstebbins/x265-bump

x265: update to version 1.8

9 years agotx3g: remove 2 line limit
John Stebbins [Mon, 12 Oct 2015 17:04:26 +0000 (10:04 -0700)]
tx3g: remove 2 line limit

This is no longer a problem with new versions of iOS and QuickTime

9 years agox265: update to version 1.8
John Stebbins [Mon, 12 Oct 2015 16:49:54 +0000 (09:49 -0700)]
x265: update to version 1.8

Speed improvements and bug fixes.

New limit-refs
    This feature limits the references analysed for individual CUS.
    Provides a nice tradeoff between efficiency and performance.

New aq-mode 3
    A new aq-mode that provides additional biasing for low-light
    conditions.

Improved scene cut detection logic that allows ratecontrol to manage
visual quality at fade-ins and fade-outs better.

modified tune grain
        Increases psyRdoq strength to 10.0, and rdoq-level to 2.

9 years agodecsrt: don't combine > 2 lines into 2
John Stebbins [Sun, 11 Oct 2015 17:50:51 +0000 (10:50 -0700)]
decsrt: don't combine > 2 lines into 2

This was originally done because > 2 lines is not supported in mp4 timed
text.  But this line combining is now performed only when necessary in
muxavformat.

9 years agoRemove invalid presets in presets_do()
Damiano Galassi [Mon, 12 Oct 2015 06:32:00 +0000 (08:32 +0200)]
Remove invalid presets in presets_do()

9 years agoMacGui: make preset backups when import upgrades presets and load them if UserPresets...
Damiano Galassi [Sat, 10 Oct 2015 19:48:31 +0000 (21:48 +0200)]
MacGui: make preset backups when import upgrades presets and load them if UserPresets.json is newer than the HandBrake version.

9 years agoMacGui: show better error message to the user if a preset fails to import
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

9 years agoMacGui: remove the deblock value 1 -> 5 special case
Damiano Galassi [Sat, 10 Oct 2015 10:16:04 +0000 (12:16 +0200)]
MacGui: remove the deblock value 1 -> 5 special case

9 years agoUpdating the status to be consistent with the queue display.
Scott [Sat, 10 Oct 2015 12:36:58 +0000 (13:36 +0100)]
Updating the status to be consistent with the queue display.

9 years agoAdding Pass Count back onto the status bar.
Scott [Sat, 10 Oct 2015 12:33:33 +0000 (13:33 +0100)]
Adding Pass Count back onto the status bar.

9 years agoMacGui: remove the window and show text from the toolbar items title
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

9 years agoMacGui: fix the picture panel not updating correctly
Damiano Galassi [Sat, 10 Oct 2015 06:24:54 +0000 (08:24 +0200)]
MacGui: fix the picture panel not updating correctly

9 years agoUpdating for the new deinterlace/decomb preset keys.
Scott [Fri, 9 Oct 2015 21:37:30 +0000 (22:37 +0100)]
Updating for the new deinterlace/decomb preset keys.