summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: Add DriveDetectors back to xcode project so that IHB will still ↵dynaflash2007-08-243-0/+171
| | | | | | build with jam git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@857 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-236-8/+10
| | | | | | | - Minor code tweaks / cleanup git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@856 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Increase the Activity Window text storage to double its current ↵dynaflash2007-08-231-2/+8
| | | | | | capacity for more complete logs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@855 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Clean up source files used in Source Scanningdynaflash2007-08-234-182/+4
| | | | | | | - Remove now deprecated DriveDetector.h and DriveDetector.m - Add HBDVDDetector.m as it was misnamed in the commit before our release. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@854 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: internal code changesdynaflash2007-08-235-280/+281
| | | | | | - change method names and their corresponding target actions in nibs to conform to the our new obj c coding guidelines git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@853 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix disabling of the subtititles Forced checkbox if user cancels the ↵dynaflash2007-08-231-1/+1
| | | | | | initial scan. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@852 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: internal change to Controller.mmdynaflash2007-08-222-50/+36
| | | | | | | | | - move preset loading code from awakeFromNib to a new method called loadPresets - remove references to unused x264Opts.plist file we never used. This fat boy is going on a diet ! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@851 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-225-73/+65
| | | | | | | - Added some more exception handling. - Added workaround for issue with scanning on French systems causing a crash. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@850 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-223-39/+66
| | | | | | | - Added debuging / crash prevention code in frmReadDVD. - Fixed issue with queue when adding items after initial encode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@849 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - Fixed Spelling typo (Thanks saintdev).sr552007-08-216-28/+26
| | | | | | | | - Fixed File_Open not finding ts files. - Fixed Incorrect Version Number for update checker. - Fixed DVDTitle Dropdown displaying no title error when there was only 1 item in it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@848 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fixed up what a subtitle scan looks like in the GUI job queueeddyg2007-08-211-1/+13
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@847 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Added handling for the forced subtitle button.eddyg2007-08-211-7/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@846 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add subtitle widgets for eddyg's forced subtitle implementation.dynaflash2007-08-215-0/+21
| | | | | | | - Create checkbox called "Forced" next to the NSPopUp button for subtitle selection with outlet named fSubForcedCheck - Create a new preference checkbox to use subtitles instead of dubbed audio track if so desired. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@845 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Add Subtitle scanning for forced subtitles and normal subtitles from the CLIeddyg2007-08-2112-65/+271
| | | | | | | and the MacOS GUI. See the new subtitle language options in the GUI. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@844 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Added "--subtitle-force" option to the CLI, and added changes to decsub toeddyg2007-08-203-12/+57
| | | | | | | | select only forced subtitles curtesy of Utumno (thanks!). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@843 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Add colour/chroma to subtitles where they are not transparent.eddyg2007-08-202-5/+98
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@842 b64f7644-9d1e-0410-96f1-a4d463321fa5
* updated AUTHORSsr552007-08-191-78/+82
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@840 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Update Version and build numbers in xcode for libhb and libhbdylib.dynaflash2007-08-191-8/+8
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@839 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updates NEWS file with changes since the last release.jbrjake2007-08-191-0/+43
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@838 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Adds eddyg and reorganizes.jbrjake2007-08-191-22/+23
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@837 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Small pre release bug fixesdynaflash2007-08-192-6/+17
| | | | | | | | - Deinterlace On in preferences now sets deinterlacing to "Fast" upon launch - Fixed bug AutoCrop was set to "Custom" upon launch. - Changed verbage in Preference Panel to Activity Window instead of Debug Window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@836 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Set version to 0.9.0 and build to 2007081900 for the impending release.dynaflash2007-08-193-9/+13
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@835 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix main menu enabling if user cancels the source browse windowdynaflash2007-08-195-2/+33
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@834 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Small patch to keep mcdeint in mode 2 from crashing. Thanks, blindjimmy!jbrjake2007-08-191-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@833 b64f7644-9d1e-0410-96f1-a4d463321fa5
* CLI/MacGui: removes weightb=0 from the turbo option string, because it was ↵jbrjake2007-08-192-3/+3
| | | | | | causing frame count differences for the 2nd pass. Also removes a stray colon from the Broke preset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@832 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Added Main Menu commands, and set enabled states to prevent crashing ↵dynaflash2007-08-195-28/+98
| | | | | | due to conflicting commands. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@831 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Increments the variables HB_BUILD and HB_VERSION, in preparation for ↵jbrjake2007-08-192-6/+6
| | | | | | tagging. I think more needs to be done in XCode for the MacGui side of things. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@830 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Better implementation of the new scan controller for reading ↵dynaflash2007-08-185-196/+281
| | | | | | | | | | physical dvds. - This one is all blindjimmy's doing, Thanks! - adds a VIDEO_TS check for reading random vobs off of a general purpose dvd. - uses a new cocoa class instead of the old c functions for drive detection. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@829 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Prevents a bus error at scan time with DVDs that have a weird cell ↵jbrjake2007-08-171-10/+13
| | | | | | structure. Much gratitude to dynaflash, as without his patient assistance tele-debugging this, I would have been forced to buy a copy of Young Guns. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@828 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Contrib pack updated for CygWin (009)sr552007-08-172-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@827 b64f7644-9d1e-0410-96f1-a4d463321fa5
* ++ mac contrib bin to 0018jbrjake2007-08-171-1/+1
| | | | | | (used the intel headers this time, so hopefully there's won't be any problems like with 0016) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@826 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-168-14/+28
| | | | | | - Number of extra tweaks to the GUI for vista git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@825 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-161-12/+8
| | | | | | - Fixed issue with gui display under vista. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@824 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Version bump for libmkv.saintdev2007-08-161-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@823 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Switch to mk_laceXiph().saintdev2007-08-161-20/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@822 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fix scancontroller to use mount point instead of file path for ↵dynaflash2007-08-162-7/+205
| | | | | | | | | physical commercial dvds. - thanks for the work on this one blindjimmy ! - needs to be prettier, but wanted it checked in asap before release for testing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@821 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-161-0/+11
| | | | | | - Fixed issue with manual cropping and empty text box leading to --crop :::: being passed to the cli. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@820 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-162-15/+62
| | | | | | | - File extension changes for the presets done. - Fixed a few bugs where checkbox's were not being linked with their code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@819 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-163-102/+409
| | | | | | - presets added in line with http://handbrake.m0k.org/trac/wiki/BuiltInPresets git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@818 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Layout refinements courtesy of hawkmandynaflash2007-08-164-11/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@817 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Adds scripts to the Makefile for Mac to "make gui-release" and "make ↵jbrjake2007-08-151-0/+6
| | | | | | cli-release" to easily build a .dmg for each. The gui one uses bz compression, since the MacGui isn't Panther-compatible anyway. To save bandwidth, not including pdfs or api. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@816 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Lessens the brownpantsification effect from the DVD Read Blocks Failed error ↵jbrjake2007-08-151-1/+1
| | | | | | message. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@815 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Prettier logging display for filters.jbrjake2007-08-141-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@814 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Use hb_log for DVD: messages instead of printf.jbrjake2007-08-141-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@813 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Moves the filters' logging info to work.c, adds parameter info. I also ↵jbrjake2007-08-143-3/+15
| | | | | | changed the deinterlace filter name to include its default method (ffmpeg) and removed the logging line from work.c that said if job->deinterlace was true or not, as it's now superfluous. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@812 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-141-2/+0
| | | | | | -Forgot to remove a few debug lines. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@811 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-141-9/+22
| | | | | | - Fixed CRF & Quality slider issues. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@810 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Cosmetic changes to Picture Windowdynaflash2007-08-142-1/+0
| | | | | | | - Change "Misc" box to "Filters" - move the detelecine checkbox above deinterlace and denoise NSPopUps git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@809 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix queue window to show proper video framerate and assorted display ↵dynaflash2007-08-141-25/+36
| | | | | | | | formatting improvements - Fix is courtesy of BradleyS git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@808 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add height check for keep aspect ratio on when selecting a preset.dynaflash2007-08-141-0/+10
| | | | | | - Patch courtesy of BradleyS, Thanks! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@807 b64f7644-9d1e-0410-96f1-a4d463321fa5