summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: Add the Disc icon for the toolbar that I forgot in the last commit :(dynaflash2007-07-272-1/+1
| | | | | | - changed the NSTimer for UpdateUI from .2 to .5 which should alleviate a bit of the gui's overhead and HB can use all of the cpu cycles it can get. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@751 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add a "Source" icon to the toolbardynaflash2007-07-272-4/+27
| | | | | | | | - Replaces the old "Browse" button that was in the Source section of the main window - For now, uses a Disc icon from the icon developer Matt Ball. Should get replaced with something less "Disc-centrict" as we can now use Transport Streams as a source. - Thanks hawman for this one ! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@750 b64f7644-9d1e-0410-96f1-a4d463321fa5
* This huge patch from huevos_rancheros ports a number of video filters from ↵jbrjake2007-07-2714-67/+2935
| | | | | | | | | | mencoder to HandBrake: yadif+mcdeint, hqdn3d, pp7, and pullup+softskip+harddup. What this means is that HB now has stateless inverse telecine, temporal denoising, and motion-adaptive deinterlacing! HandBrake is growing up =) Thank you, huevos_rancheros! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@749 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Matroska: Mark all tracks enabled.saintdev2007-07-271-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@748 b64f7644-9d1e-0410-96f1-a4d463321fa5
* We don't need to write end times for chapters, these are automatically ↵saintdev2007-07-271-9/+5
| | | | | | | | | calculated figured out from the beginning of the next chapter. Also, start at display strings at 'Chapter 01' instead of 'Chapter 00'. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@747 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: adds advanced x264 option widgets for analyse, 8x8dct, and, just for ↵jbrjake2007-07-275-9/+168
| | | | | | | | | eddyg, cabac. Been awhile since I added any of these; hopefully I didn't break anything in the process. God do we need to split these and the presets off to separate source files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@746 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: corrects the output width displayed in the main window and in ↵jbrjake2007-07-262-1/+3
| | | | | | picture settings, when anamorphic is enabled. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@745 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-261-2/+2
| | | | | | | - Forgot to take out a debug messagebox - Added a 3Second thread sleep before trying to rescan git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@744 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-262-18/+44
| | | | | | | - Disabled Encode progress on GUI Window. CLI now allowed to appear and standard error is no longer re-directed. (BUG: Standard error causing video distortions when used) - If scanning a Source fails, the GUI will now attempt to scan the title a 2nd time automatically. Same issue, Standard error causing hbcli to randomly fail. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@743 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Integrate Source Scanning into Main Window and permanently disable ↵dynaflash2007-07-268-309/+83
| | | | | | | | | | | | | DVD Drive Auto Detect - Choose DVD directly if necessary out of the Browse window - No longer use sheets to show scan progress - Added Scan Progress bar under Source section of main window - Removed the "Browse" button in source section in anticipation of a "Source" icon in Toolbar - For now, use File -> Select Source in Main Menu to get a new source (used to be "Select DVD"). Note: this is the same as 0.7.1 - Removed disable dvd auto detect from the prefs nib git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@742 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Native language subtitle scan improvements. Thanks, eddyg!jbrjake2007-07-263-63/+131
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@741 b64f7644-9d1e-0410-96f1-a4d463321fa5
* This should finally fix the PS stream language without iterating through ↵saintdev2007-07-261-1/+1
| | | | | | every language to find we want the first. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@740 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Change Matroska timecode scale to be 1000000000 / 90000.saintdev2007-07-261-8/+9
| | | | | | | This is a patch from Yuvi on the forums. Thanks for killing that magic number! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@739 b64f7644-9d1e-0410-96f1-a4d463321fa5
* This patch from eddyg should help alleviate HandBrake's audio drop issues. ↵jbrjake2007-07-254-15/+58
| | | | | | It also adds a number of beautiful comments to sync.c that really help clarify the code. Thanks, eddy! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@738 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-251-24/+26
| | | | | | - User is prevented from trying to launch more than 1 encode process from frmMain. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@737 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-253-47/+111
| | | | | | - Added Cancel button to frmMain. Allows one to cancel the encode on the fly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@736 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-254-17/+38
| | | | | | | - Excluded brianmario's CLI handler until it's completed. - Enabled cancel button on frmReadDVD (yes it actually works ;)) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@735 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Change sizing of Presets drawer back from last commitdynaflash2007-07-252-2/+2
| | | | | | | - move + and - buttons back as well - Change "Debug" window in main menu to new name "Activity Window". git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@734 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: "Ritsuka Bar" toolbar initial implementationdynaflash2007-07-2515-104/+397
| | | | | | | | | - Thanks goes to Ritsuka! - Moves the Start/Cancel, Pause/Resume, Presets Drawer and Activity Window (previously debug) controls into a nice toolbar at the top of the main window - Resizes the height of the main window to allow for the progress bar at the bottom during encoding - Small change in that now muxmkv.c is included in the xcode project under libhb resources. Instead of under the main project heading. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@733 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Ok, this should fix compilation. Instead of using the 2-letter language code ↵jbrjake2007-07-251-1/+1
| | | | | | for "Unknown" (which is a blank string) I've set it to use the 3-letter code ("und" for undetermined). There could easily be a better way to do this. C strings are not my forte. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@732 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-258-96/+29
| | | | | | | | - Splash screen added. (Bit of a hack but will work until such time it can be done properly) - Added temporary splash screen image. - Disbaled cancel button on frmReadDVD until such time it can be coded. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@731 b64f7644-9d1e-0410-96f1-a4d463321fa5
* We shouldn't assume that MPEG2-PS audio is English. Set it to 'Unknown' instead.saintdev2007-07-251-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@730 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updated Cygwin Contrib pack to 007sr552007-07-241-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@729 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: hot scrolling action for the Debug Output logging window. Thanks for ↵jbrjake2007-07-241-0/+2
| | | | | | the patch, Ritsuka! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@728 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Makes sure chapter markers get applied to the right track, so ReaderFunc() ↵jbrjake2007-07-241-2/+5
| | | | | | sees them. Thanks for this patch too, ares01590! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@727 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Oops, --turbo would cause a bus error if x264 options were not specified. ↵jbrjake2007-07-241-1/+1
| | | | | | Thanks for the patch, ares01590! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@726 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Patches mpeg4ip to write the compressor name correctly for h.264 (so it ↵jbrjake2007-07-242-2/+26
| | | | | | | | reads "AVC Coding" instead of a garbage string. Credit goes to Yuvi and the rest of the Perian team (see ticket 226 on trac.perian.org ). Thanks! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@725 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: adds a bunch more presetsjbrjake2007-07-242-6/+565
| | | | | | | | | | | | | | | - HB-Normal (a new default, not yet active) - HB-Classic (the default up until now) - HB-QuickTime - HB-Film - HB-Television - HB-Animation - HB-Bedlam (maxed out settings, crazier than MeGUI's HQ-Insane) - HB-iPhone Also touched up some of the existing ones' descriptions and increased the motion estimation and subpixels for the PS3. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@724 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-234-14/+69
| | | | | | | | | - Fixed one cross-threading bug with a dirty hack. This will need to be sorted out properly later. - Added cancel button place holder on frmReadDVD. (will be used for instances where hbcli stalls or crashes) - Fixed a few Design issues with windows appearing with the wrong dimensions. - Updated some comments about bugs that need fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@723 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-235-211/+765
| | | | | | | | | - Automatically disable options which are H.264 only when a non H.264 encoder is selected. (Instead of annoying alerts) -Trimed the size of the GUI down a bit. Slight re-arrange on the Video Settings tab. - Initial Debug window. Still to be written. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@722 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-218-32/+67
| | | | | | | | | - Updated some tooltips for the main items on frmMain - Created a Debug window. - Added comments relating to a cross-thread bug with frmDvdInfo - A few other code small code tweaks git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@721 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Speeds up the make build process in OS X by removing Instant HandBrake from ↵jbrjake2007-07-201-0/+10
| | | | | | the default make. To still build IHB, do "make all-chunky". I also added a "make test" for OS X that only builds HandBrakeCLI, because it saves me quite a bit of time when debugging. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@720 b64f7644-9d1e-0410-96f1-a4d463321fa5
* These hopefully-innocuous changes to hb.c should help with the active ↵jbrjake2007-07-201-2/+19
| | | | | | queuing in the MacGui. Adds a new counter variable, h->job_count_permanent, so the task list readout ("Encoding job x of y") stays correct even if the user adds or removes items on the jobs list during an encode. Seems to work ok for me and Dynaflash, but who knows? This might need to be reverted, and/or maybe someone can come up with a less hackish way of doing it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@719 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-192-26/+35
| | | | | | | - Updated the temporary encode progress variable with fps, avg fps and time remaining. Positioned it correctly. - Added a few comments. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@718 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:brianmario2007-07-198-26/+76
| | | | | | | | | updated parsing code events to not be static anymore added encode parsing to catch encode progress added OnEncodeProgress event git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@717 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:brianmario2007-07-191-4/+7
| | | | | | minor update to encode process CLI call -- put it on it's own thread git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@716 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:brianmario2007-07-1914-117/+149
| | | | | | | | | misc UI control placement changes updates to some FormBorderStyle's converted Parsing code to use regex instead of substrings and string splitting added a couple of additional code comments git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@715 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-187-20/+39
| | | | | | | - Many more little design tweaks. - Updated frmSelectDVD for "All Supported Files" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@714 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-184-29/+52
| | | | | | | - Changed the progress bar on frmReadDVD to a text value. Progress bar wasn't really needed here. - Few design tweaks to the frmReadDVD window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@713 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:brianmario2007-07-181-1/+6
| | | | | | quick bugfix to progress bar git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@712 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:brianmario2007-07-183-14/+33
| | | | | | | added OnScanProgress event to Parser class which is raised upon noticing "Scanning title # of #..." in the output added progress bar to frmReadDVD to give better visual notification of scan progress git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@711 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:brianmario2007-07-186-0/+103
| | | | | | added some more source comments git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@710 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:brianmario2007-07-181-1/+14
| | | | | | Added some additional comments git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@709 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:brianmario2007-07-1812-29/+176
| | | | | | | | continued adding to CLI manager code updated frmDvdInfo to display data parsed from STDOUT/STDERR minor updates to form constructors git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@708 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-171-17/+33
| | | | | | | | - Fixed resolution calculation bug. Mod16 res calculation now works. - Fixed hbproc issue when clicking encode video. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@707 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Matroska initial implementationdynaflash2007-07-172-10/+49
| | | | | | | | - as far as I can tell we should be getting all of the codec combinations. - Anamorphic - Chapter Markers git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@706 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-172-0/+28
| | | | | | - Comments regarding bugs in the Parser. These will need fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@705 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Set MinCache to 1 if we're using x264 and b-frames.saintdev2007-07-161-0/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@704 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Remove x264 opt field from the preferences.dynaflash2007-07-161-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@703 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: x264 options are now retained even after you customize a preset.dynaflash2007-07-161-16/+2
| | | | | | - was fixed once, behavior crept back in so now its out again. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@702 b64f7644-9d1e-0410-96f1-a4d463321fa5