| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ScanController.* from the main Jamfile as they are no longer present o... | superdump | 2007-08-27 | 1 | -1/+0 |
* | MacGui: disable interface during scanning, and if there is no valid title found | dynaflash | 2007-08-27 | 1 | -20/+14 |
* | missed file | eddyg | 2007-08-27 | 1 | -0/+232 |
* | Moved functions from lang.h to lang.c for easy includion in Controller.mm | eddyg | 2007-08-27 | 5 | -224/+15 |
* | MacGui: Integrate HBDVDetector directly into Controller.mm and get rid of Sca... | dynaflash | 2007-08-27 | 7 | -215/+81 |
* | Added support to the mac gui for auto-selecting subtitles if the main audio l... | eddyg | 2007-08-27 | 2 | -2/+45 |
* | Improved error handling when disk already full for MKV containers. | eddyg | 2007-08-27 | 1 | -2/+20 |
* | Fixed up mkv error messages that did not apply, and added one which was missed. | eddyg | 2007-08-27 | 1 | -12/+8 |
* | Added rudimentory error handling to HB. Instead of using hb_log() use hb_erro... | eddyg | 2007-08-27 | 7 | -29/+130 |
* | Deinterlace and Denoise values updated. | sr55 | 2007-08-26 | 2 | -6/+10 |
* | WinGui: | sr55 | 2007-08-26 | 4 | -30/+65 |
* | WinGui: | sr55 | 2007-08-25 | 7 | -51/+90 |
* | WinGui: | sr55 | 2007-08-24 | 7 | -30/+39 |
* | MacGui: Fix main window closing to it doesnt crash HB and allow you to get it... | dynaflash | 2007-08-24 | 3 | -6/+23 |
* | Keeps IHB from crashing before it starts to encode, by telling encfaac.c to m... | jbrjake | 2007-08-24 | 1 | -0/+2 |
* | Doubles the number of frames checked for cadence changes, streamlines their s... | jbrjake | 2007-08-24 | 1 | -10/+10 |
* | Allows stream.c to try to read .VOB, .TS, and .mpeg files in addition to .vob... | jbrjake | 2007-08-24 | 1 | -3/+6 |
* | MacGui: Add DriveDetectors back to xcode project so that IHB will still build... | dynaflash | 2007-08-24 | 3 | -0/+171 |
* | WinGui: | sr55 | 2007-08-23 | 6 | -8/+10 |
* | MacGui: Increase the Activity Window text storage to double its current capac... | dynaflash | 2007-08-23 | 1 | -2/+8 |
* | MacGui: Clean up source files used in Source Scanning | dynaflash | 2007-08-23 | 4 | -182/+4 |
* | MacGui: internal code changes | dynaflash | 2007-08-23 | 5 | -280/+281 |
* | MacGui: Fix disabling of the subtititles Forced checkbox if user cancels the ... | dynaflash | 2007-08-23 | 1 | -1/+1 |
* | MacGui: internal change to Controller.mm | dynaflash | 2007-08-22 | 2 | -50/+36 |
* | WinGui: | sr55 | 2007-08-22 | 5 | -73/+65 |
* | WinGui: | sr55 | 2007-08-22 | 3 | -39/+66 |
* | - Fixed Spelling typo (Thanks saintdev). | sr55 | 2007-08-21 | 6 | -28/+26 |
* | Fixed up what a subtitle scan looks like in the GUI job queue | eddyg | 2007-08-21 | 1 | -1/+13 |
* | Added handling for the forced subtitle button. | eddyg | 2007-08-21 | 1 | -7/+5 |
* | MacGui: Add subtitle widgets for eddyg's forced subtitle implementation. | dynaflash | 2007-08-21 | 5 | -0/+21 |
* | Add Subtitle scanning for forced subtitles and normal subtitles from the CLI | eddyg | 2007-08-21 | 12 | -65/+271 |
* | Added "--subtitle-force" option to the CLI, and added changes to decsub to | eddyg | 2007-08-20 | 3 | -12/+57 |
* | Add colour/chroma to subtitles where they are not transparent. | eddyg | 2007-08-20 | 2 | -5/+98 |
* | updated AUTHORS | sr55 | 2007-08-19 | 1 | -78/+82 |
* | MacGui: Update Version and build numbers in xcode for libhb and libhbdylib. | dynaflash | 2007-08-19 | 1 | -8/+8 |
* | Updates NEWS file with changes since the last release. | jbrjake | 2007-08-19 | 1 | -0/+43 |
* | Adds eddyg and reorganizes. | jbrjake | 2007-08-19 | 1 | -22/+23 |
* | MacGui: Small pre release bug fixes | dynaflash | 2007-08-19 | 2 | -6/+17 |
* | MacGui: Set version to 0.9.0 and build to 2007081900 for the impending release. | dynaflash | 2007-08-19 | 3 | -9/+13 |
* | MacGui: Fix main menu enabling if user cancels the source browse window | dynaflash | 2007-08-19 | 5 | -2/+33 |
* | Small patch to keep mcdeint in mode 2 from crashing. Thanks, blindjimmy! | jbrjake | 2007-08-19 | 1 | -1/+1 |
* | CLI/MacGui: removes weightb=0 from the turbo option string, because it was ca... | jbrjake | 2007-08-19 | 2 | -3/+3 |
* | MacGui: Added Main Menu commands, and set enabled states to prevent crashing ... | dynaflash | 2007-08-19 | 5 | -28/+98 |
* | Increments the variables HB_BUILD and HB_VERSION, in preparation for tagging.... | jbrjake | 2007-08-19 | 2 | -6/+6 |
* | MacGui: Better implementation of the new scan controller for reading physical... | dynaflash | 2007-08-18 | 5 | -196/+281 |
* | Prevents a bus error at scan time with DVDs that have a weird cell structure.... | jbrjake | 2007-08-17 | 1 | -10/+13 |
* | Contrib pack updated for CygWin (009) | sr55 | 2007-08-17 | 2 | -3/+3 |
* | ++ mac contrib bin to 0018 | jbrjake | 2007-08-17 | 1 | -1/+1 |
* | WinGui: | sr55 | 2007-08-16 | 8 | -14/+28 |
* | WinGui: | sr55 | 2007-08-16 | 1 | -12/+8 |