summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552010-08-2941-814/+557
| | | | | | | - Update the Interop Code. - Update Growl Libary to 2.0.4.1 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3500 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-292-29/+48
| | | | | | - Update copy of Authors and Credits for the install script git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3499 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-291-167/+0
| | | | | | - Remove unused win32.cs file git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3498 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-291-27/+27
| | | | | | - Minor display issue on the options window fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3497 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-275-92/+90
| | | | | | - Added a new option which allows the autoname feature to output to the source directory. It will append output_ to the start of the filename, if the auto-generated name is the same as the source file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3496 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-272-28/+5
| | | | | | - Allow trellis and psy-trellis with cavlc git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3495 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Change how native tools are built in a cross compiling environment.jstebbins2010-08-254-54/+37
| | | | | | | | Was using hb's core build system for these tools. Now using accepted practice in autoconf for native tools. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3494 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Allow trellis and psy-trellis with cavlc since as of svn 3492 its ↵dynaflash2010-08-251-41/+3
| | | | | | | | now possible in x264. - Patch by Rodeo. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3493 b64f7644-9d1e-0410-96f1-a4d463321fa5
* x264 bump from r1698 to r1703dynaflash2010-08-241-1/+1
| | | | | | | | | - Introduces trellis and psy-trellis for cavlc. - Same modes as cabac. - Lingui is already setup for it as of svn 3491. Macgui and wingui to follow suit. - Other various enhancements and fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3492 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Allow trellis and psy-trellis with cavlc in preparation for nextjstebbins2010-08-241-2/+0
| | | | | | | x264 bump. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3491 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-212-36/+12
| | | | | | - Strip out some version checking code that's no longer required. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3490 b64f7644-9d1e-0410-96f1-a4d463321fa5
* DoxyGen File cleanupsr552010-08-212-275/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3489 b64f7644-9d1e-0410-96f1-a4d463321fa5
* DoxyGen files for: gtk, mac, win and libhbsr552010-08-214-2/+4985
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3488 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Doxygen Config Changesr552010-08-211-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3487 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-211-0/+2
| | | | | | - Fix CC setting was not being reloaded in the options window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3486 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-208-48/+139
| | | | | | | - Added new audio/subs option: "Use Preferred Language for Audio and Subtitles" and "Add Closed Captions when available" Thanks to Shatian for the Patch! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3485 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix issue where multi instance was improperly detecting the number ↵dynaflash2010-08-201-2/+1
| | | | | | | | of instances. - Fixes an issue where the second instance would ignore the first instances queue and resetting running encodes back to pending. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3484 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Encode status readout now two lines, first line is the name of the ↵dynaflash2010-08-193-67/+62
| | | | | | file being encoded and second line is the progress. Changed both for main window and queue window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3483 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-168-130/+54
| | | | | | - Tidy the Options window, removed old debug code that isn't needed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3482 b64f7644-9d1e-0410-96f1-a4d463321fa5
* x264 bump from r1681 to r1698dynaflash2010-08-161-1/+1
| | | | | | - various bugfixes and improvements git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3481 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix dock icon behaviordynaflash2010-08-161-5/+2
| | | | | | | | - patch by KonaB1end ... Thanks! - Fixes issue where minimized main window would not unminiaturize when the dock icon is clicked. - Fixes same issue with a closed main window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3480 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-151-2/+2
| | | | | | - Fix for "del" key deleting items from the queue when additional modifier keys were pressed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3479 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-151-6/+9
| | | | | | - Fix some culture issues in the x264 window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3478 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Freenode IRC group confirmed, verification code removed.jbrjake2010-08-121-1/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3477 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Freenode verification code.jbrjake2010-08-111-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3476 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Multi-line SSA packets handled by the SSA->UTF8 decoder.jstebbins2010-08-101-32/+64
| | | | | | | Contributed by davidfstr. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3475 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-087-63/+26
| | | | | | - Just some cleanup of project / install files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3474 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Remove logging line used for debugging previous commit.dynaflash2010-08-061-3/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3473 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Store live previews in a sub directory in "~/Library/Application ↵dynaflash2010-08-063-13/+52
| | | | | | | | | | Support/HandBrake/Previews" named by pidnum. - Allows multi-instances to encode live previews without overwriting the live preview for any other instance (since previously we assumed single instance so there was just one live preview file for each container. - Clean up of the previews directory when a single instance is laucnhed to make sure we do not build up a pile of old previews. - Removed old code for live previews which handled the deprecated avi and ogm containers. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3472 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Disable preview hud controls during new source scans.dynaflash2010-08-055-5/+44
| | | | | | | - Fixes a crash where trying to get a preview image when a new source is being loaded will cause a crash - Mirrors enableUI in the main window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3471 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Do not call pictureSliderChanged in windowWillClose in ↵dynaflash2010-08-051-1/+0
| | | | | | | | HBPreviewController.m as it causes a crash when quitting the macgui without a source loaded up. - Thanks Sean_McG for spotting the bug! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3470 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add separate method for cancelling a Live Preview encode.dynaflash2010-08-043-20/+403
| | | | | | - Also replace deprecated removeFileAtPath:handler: with removeItemAtPath:error: in HBPreviewController git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3469 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Re-locate logic for encode done notifications as per user preferences.dynaflash2010-08-031-22/+20
| | | | | | | - Fixes an issue where a system beep would occur after every encode when Alert Window was chosen. - Also means less calls to showGrowlDoneNotification as we were calling it after every encode and then checking the user prefs instead of checking prefs before calling it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3468 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Remove unused method declaration.dynaflash2010-08-021-1/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3467 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Doxygen another configuration change.sr552010-08-011-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3466 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Doxy Settings tweakssr552010-08-011-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3465 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Doxygen 1.7.x config file for testing.sr552010-08-011-0/+1661
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3464 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-317-50/+17
| | | | | | | - Simply the versioning of the Windows GUI so it's less confusing. - GUI now only displays the CLI Version. The GUI will however check that it's own executable build revision is not greater than the CLI and report an error if it is. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3463 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-304-119/+4
| | | | | | - Fix Growl for Windows feature. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3462 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Rework how we get encode and queue done alerts.dynaflash2010-07-263-89/+254
| | | | | | | | | - Add separate checkbox for system alert sound in Preferences > General > When Done (previously it was automatic only when "When Done" included the alert panel") - System alert sound will play whenever the specified Alert When Done event occurs if its checked (this includes the Growl alerts which come up as encodes roll off of the queue) which addresses the sound part of this forum thread http://forum.handbrake.fr/viewtopic.php?f=22&t=17347#p80456. Thanks to BradleyS for the suggestion. - Also fix an issue introduced in the multi instance queue commmit (ref 3450) where the Alert Window would come up one encode too early instead of at the end of the queue if you use the alert window for when queue is completed. This addresses forum thread http://forum.handbrake.fr/viewtopic.php?f=12&t=17367 thanks to noved for picking up on it. - Get rid of a touch of commented code from rev 3450 which is worthless. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3461 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-252-9/+14
| | | | | | - Fix some issues with the log window repeating the log header. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3460 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-2523-478/+431
| | | | | | - Cleanup stylecop warnings. Import new stylecop for resharper settings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3459 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui:sr552010-07-221-29/+57
| | | | | | - Re-checking 3453 after accidentally removing it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3458 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-223-6/+10
| | | | | | - Fix an issue that would cause the in-gui encode status to screw up if the encoding time was over 24 hours. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3457 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Re-checkin updated stylecop settingssr552010-07-221-0/+45
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3456 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-222-2/+2
| | | | | | - Sytlecop 4.4 re-checked in. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3455 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Reverting 3452sr552010-07-2244-609/+1332
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3454 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix issue where queue was being reloaded showing already completed ↵dynaflash2010-07-221-29/+57
| | | | | | encodes at launch. Borked in svn rev 3443. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3453 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-2243-1303/+552
| | | | | | - Removed old settings debug tab, Code refactoring and some tweaks to stylecop so it's less noisy. Upgraded to Stylecop 4.4.0 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3452 b64f7644-9d1e-0410-96f1-a4d463321fa5
* x264 bump from r1677 to r1681dynaflash2010-07-211-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3451 b64f7644-9d1e-0410-96f1-a4d463321fa5