summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* LinGui: jstebbins2009-03-021-1/+0
| | | | | | | | fix gtk.xclean failure, rm with no arguments because GTK.BUILD.stamp is no longer used defined git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2203 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: another typojstebbins2009-03-021-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2202 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-03-022-41/+37
| | | | | | | | Patch from ExDeus - Thanks. - Show Queue button now activates the queue window on launch. - Code clean-up for the auto naming function. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2201 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem:jstebbins2009-03-021-16/+59
| | | | | | | update linux build documentation with additional package details git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2200 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: ritsuka2009-03-024-27/+22
| | | | | | | | - 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. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2199 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Removed some unused call to fProgressIndicator that may break the ↵ritsuka2009-03-021-8/+1
| | | | | | progresso bar. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2198 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem:konablend2009-03-021-1/+1
| | | | | | | | - 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 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2197 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui:ritsuka2009-03-022-6/+15
| | | | | | | | - 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. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2196 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem:konablend2009-03-0219-339/+1615
| | | | | | | | | - 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 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2195 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix main window progress indicators for scan and encode for x86_64dynaflash2009-03-021-2/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2194 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: update log and about dialog with update version stringsjstebbins2009-03-022-9/+25
| | | | | | | also, make hb home web link on about dialog spawn a browser git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2193 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem:konablend2009-03-027-46/+73
| | | | | | | | | | | | | | | | - 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 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2192 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Re-enable libswscale accurate rounding on x86_64.saintdev2009-03-022-8/+2
| | | | | | The libswscale bug causing crashes was fixed a while ago. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2191 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem:konablend2009-03-021-0/+1
| | | | | | | - exposed HB_PROJECT_BUILD_ARCH to <hb.h> space. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2190 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem:konablend2009-03-011-0/+4
| | | | | | | - propagate debug and optimize flags to libmp4v2 module git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2189 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix a dependency problem in gtk/module.rulesjstebbins2009-03-012-2/+2
| | | | | | | fix another typo git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2188 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix another typojstebbins2009-03-011-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2187 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: force invocation of gtk.build for every build so gtk makejstebbins2009-03-013-9/+3
| | | | | | | | can check all its dependencies fix typo in about dialog git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2186 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem:konablend2009-03-013-2/+19
| | | | | | | | | | | - 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/) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2185 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: remove extraneous files dist files like AUTHORS etc.jstebbins2009-03-019-618/+8
| | | | | | | | | add distclean to xclean rules link gtk.xclean to top xclean use hb build systems CFLAGS and LDFLAGS git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2184 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui; fixed warnings related to 64bit cocoa.ritsuka2009-03-016-58/+54
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2183 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem:konablend2009-03-011-1/+1
| | | | | | | | - trivial fix to allow make/include/PLATFORM.rules to be optional - this glitch resulted from adding darwin.rules for UB fat binary targets git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2182 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - svn properties correctionskonablend2009-03-011-0/+0
| | | | | | | | | - 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 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2181 b64f7644-9d1e-0410-96f1-a4d463321fa5
* BuildSystem: conversion from jam-based to make-based system.konablend2009-03-01149-3087/+4047
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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://svn.handbrake.fr/HandBrake/trunk@2180 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: make it possible to build outside srcdirjstebbins2009-02-288-22704/+104
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2179 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Replaced a quicktime call with a 64bit compatible one.ritsuka2009-02-281-8/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2178 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: clean up my improper use of HB_VERSION and HB_BUILD.jstebbins2009-02-273-10/+9
| | | | | | | | 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://svn.handbrake.fr/HandBrake/trunk@2177 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-02-251-2/+13
| | | | | | - 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://svn.handbrake.fr/HandBrake/trunk@2176 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Don't truncate RF/QP values down to integers when displaying job config. ↵jbrjake2009-02-231-1/+1
| | | | | | 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://svn.handbrake.fr/HandBrake/trunk@2175 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-02-222-6/+18
| | | | | | - 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://svn.handbrake.fr/HandBrake/trunk@2174 b64f7644-9d1e-0410-96f1-a4d463321fa5
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2173 ↵sr552009-02-223-79/+81
| | | | b64f7644-9d1e-0410-96f1-a4d463321fa5
* remove .contrib on make clean for cygwin. This allows libraries to rebuild ↵sr552009-02-211-0/+1
| | | | | | when their version file changes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2172 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Cygwin building changed slightly.sr552009-02-201-5/+8
| | | | | | | | "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://svn.handbrake.fr/HandBrake/trunk@2171 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-02-203-0/+2113
| | | | | | - Forgot to actually check in the x264 panel control with git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2170 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-02-194-101/+135
| | | | | | | - Code tweaks to x264Panel animate function. - Picture Settings: Added text labal which indicates when max width / height is used. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2169 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-02-191-8/+7
| | | | | | - Fixed a bug in the preset update function. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2168 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-02-199-972/+160
| | | | | | | - Re-add all the x264 tooltips. - Combines the 2 Preview windows for VLC and QT into one. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2167 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-02-166-990/+87
| | | | | | | - 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://svn.handbrake.fr/HandBrake/trunk@2166 b64f7644-9d1e-0410-96f1-a4d463321fa5
* change my email addy in the authors filedynaflash2009-02-161-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2165 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Moves the tooltips for the x264 advanced tab from the .xib file to ↵jbrjake2009-02-142-363/+315
| | | | | | the source code, for easier updating. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2164 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add single title scan option to file menujstebbins2009-02-149-72/+770
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2163 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Yet another x264 advanced controller change...rewording the b-adapt ↵jbrjake2009-02-131-4/+4
| | | | | | 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://svn.handbrake.fr/HandBrake/trunk@2162 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Removes a bunch of redundant code from the x264 advanced option ↵jbrjake2009-02-132-538/+253
| | | | | | controller. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2161 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Hopefully this time the option hiding code for the advanced x264 tab ↵jbrjake2009-02-131-9/+14
| | | | | | actually works properly, but no promises. Fixes an issue with it ignoring changes coming from the presets or text field. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2160 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Restructures that x264 advanced option widget hiding method so it ↵jbrjake2009-02-131-141/+212
| | | | | | sucks a bit less, is easier to read, and has a lower potential for nasty looping. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2159 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-02-131-36/+42
| | | | | | - Fixes a small issue with folder and file dialog browsers. Clicking cancel would still result in a rescan. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2158 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: change buttons in hud overlays to "round textured" (which are not ↵dynaflash2009-02-132-52/+39
| | | | | | really round, but whatever) to help go with the hud style controls. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2157 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Picture Preview - fix full screen mode on multi-display systems.dynaflash2009-02-131-9/+25
| | | | | | - Full Screen mode now applies to whichever screen the preview window is on in windowed mode on multi-display systems. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2156 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix crash when trying to quit with preview in full screen mode.dynaflash2009-02-134-9/+26
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2155 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add video quality slider granularity preference.jstebbins2009-02-1210-137/+379
| | | | | | | | | | 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://svn.handbrake.fr/HandBrake/trunk@2154 b64f7644-9d1e-0410-96f1-a4d463321fa5