konablend [Wed, 4 Mar 2009 00:54:53 +0000 (00:54 +0000)]
BuildSystem: darwin
- made Xcode external targets consistent for each configuration.
- shunted terminal NAME=VALUE vars through xcodebuild.
- folded macosx/module.xcode shunt functions into single.
- added new report target to show a single var; eg: make report.var NAME=GCC.gcc .
BuildSystem: darwin ppc
- fixed configure on ppc host: correctly identify native architecture.
- fixed configure to be more resilient when svn probes fail.
- fixed configure to show error output for svn probes.
BuildSystme: xcode
- added external target 'external' to represent 'all things in external system'
which is slight more than what 'libhb' might represent.
- added doc section Building.osx: External Targets .
konablend [Tue, 3 Mar 2009 18:34:20 +0000 (18:34 +0000)]
BuildSystem:
- added global uninstall target; the inverse of install
- $PREFIX/bin/HandBrakeCLI longer paritipates in clean
- added target test.uninstall to remove $PREFIX/bin/HandBrakeCLI
dynaflash [Tue, 3 Mar 2009 17:26:47 +0000 (17:26 +0000)]
MacGui: Report the svn version and arch in the session activity log and the individual encode log.
- ie. [11:25:22] macgui: Handbrake Version: svn2207 x86_64 (2009030301)
konablend [Tue, 3 Mar 2009 07:20:19 +0000 (07:20 +0000)]
BuildSystem:
- minor fix for report targets; aggregates were not included after splitting to rules file
- fixed bug where non-darwin platforms caused all rules to be disabled because FEATURE.xcode was erroneously set to 1
konablend [Tue, 3 Mar 2009 05:14:54 +0000 (05:14 +0000)]
BuildSystem:
- fixed ppc bug: scanning DVD does not pick up audio tracks
- libdvdread headers require WORD_BIGENDIAN to be defined on BIGENDIAN systems
- solution is to defined WORD_BIGENDIAN for libhb on ppc/ppc64 platforms
konablend [Tue, 3 Mar 2009 02:49:54 +0000 (02:49 +0000)]
BuildSystem:
- fixed OSX + Xcode to support parallel builds
- enhanced OSX + Xcode to use proper pass-thru for all make targets
- added global target --> install
- added install: test.install
- added install: gtk.install
- updated pre-generated building guides (these will go away when wiki is updated)
- updated xml2wiki script to spit out heading
eddyg [Tue, 3 Mar 2009 01:16:09 +0000 (01:16 +0000)]
Prevent Theora and Vorbis from using a system (e.g. fink) pkg-config which
they then allow to override HBs paths for other libs. Thanks to KonaBlend
and saintdev for identying the issue.
ritsuka [Mon, 2 Mar 2009 11:42:11 +0000 (11:42 +0000)]
MacGui:
- Switched some float to CGFloat and int to NSInteger.
- Fixed a warning in writeToActivityLog: when compiling with gcc-4.2
- Fixed an issue when dragging items in the queue if the item was not already selected.
konablend [Mon, 2 Mar 2009 07:55:35 +0000 (07:55 +0000)]
BuildSystem:
- added x264 configure argument: --disable-mp4-output
- this prevents x264 from finding gpac externally if it happens to be on host which causes grief with linking
ritsuka [Mon, 2 Mar 2009 07:41:45 +0000 (07:41 +0000)]
MacGui:
- Limited the handbrake dock icon refresh to a maximum of 20 for encode. It was a bit pointless to update it two times a second.
- Another try at fixing the main window progress indicator.
konablend [Mon, 2 Mar 2009 07:30:13 +0000 (07:30 +0000)]
BuildSystem:
- split build guide into 3 articles, one for each platform
- populated root of tree with 3 platform Building guides: osx, cygwin, linux for convenience
- added python script (needs python3.0) to optionally generate wiki from .texi articles
konablend [Mon, 2 Mar 2009 03:35:10 +0000 (03:35 +0000)]
BuildSystem:
- changed HandBrakeCLI to use project.h when showing version in hblog
- changed macosx/Info.h.m4 to supply correct version; eg: MacGUI about-panel
- HandBrakeCLI hblog now displays architecture; eg: Darwin i386
- HandBrake.app about-panel now displays architecture; eg: i386
- updated all versioning to reflect project policies:
a. HB_PROJECT_VERSION now behave as old HB_VERSION
b. HB_PROJECT_BUILD now behaves as old HB_BUILD
c. dropped HB_PROJECT_VERSION_FORMAL as it is no longer referenced
- renamed HOST.proc -> HOST.machine for clarity
- renamed BUILD.proc -> BUILD.machine for clarity
konablend [Sun, 1 Mar 2009 20:29:06 +0000 (20:29 +0000)]
BuildSystem:
- added configure --prefix to specify an install location
- propagated prefix to gtk's aggregated build
- value is exposed to make as two variables, use either depending on if ending slash is desired
$(INSTALL.prefix)
$(INSTALL.prefix/)
jstebbins [Sun, 1 Mar 2009 19:40:56 +0000 (19:40 +0000)]
LinGui: remove extraneous files dist files like AUTHORS etc.
add distclean to xclean rules
link gtk.xclean to top xclean
use hb build systems CFLAGS and LDFLAGS
konablend [Sun, 1 Mar 2009 17:36:51 +0000 (17:36 +0000)]
BuildSystem:
- trivial fix to allow make/include/PLATFORM.rules to be optional
- this glitch resulted from adding darwin.rules for UB fat binary targets
konablend [Sun, 1 Mar 2009 17:28:24 +0000 (17:28 +0000)]
- svn properties corrections
- removed svn:ignore from { . libhb contrib } directories since we have buid/ containment w/ new build system
- added svn:eol-style LF to all added text files for new build system
- added svn:executable to configure
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.
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.
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.
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.
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.
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.
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.
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
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.
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.
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.
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.
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.
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.
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.
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
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.
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.
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.
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
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
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
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.
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.
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.
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.
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.
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