OSDN Git Service

handbrake-jp/handbrake-jp-git.git
15 years agoBuildSystem: conversion from jam-based to make-based system.
konablend [Sun, 1 Mar 2009 17:03:11 +0000 (17:03 +0000)]
BuildSystem: conversion from jam-based to make-based system.

KNOWN ISSUES:
    1. OSX + Xcode builds do not support parallel builds; attempting to
       use them may cause unbounded number of jobs. However, disabling
       via configure --disable-xcode avoids the issue.
    2. OSX ppc binary produces binary which has audio-scan problems.
    3. OSX ppc64 binary has not been runtime tested.

ADDED:
    00-BuildUserGuide.txt
    contrib/*/module.*
    doc/
    make/

    libhb/module.*
    test/module.*
    macos/module.*
    gtk/module.*

DROPPED:
    BUILD
    BuildContribDarwin.sh
    DownloadMacOsXContribBinaries.sh
    Jamfile
    Jamrules
    MacOsXContribBinariesVersion.txt
    Makefile
    Makefile.config
    jam
    libhb/Jamefile
    libhb/Makefile
    test/BUILDSHARED
    test/Makefile
    contrib/Jamfile
    contrib/Makefile
    contrib/patch-ffmpeg.patch
    contrib/patch-x264-idr.patch
    contrib/patch-x264-linux.patch

RENAMED:
    contrib/*.patch -> contrib/MODULE/[AP]??-*.patch
    macosx/HandBrake.plist -> macosx/Info.plist

MODIFIED: libhb/decavcodec.c
    Patched to use cleaner include "libavcodec/audioconvert".
    Second part to support this cleanup is ffmpeg A02-audioconvert.patch .

MODIFIED: libhb/hb.c
MODIFIED: libhb/hb.h
MODIFIED: libhb/muxmkv.c
MODIFIED: libhb/muxmp4.c
MODIFIED: libhb/update.c
    Patched to use "project.h" for project metadata.
    Renamed HB_BUILD -> HB_PROJECT_BUILD.
    Renamed HB_VERSION -> HB_PROJECT_VERSION.

MODIFIED: test/test.c:
    Patched HandBrakeCLI to support I/O on Mac OS X ZFS filesystems.
    Reference r1803 as similar patch for HandBrake.app .
    Unpatched behavior is crash/buserror when using ZFS.

MODIFIED: macosx/Growl.framework/
    Upgraded 0.7.6 (i386,ppc) -> 1.1.2 (i386,x86_64,ppc,ppc64).
    New architectures facilitate x86_64 and ppc64 builds.

MODIFIED: macosx/HandBrake.xcodeproj/
    Bumped compatibilty mode from 2.4 -> 3.1 .
    Dumped old configurations Deployment, Developer.
    Added configurations standard, sebug as replacements.
    Added standard.i386, standard.x86_64, standard.ppc, standard.ppc64 .
    for explicit architecture build.
    All configurations settings cleaned up and normalized.
    Build output directories adjusted to support new build system.

git-svn-id: svn://localhost/HandBrake/trunk@2180 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: make it possible to build outside srcdir
jstebbins [Sat, 28 Feb 2009 19:10:07 +0000 (19:10 +0000)]
LinGui: make it possible to build outside srcdir

git-svn-id: svn://localhost/HandBrake/trunk@2179 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Replaced a quicktime call with a 64bit compatible one.
ritsuka [Sat, 28 Feb 2009 16:49:21 +0000 (16:49 +0000)]
MacGui: Replaced a quicktime call with a 64bit compatible one.

git-svn-id: svn://localhost/HandBrake/trunk@2178 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: clean up my improper use of HB_VERSION and HB_BUILD.
jstebbins [Fri, 27 Feb 2009 01:11:58 +0000 (01:11 +0000)]
LinGui: clean up my improper use of HB_VERSION and HB_BUILD.
replace with hb_get_version and hb_get_build.
this fixes a difficulty with compiling using KonaB1end's shiny new build system.

git-svn-id: svn://localhost/HandBrake/trunk@2177 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Wed, 25 Feb 2009 20:50:49 +0000 (20:50 +0000)]
WinGui:
- Fixes an issue where the preview window would not appear and display an error if QT7 is not installed. Error message is disabled, window will now appear correctly but with QT functionality disabled.

git-svn-id: svn://localhost/HandBrake/trunk@2176 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoDon't truncate RF/QP values down to integers when displaying job config. Still needs...
jbrjake [Mon, 23 Feb 2009 17:07:25 +0000 (17:07 +0000)]
Don't truncate RF/QP values down to integers when displaying job config. Still needs to be restructured for encoders other than x264, but I wanted to get this minor change in now so I don't forget and because it won't break any patches to work.c.

git-svn-id: svn://localhost/HandBrake/trunk@2175 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Sun, 22 Feb 2009 19:48:14 +0000 (19:48 +0000)]
WinGui:
- Fixes culture issue in the Query Generator and Preset loader. Same issue as previous checkin. Thanks to zhango for pointing this code out with a fix.

git-svn-id: svn://localhost/HandBrake/trunk@2174 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agogit-svn-id: svn://localhost/HandBrake/trunk@2173 b64f7644-9d1e-0410-96f1-a4d463321fa5
sr55 [Sun, 22 Feb 2009 17:49:11 +0000 (17:49 +0000)]
git-svn-id: svn://localhost/HandBrake/trunk@2173 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoremove .contrib on make clean for cygwin. This allows libraries to rebuild when their...
sr55 [Sat, 21 Feb 2009 00:03:28 +0000 (00:03 +0000)]
remove .contrib on make clean for cygwin. This allows libraries to rebuild when their version file changes.

git-svn-id: svn://localhost/HandBrake/trunk@2172 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoCygwin building changed slightly.
sr55 [Fri, 20 Feb 2009 23:43:54 +0000 (23:43 +0000)]
Cygwin building changed slightly.
"make snapshot" and "make official" not longer create the packages.
"make snapshot-release" and "make official-release" will build full zip packages.
Now runs clean before each build.

git-svn-id: svn://localhost/HandBrake/trunk@2171 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Fri, 20 Feb 2009 12:52:45 +0000 (12:52 +0000)]
WinGui:
- Forgot to actually check in the x264 panel control with

git-svn-id: svn://localhost/HandBrake/trunk@2170 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Thu, 19 Feb 2009 21:43:03 +0000 (21:43 +0000)]
WinGui:
- Code tweaks to x264Panel animate function.
- Picture Settings: Added text labal which indicates when max width / height is used.

git-svn-id: svn://localhost/HandBrake/trunk@2169 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Thu, 19 Feb 2009 20:48:16 +0000 (20:48 +0000)]
WinGui:
- Fixed a bug in the preset update function.

git-svn-id: svn://localhost/HandBrake/trunk@2168 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Thu, 19 Feb 2009 18:30:32 +0000 (18:30 +0000)]
WinGui:
- Re-add all the x264 tooltips.
- Combines the 2 Preview windows for VLC and QT into one.

git-svn-id: svn://localhost/HandBrake/trunk@2167 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Mon, 16 Feb 2009 23:14:36 +0000 (23:14 +0000)]
WinGui:
- Moved the x264 panel onto it's own panel. This cleans up frmMain significantly and makes it a tad easier to maintain. Started to clean up the code a bit.
- Reworded the b-adapt pop up menu items: "Off", "Fast", "Optimal" as per 2162

git-svn-id: svn://localhost/HandBrake/trunk@2166 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agochange my email addy in the authors file
dynaflash [Mon, 16 Feb 2009 16:20:03 +0000 (16:20 +0000)]
change my email addy in the authors file

git-svn-id: svn://localhost/HandBrake/trunk@2165 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Moves the tooltips for the x264 advanced tab from the .xib file to the source...
jbrjake [Sat, 14 Feb 2009 15:45:43 +0000 (15:45 +0000)]
MacGui: Moves the tooltips for the x264 advanced tab from the .xib file to the source code, for easier updating.

git-svn-id: svn://localhost/HandBrake/trunk@2164 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: add single title scan option to file menu
jstebbins [Sat, 14 Feb 2009 00:11:58 +0000 (00:11 +0000)]
LinGui: add single title scan option to file menu

git-svn-id: svn://localhost/HandBrake/trunk@2163 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Yet another x264 advanced controller change...rewording the b-adapt pop up...
jbrjake [Fri, 13 Feb 2009 22:58:09 +0000 (22:58 +0000)]
MacGui: Yet another x264 advanced controller change...rewording the b-adapt pop up menu items to read "Off", "Fast", "Optimal" instead of 0, 1, 2. The whole "optimal gets progressively slower as you increase the max permitted length of b-frame chains" part will be explained in the tool tip, when those all get moved from xib to code.

git-svn-id: svn://localhost/HandBrake/trunk@2162 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Removes a bunch of redundant code from the x264 advanced option controller.
jbrjake [Fri, 13 Feb 2009 22:38:09 +0000 (22:38 +0000)]
MacGui: Removes a bunch of redundant code from the x264 advanced option controller.

git-svn-id: svn://localhost/HandBrake/trunk@2161 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Hopefully this time the option hiding code for the advanced x264 tab actually...
jbrjake [Fri, 13 Feb 2009 19:53:37 +0000 (19:53 +0000)]
MacGui: Hopefully this time the option hiding code for the advanced x264 tab actually works properly, but no promises. Fixes an issue with it ignoring changes coming from the presets or text field.

git-svn-id: svn://localhost/HandBrake/trunk@2160 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Restructures that x264 advanced option widget hiding method so it sucks a...
jbrjake [Fri, 13 Feb 2009 16:20:18 +0000 (16:20 +0000)]
MacGui: Restructures that x264 advanced option widget hiding method so it sucks a bit less, is easier to read, and has a lower potential for nasty looping.

git-svn-id: svn://localhost/HandBrake/trunk@2159 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Fri, 13 Feb 2009 14:06:29 +0000 (14:06 +0000)]
WinGui:
- Fixes a small issue with folder and file dialog browsers. Clicking cancel would still result in a rescan.

git-svn-id: svn://localhost/HandBrake/trunk@2158 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: change buttons in hud overlays to "round textured" (which are not really...
dynaflash [Fri, 13 Feb 2009 05:38:36 +0000 (05:38 +0000)]
MacGui: change buttons in hud overlays to "round textured" (which are not really round, but whatever) to help go with the hud style controls.

git-svn-id: svn://localhost/HandBrake/trunk@2157 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Picture Preview - fix full screen mode on multi-display systems.
dynaflash [Fri, 13 Feb 2009 05:26:29 +0000 (05:26 +0000)]
MacGui: Picture Preview - fix full screen mode on multi-display systems.
- Full Screen mode now applies to whichever screen the preview window is on in windowed mode on multi-display systems.

git-svn-id: svn://localhost/HandBrake/trunk@2156 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Fix crash when trying to quit with preview in full screen mode.
dynaflash [Fri, 13 Feb 2009 01:23:27 +0000 (01:23 +0000)]
MacGui: Fix crash when trying to quit with preview in full screen mode.

git-svn-id: svn://localhost/HandBrake/trunk@2155 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: add video quality slider granularity preference.
jstebbins [Thu, 12 Feb 2009 22:15:31 +0000 (22:15 +0000)]
LinGui: add video quality slider granularity preference.
I didn't have an easy way to stash doubles in a combo box,
so this was more invasive that planned. But now I have
some additional flexibitlity.

git-svn-id: svn://localhost/HandBrake/trunk@2154 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Being lazy and copying and pasting code never pays. Fixes an issue with the...
jbrjake [Thu, 12 Feb 2009 21:44:02 +0000 (21:44 +0000)]
MacGui: Being lazy and copying and pasting code never pays. Fixes an issue with the b-adapt widget not resetting to a default value when it was hidden. Thanks for catching this and the last bug, Scott.

git-svn-id: svn://localhost/HandBrake/trunk@2153 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Thu, 12 Feb 2009 21:42:59 +0000 (21:42 +0000)]
WinGui:
- PSY Rate Distortion, PSY Trellis, Adaptive B-Frames added to the advanced tab.
- Advanced tag re-arranged to match the macgui. Entire GUI window enlarged to make room for new widgets.

git-svn-id: svn://localhost/HandBrake/trunk@2152 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Queue -Stop animating currently encoding job icon when paused, restart animat...
dynaflash [Thu, 12 Feb 2009 21:08:41 +0000 (21:08 +0000)]
MacGui: Queue -Stop animating currently encoding job icon when paused, restart animation upon resume.

git-svn-id: svn://localhost/HandBrake/trunk@2151 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Oops, only trellis can hide psy-trellis now so it has to hide when sender...
jbrjake [Thu, 12 Feb 2009 19:33:11 +0000 (19:33 +0000)]
MacGui: Oops, only trellis can hide psy-trellis now so it has to hide when sender is trellis.

git-svn-id: svn://localhost/HandBrake/trunk@2150 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Thu, 12 Feb 2009 17:49:21 +0000 (17:49 +0000)]
WinGui:
- Removes 0.33 from x264 granularity slider.
- Fixes some rounding issues

git-svn-id: svn://localhost/HandBrake/trunk@2149 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Remove ".33" from Preferences > Advanced > x264 quality slider granularity.
dynaflash [Thu, 12 Feb 2009 17:47:43 +0000 (17:47 +0000)]
MacGui: Remove ".33" from Preferences > Advanced > x264 quality slider granularity.
- This change leaves 1.0, .50,.25 and .20 as slider granularity choices.

git-svn-id: svn://localhost/HandBrake/trunk@2148 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: add b-adapt combo box to x264 tab
jstebbins [Wed, 11 Feb 2009 23:53:48 +0000 (23:53 +0000)]
LinGui: add b-adapt combo box to x264 tab

git-svn-id: svn://localhost/HandBrake/trunk@2147 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Wed, 11 Feb 2009 23:33:19 +0000 (23:33 +0000)]
WinGui:
- Constant Quality Slider now QP/RF based.
- Nearest percentage is also shown for reference.
- Preset system also updated to handle new CP/RF values

git-svn-id: svn://localhost/HandBrake/trunk@2146 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Constant Quality slider, fix percentage readouts for ffmpeg, xvid and theora...
dynaflash [Wed, 11 Feb 2009 23:03:21 +0000 (23:03 +0000)]
MacGui: Constant Quality slider, fix percentage readouts for ffmpeg, xvid and theora. Thanks J45.

git-svn-id: svn://localhost/HandBrake/trunk@2145 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Adds a widget for adaptive b-frames to the x264 advanced tab.
jbrjake [Wed, 11 Feb 2009 22:56:00 +0000 (22:56 +0000)]
MacGui: Adds a widget for adaptive b-frames to the x264 advanced tab.

git-svn-id: svn://localhost/HandBrake/trunk@2144 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Some changes to the method that fades in and out different widgets, to avoid...
jbrjake [Wed, 11 Feb 2009 22:46:30 +0000 (22:46 +0000)]
MacGui: Some changes to the method that fades in and out different widgets, to avoid looping on invalid input. It's still really messy, though, and needs a real reworking.

git-svn-id: svn://localhost/HandBrake/trunk@2143 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: fix a window resize problem when app is first started
jstebbins [Wed, 11 Feb 2009 22:44:13 +0000 (22:44 +0000)]
LinGui: fix a window resize problem when app is first started
some widgets were getting negative size requests

git-svn-id: svn://localhost/HandBrake/trunk@2142 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: add sliders for psy-rd and psy-trellis
jstebbins [Wed, 11 Feb 2009 17:51:04 +0000 (17:51 +0000)]
LinGui: add sliders for psy-rd and psy-trellis

git-svn-id: svn://localhost/HandBrake/trunk@2141 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Adds slider widgets for Psy-RD and Psy-Trellis to the x264 advanced tab,...
jbrjake [Wed, 11 Feb 2009 15:57:19 +0000 (15:57 +0000)]
MacGui: Adds slider widgets for Psy-RD and Psy-Trellis to the x264 advanced tab, and rearranges the layout to fit them.

git-svn-id: svn://localhost/HandBrake/trunk@2140 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Constant Quality Slider - theora's qp goes up as the quality goes up.
dynaflash [Wed, 11 Feb 2009 04:16:52 +0000 (04:16 +0000)]
MacGui: Constant Quality Slider - theora's qp goes up as the quality goes up.

git-svn-id: svn://localhost/HandBrake/trunk@2139 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: Constant Quality Slider now QP/RF based
jstebbins [Wed, 11 Feb 2009 01:22:50 +0000 (01:22 +0000)]
LinGui: Constant Quality Slider now QP/RF based
Nearest percentage is also shown for reference

git-svn-id: svn://localhost/HandBrake/trunk@2138 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: fix problem with writing null values to presets file
jstebbins [Wed, 11 Feb 2009 00:34:03 +0000 (00:34 +0000)]
LinGui: fix problem with writing null values to presets file

git-svn-id: svn://localhost/HandBrake/trunk@2137 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoAllows direct setting of job->vquality from interfaces in the native QP scales used...
jbrjake [Tue, 10 Feb 2009 22:57:21 +0000 (22:57 +0000)]
Allows direct setting of job->vquality from interfaces in the native QP scales used by XviD and Theora instead of requiring conversion to a percentage.

git-svn-id: svn://localhost/HandBrake/trunk@2136 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Constant Quality Slider now QP/RF based.
dynaflash [Tue, 10 Feb 2009 22:31:26 +0000 (22:31 +0000)]
MacGui: Constant Quality Slider now QP/RF based.
- Constant Quality Slider now uses QP/RF values instead of the long maligned % scale.
- Nearest percentage is also shown for reference.
-- For reference, PercentRFConversion on the wiki is a table of corresponding values for the old and new scales.
- Slider changes scale base on the chosen encoder.
-- x264: 0-51
-- FFmpeg and Xvid: 1-31
-- Theora: 0-63
- x264 Specific - Slider allows for fractional granularity (other encoders just whole ints).
-- Advanced Preference to adjust the granularity from 1.0,0.50,0.33,0.25,0.20 with a default of 0.25.
- Existing presets using the % based values converted to the nearest QP/RF value (within the granularity of the slider).
-- Example: A current preset using x264 at 62% will now actually use 61.76% since the nearest RF value converted to 62% is 19.50 with the slider set to 0.25 granularity.
-- New presets created will store the QP/RF value instead of the % value.

git-svn-id: svn://localhost/HandBrake/trunk@2135 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Hides the merange widget on the advanced tab when the motion estimation metho...
jbrjake [Tue, 10 Feb 2009 20:48:44 +0000 (20:48 +0000)]
MacGui: Hides the merange widget on the advanced tab when the motion estimation method is hex or dia.

git-svn-id: svn://localhost/HandBrake/trunk@2134 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Adds a popup menu item for Hadamard-transformed exhaustive motion estimation...
jbrjake [Tue, 10 Feb 2009 19:17:19 +0000 (19:17 +0000)]
MacGui: Adds a popup menu item for Hadamard-transformed exhaustive motion estimation (me=tesa) to the advanced x264 tab.

git-svn-id: svn://localhost/HandBrake/trunk@2133 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Bump x264 to r1109
dynaflash [Tue, 10 Feb 2009 05:51:38 +0000 (05:51 +0000)]
MacGui: Bump x264 to r1109
- Assorted speedups since last bump
- http://git.videolan.org/gitweb.cgi?p=x264.git;a=commit;h=75b495f2723fcb77fe7d5c92511136d3fea4cf13

git-svn-id: svn://localhost/HandBrake/trunk@2132 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Disable the toolbar hide button in the pref window, it was looking at me...
ritsuka [Sun, 8 Feb 2009 08:58:33 +0000 (08:58 +0000)]
MacGui: Disable the toolbar hide button in the pref window, it was looking at me oddly.

git-svn-id: svn://localhost/HandBrake/trunk@2131 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: fix stupid limit on number of subtitle and audio tracks.
jstebbins [Sun, 8 Feb 2009 05:26:25 +0000 (05:26 +0000)]
LinGui: fix stupid limit on number of subtitle and audio tracks.

git-svn-id: svn://localhost/HandBrake/trunk@2130 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoonly mark first audio track as default in mkv.
jstebbins [Sat, 7 Feb 2009 20:51:56 +0000 (20:51 +0000)]
only mark first audio track as default in mkv.
all tracks were getting marked which caused the last
track to be chosen for playback by popcorn hour a-100

git-svn-id: svn://localhost/HandBrake/trunk@2129 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: make drc slider jump from 0 to 1, skipping intermediate values
jstebbins [Fri, 6 Feb 2009 22:48:51 +0000 (22:48 +0000)]
LinGui: make drc slider jump from 0 to 1, skipping intermediate values

git-svn-id: svn://localhost/HandBrake/trunk@2128 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Fri, 6 Feb 2009 22:02:23 +0000 (22:02 +0000)]
WinGui:
- Implement DRC 0, default 0
- Tidy up audio query generation a bit.

git-svn-id: svn://localhost/HandBrake/trunk@2127 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Implement DRC 0.0.
dynaflash [Fri, 6 Feb 2009 20:39:06 +0000 (20:39 +0000)]
MacGui: Implement DRC 0.0.
-Though the default is set to 0.0 in the xib, any user presets ( including built in's) will set to the previous minimum of 1.0 or higher.
- Since there is nothing to set between 0.0 and 1.0 the slider is set to jump to 1.0 as soon as you go above 0.0

git-svn-id: svn://localhost/HandBrake/trunk@2126 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Video Filter and Picture Settings
dynaflash [Fri, 6 Feb 2009 19:05:21 +0000 (19:05 +0000)]
MacGui: Video Filter and Picture Settings
- Changed picture settings and video filter display in the main window to three text fields (removed 24 outlets and text fields). Its a hoky layout right now, but I have a feeling the video tab will be changing.
- Show actual cropping values in the main window as well as Auto/Custom
- Show custom filter settings if used.
- Removed redundant anamorphic calculation code. Its now accessed from each controller that needs it from preview controller
- Fixed an issue where decomb from a previous preset would linger in a preset that did not have decomb specified.
- Updated the queue display to show custom filter info if present.

git-svn-id: svn://localhost/HandBrake/trunk@2125 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: add custom filter strings to queue display
jstebbins [Fri, 6 Feb 2009 16:06:34 +0000 (16:06 +0000)]
LinGui: add custom filter strings to queue display
add tooltips for custom filter entries

git-svn-id: svn://localhost/HandBrake/trunk@2124 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: add support for 0 DRC
jstebbins [Fri, 6 Feb 2009 15:37:50 +0000 (15:37 +0000)]
LinGui: add support for 0 DRC

git-svn-id: svn://localhost/HandBrake/trunk@2123 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui: Change "Picture Filters" to "Video Filters"
sr55 [Thu, 5 Feb 2009 21:54:15 +0000 (21:54 +0000)]
WinGui: Change "Picture Filters" to "Video Filters"

git-svn-id: svn://localhost/HandBrake/trunk@2122 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Thu, 5 Feb 2009 21:52:07 +0000 (21:52 +0000)]
WinGui:
- Picture filters now have their own tab.
- Deinterlace, Decomb, Denoise and Detelecine are now custom controls with optional passthru string values
- Preset system updated to handle new controls and custom string values for filters.

git-svn-id: svn://localhost/HandBrake/trunk@2121 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Change "Picture Filters" to "Video Filters"
dynaflash [Thu, 5 Feb 2009 21:00:10 +0000 (21:00 +0000)]
MacGui: Change "Picture Filters" to "Video Filters"

git-svn-id: svn://localhost/HandBrake/trunk@2120 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoAC3 dynamic range compression changes. 0 now means a null DRC function. 1 remains...
jbrjake [Thu, 5 Feb 2009 19:36:31 +0000 (19:36 +0000)]
AC3 dynamic range compression changes. 0 now means a null DRC function. 1 remains the same (default DRC) and >1 still boosts soft sounds.

For the moment, presets and interfaces still assume a default of 1, but the notion is to move to having 0 as the default, in the hope it will be louder/clearer.

git-svn-id: svn://localhost/HandBrake/trunk@2119 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWith live preview decmpeg2 can be running more than once simultaneously, so the crude...
jbrjake [Thu, 5 Feb 2009 18:54:16 +0000 (18:54 +0000)]
With live preview decmpeg2 can be running more than once simultaneously, so the crude cadence tracking (Film->Video messages) needs to go in the hb_libmpeg2 struct...where I should have put it in the first place.

git-svn-id: svn://localhost/HandBrake/trunk@2118 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Add preset code for custom filter fields
dynaflash [Thu, 5 Feb 2009 15:55:29 +0000 (15:55 +0000)]
MacGui: Add preset code for custom filter fields
- If an old preset uses both decomb and deinterlace, decomb will be used and deinterlace will be ignored.

git-svn-id: svn://localhost/HandBrake/trunk@2117 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: Picture Filter enhancements
jstebbins [Thu, 5 Feb 2009 00:39:50 +0000 (00:39 +0000)]
LinGui: Picture Filter enhancements
Add custom settings fields to Detelecine, Decomb, Deinterlace, and Denoise.

git-svn-id: svn://localhost/HandBrake/trunk@2116 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agox264 bump to r1101
dynaflash [Wed, 4 Feb 2009 22:14:23 +0000 (22:14 +0000)]
x264 bump to r1101
- " I feel the need .. the need for speed"
- http://git.videolan.org/gitweb.cgi?p=x264.git;a=commit;h=b69548aa3a0218ba1d4f934edcf8942f2b1682f5

git-svn-id: svn://localhost/HandBrake/trunk@2115 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Picture Filters Inspector enhancements
dynaflash [Wed, 4 Feb 2009 22:09:33 +0000 (22:09 +0000)]
MacGui: Picture Filters Inspector enhancements
- Add custom settings fields to Detelecine, Decomb, Deinterlace, and Denoise.
- Add a two position slider to choose between Decomb and Deinterlace (can no longer run both in the macgui).
- Update Presets, Queue, and Live Preview code accordingly.
- Moved Grayscale to the Filters inspector and removed it from the main window.
- Changed the style of the buttons on both the settings and filters inspectors to better fit in with HUD.
Known Issues:
- Resizing of the inspector to show/hide the custom fields is a touch ugly.
- Setting the filter to "Custom" then not using a custom string, results in default from libhb, though should probably error trap against that actually.

git-svn-id: svn://localhost/HandBrake/trunk@2114 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Sun, 1 Feb 2009 19:58:44 +0000 (19:58 +0000)]
WinGui:
- Remove old restriction on loose anamorphic.
- Fix an issue with the new audio panel which would allow incompatible audio codecs with containers.

git-svn-id: svn://localhost/HandBrake/trunk@2113 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Sun, 1 Feb 2009 00:29:14 +0000 (00:29 +0000)]
WinGui:
- Remove frmMainBasic reference.

git-svn-id: svn://localhost/HandBrake/trunk@2112 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Sat, 31 Jan 2009 00:04:36 +0000 (00:04 +0000)]
WinGui:
- QueryParser: Add support for values to be attached to deinterlace, decomb, detelecine and denoise (second element of deblock still be done)
- Added a debug menu + a Query Parser Testing window
- Fixed small bug on the preset bar where it would crash if you left clicked on open white space.

git-svn-id: svn://localhost/HandBrake/trunk@2111 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Fri, 30 Jan 2009 21:06:13 +0000 (21:06 +0000)]
WinGui:
- Undid that last commit.

git-svn-id: svn://localhost/HandBrake/trunk@2110 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agogit-svn-id: svn://localhost/HandBrake/trunk@2109 b64f7644-9d1e-0410-96f1-a4d463321fa5
sr55 [Fri, 30 Jan 2009 21:04:41 +0000 (21:04 +0000)]
git-svn-id: svn://localhost/HandBrake/trunk@2109 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Fri, 30 Jan 2009 21:04:36 +0000 (21:04 +0000)]
WinGui:
- Fixed broken struct in the activity window that was causing memory issues.
- Few code tweaks in program.cs

git-svn-id: svn://localhost/HandBrake/trunk@2108 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agox264 bump to r1096-4c171c3
dynaflash [Fri, 30 Jan 2009 15:25:22 +0000 (15:25 +0000)]
x264 bump to r1096-4c171c3
- Multiple speed improvements
- http://git.videolan.org/gitweb.cgi?p=x264.git;a=commit;h=4c171c3b1c803a173ace823275882b3c9a2ecd24

git-svn-id: svn://localhost/HandBrake/trunk@2107 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Thu, 29 Jan 2009 21:49:05 +0000 (21:49 +0000)]
WinGui:
- Code cleanup

git-svn-id: svn://localhost/HandBrake/trunk@2106 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Change the order of the filters in both the Filters Inspector and the Main...
dynaflash [Wed, 28 Jan 2009 20:03:53 +0000 (20:03 +0000)]
MacGui: Change the order of the filters in both the Filters Inspector and the Main Window.
- Shown in order of importance now ie. detelecine decomb deinterlace denoise deblock

git-svn-id: svn://localhost/HandBrake/trunk@2105 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Live Preview Fixes
dynaflash [Wed, 28 Jan 2009 06:00:58 +0000 (06:00 +0000)]
MacGui: Live Preview Fixes
- Fixes and Issue where using chapter markers on ffmpeg input sources caused a crash and or no encode and a gray screen.
- Fixes an issue where not manually selecting a still preview caused the live preview encode to crash.
- Many thanks to refulgentis for troubleshooting this for me. :)

git-svn-id: svn://localhost/HandBrake/trunk@2104 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoDon't let an invalid PES header length (from a corrupted packet) cause us to crash...
van [Wed, 28 Jan 2009 00:46:54 +0000 (00:46 +0000)]
Don't let an invalid PES header length (from a corrupted packet) cause us to crash in memcpy.

git-svn-id: svn://localhost/HandBrake/trunk@2103 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Fix issue where selecting a preset selects the right widget settings in the...
dynaflash [Tue, 27 Jan 2009 20:51:51 +0000 (20:51 +0000)]
MacGui: Fix issue where selecting a preset selects the right widget settings in the Filters inspector.
- Duh.

git-svn-id: svn://localhost/HandBrake/trunk@2102 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: remember window postion and open/close state of the Picture Filter and Pictur...
dynaflash [Tue, 27 Jan 2009 17:47:35 +0000 (17:47 +0000)]
MacGui: remember window postion and open/close state of the Picture Filter and Picture sizing inspectors and restore them at the next launch.

git-svn-id: svn://localhost/HandBrake/trunk@2101 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: split picture dimension settings and
jstebbins [Tue, 27 Jan 2009 00:22:15 +0000 (00:22 +0000)]
LinGui: split picture dimension settings and
picture filters into 2 separate tabbed panes.

git-svn-id: svn://localhost/HandBrake/trunk@2100 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Picture Filters separate hud inspector initial implementation
dynaflash [Mon, 26 Jan 2009 21:34:59 +0000 (21:34 +0000)]
MacGui: Picture Filters separate hud inspector initial implementation
- Separates the filters out from the picture settings inspector into their own inspector in preparation for more advanced filters
- Gingerbread is shaky but wanted to get the functionality into the svn due the the number of files modified or added.
- Adds a toggle action to Picture Settings, Picture Filters and the activity window

git-svn-id: svn://localhost/HandBrake/trunk@2099 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: ui support for new anamorphic parameters in libhb
jstebbins [Mon, 26 Jan 2009 18:48:29 +0000 (18:48 +0000)]
LinGui: ui support for new anamorphic parameters in libhb

git-svn-id: svn://localhost/HandBrake/trunk@2098 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoOrganizes anamorphic parameters in a struct, requiring some minor search and replace...
jbrjake [Mon, 26 Jan 2009 18:44:27 +0000 (18:44 +0000)]
Organizes anamorphic parameters in a struct, requiring some minor search and replace changes in the interfaces. Folds the logic for strict anamorphic mode into hb_set_anamorphic_size() and also stakes out a new, more customizable mode 3.

git-svn-id: svn://localhost/HandBrake/trunk@2097 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: tweak how audio choices are made again
jstebbins [Sun, 25 Jan 2009 19:06:13 +0000 (19:06 +0000)]
LinGui: tweak how audio choices are made again
prefer audio tracks with more channels
prefer audio tracks that are not for
visually impaired or director's commentary

git-svn-id: svn://localhost/HandBrake/trunk@2096 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: add option for title numbers to
jstebbins [Sat, 24 Jan 2009 21:13:05 +0000 (21:13 +0000)]
LinGui: add option for title numbers to
automatically generated destination names

git-svn-id: svn://localhost/HandBrake/trunk@2095 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoLinGui: fix how an audio is chosen after a source is scanned or the preset
jstebbins [Sat, 24 Jan 2009 19:26:05 +0000 (19:26 +0000)]
LinGui: fix how an audio is chosen after a source is scanned or the preset
selection changes.  It wasn't honoring the preferred language or matching
the codec when passthru is selected.

Also checking in the ui changes needed for dts pasthru.  The option is
disabled until we get libhb support.

git-svn-id: svn://localhost/HandBrake/trunk@2094 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Fri, 23 Jan 2009 21:08:28 +0000 (21:08 +0000)]
WinGui:
- Few more bits of code refactored.
- Added a 10 second limit for the CLI to respond at GUI startup. This will prevent the app from locking if the CLI stalls.

git-svn-id: svn://localhost/HandBrake/trunk@2093 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Thu, 22 Jan 2009 21:13:59 +0000 (21:13 +0000)]
WinGui:
- Fixes/Tweaks to the chapter markers tab and handling code.

git-svn-id: svn://localhost/HandBrake/trunk@2092 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Preview Window scale to screen initial implementation
dynaflash [Wed, 21 Jan 2009 03:46:14 +0000 (03:46 +0000)]
MacGui: Preview Window scale to screen initial implementation
- Allows scaling the preview to fit the screen when in full screen mode.
- Also hopefully fixes a bug where multiple cycles of windowed and full screen cause the hud overlay to not appear.
- hud overlay delay timer changed from 20 to 10 seconds

git-svn-id: svn://localhost/HandBrake/trunk@2091 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoUpdate libmkv and start writing mkv tags, no artwork as yet - haven't had time to...
eddyg [Tue, 20 Jan 2009 05:19:59 +0000 (05:19 +0000)]
Update libmkv and start writing mkv tags, no artwork as yet - haven't had time to do it, sorry. I also had a hard time testing that the tags work. But I could see that they were present in the file, and I could see that it didn't affect playability.

git-svn-id: svn://localhost/HandBrake/trunk@2090 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoWinGui:
sr55 [Fri, 16 Jan 2009 20:55:35 +0000 (20:55 +0000)]
WinGui:
- Perform source scanning in the main window rather than a separate window. File Menu > Cancel Scan added in case of a scan lockup.
- Fixed issue where a preset was loaded twice needlessly.
- Support for no audio added.

git-svn-id: svn://localhost/HandBrake/trunk@2089 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Remove the decomb string from the main window so decomb uses the libhb default
dynaflash [Thu, 15 Jan 2009 18:55:58 +0000 (18:55 +0000)]
MacGui: Remove the decomb string from the main window so decomb uses the libhb default
- Now instead of reading out the parameters for Decomb the main window just shows On/Off

git-svn-id: svn://localhost/HandBrake/trunk@2088 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoDon't resync based on subtitles since their average duration is meaningless.
van [Thu, 15 Jan 2009 07:03:26 +0000 (07:03 +0000)]
Don't resync based on subtitles since their average duration is meaningless.

git-svn-id: svn://localhost/HandBrake/trunk@2087 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: Picture Preview and Settings window interaction fixes
dynaflash [Wed, 14 Jan 2009 20:20:09 +0000 (20:20 +0000)]
MacGui: Picture Preview and Settings window interaction fixes
- Putting the Preview Window into full screen mode no longer automatically opens up the Picture Settings inspector
- Fixed the Picture Settings inspector so that it isn't on top of every f'ing window on your screen.

git-svn-id: svn://localhost/HandBrake/trunk@2086 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoBump x264 to r1077 and remove our patch-x264-idr.patch since idr is now implemented...
dynaflash [Wed, 14 Jan 2009 17:29:06 +0000 (17:29 +0000)]
Bump x264 to r1077 and remove our patch-x264-idr.patch since idr is now implemented within x264
- Note: this will require yasm 0.7.xx to compile. Previous version of x264 would compile with 0.6.1 etc.

git-svn-id: svn://localhost/HandBrake/trunk@2085 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui; save the expanded/collapsed state for folders in the presets drawer.
ritsuka [Wed, 14 Jan 2009 14:42:44 +0000 (14:42 +0000)]
MacGui; save the expanded/collapsed state for folders in the presets drawer.

git-svn-id: svn://localhost/HandBrake/trunk@2084 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: save the size of the presets drawer in the preferences.
ritsuka [Wed, 14 Jan 2009 11:52:39 +0000 (11:52 +0000)]
MacGui: save the size of the presets drawer in the preferences.

git-svn-id: svn://localhost/HandBrake/trunk@2083 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoAdd importing of ffmpeg input chapters.
ritsuka [Wed, 14 Jan 2009 10:20:11 +0000 (10:20 +0000)]
Add importing of ffmpeg input chapters.

git-svn-id: svn://localhost/HandBrake/trunk@2082 b64f7644-9d1e-0410-96f1-a4d463321fa5

15 years agoMacGui: no need to reload the chapters nstableview when loading a queue item.
ritsuka [Tue, 13 Jan 2009 18:45:41 +0000 (18:45 +0000)]
MacGui: no need to reload the chapters nstableview when loading a queue item.

git-svn-id: svn://localhost/HandBrake/trunk@2081 b64f7644-9d1e-0410-96f1-a4d463321fa5