summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Modifies CLI help message for audio track selection, to make it clearer how ↵jbrjake2007-10-221-2/+3
| | | | | | to specify multiple tracks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1034 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Reverts r1030 because it didn't work properly: -P would eat the next word as ↵jbrjake2007-10-201-1/+1
| | | | | | an option even if it was another flag. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1033 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Adds short parameter names for denoising and deinterlacing in the CLI.jbrjake2007-10-201-3/+41
| | | | | | | | | | | --denoise=weak , --deinterlace=slower, etc. Denoise options are weak, medium, and strong. Deinterlace options are fast, slow, slower, slowest. Both use the same parameters as the MacGUI. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1032 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-164-18/+110
| | | | | | | - Few small enhancements to the queue, including a "stop queue" button git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1031 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Allow short option name -P for loose anamorphic to take its optional ↵jbrjake2007-10-161-1/+1
| | | | | | | | argument without an equals sign. Long name still needs the equals sign. So... -P 8, --loosePixelratio=8. Thanks, saintdev! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1030 b64f7644-9d1e-0410-96f1-a4d463321fa5
* "Loose" anamorphic:jbrjake2007-10-165-9/+203
| | | | | | | | - Scales the storage frame size to arbitrary widths, like 640 for the iPod. - Uses dimensions that divide cleanly by an arbitrary number (default: 16) and adjusts the SAR to match - Uses ITU PAR values when the video is meant to be overscanned ( 7+ pixels cropped on left+right) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1029 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-164-56/+93
| | | | | | | | - Some main window tweaks. Some of the window colours were not appearing correctly. (thanks Lant for pointing this out) - Added an exception handler into the queue. See if we can't track down why windows seems to lose track of the process/threads. - Turbo First pass now deselects / disables should a non h264 codec be selected. it also re-enables nicer now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1028 b64f7644-9d1e-0410-96f1-a4d463321fa5
* This patch from superdump lets muxmp4.c set a Height Ratio for the QuickTime ↵jbrjake2007-10-161-7/+20
| | | | | | transformation matrix. This makes it possible to scale up 4:3 material to 720*540 on playback, instead of displaying it scaled down to 640*480. In other words: true anamorphic 4:3. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1027 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-1411-149/+427
| | | | | | | | | | - Change: All windows made sizeable - Change: Queue / Media Info Windows now have titles + icon and appear correctly in the task bar. - Change: Minimise box removed in Queue window in favour of the Windows default minimise button. - Fixed: System requirements checker was not confirming the correct amount of ram. - Removed: Code to handle CLI Information without text files. This can not work without all data going out via standard output which has been decided against. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1026 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-10-141-0/+516
| | | | | | | | | | | | | | - First implementation of a query parser. This takes in a query and returns each item in a human readable form Notes from previous build that were not added rev [1024] - Fixed: deinterlace options passing the incorrect values to the CLI - Change: Turbo First pass can no longer be enabled if 2 pass is not. - Fixed: CRF now set's correctly - Change: CLI now determines the default audio mixdown rather than the GUI git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1025 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-10-148-73/+202
| | | | | | | | | | | | | - New development tab (hidden in release builds) for testing functions. - Fixed: chapter markers now get saved when using "set default" option - Fixed: crash on query editor if copy was used with an empty text box - Fixed: a few corrupted presets - Added: Width / height & anamorphic options get highlighted in red if someone tries to change the width/height when anamorphic is enabled. (text explanation added) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1024 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Change the fifo size from being statically tuned for a Mac Pro with 4 CPUs ↵eddyg2007-10-131-10/+10
| | | | | | to dynamically adjust according to how many processors are available. 8 extra buffers in the fifo per CPU available. Hopefully this will make the single CPU systems run at pretty much the same speed as before (although they may still be slower if they are low on memory and start thrashing the pager). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1023 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-10-121-2/+2
| | | | | | - Updated installer with .Net information for lazy users. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1022 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Somehow this went missing as I prepared these subtitle changes for commit in ↵eddyg2007-10-111-0/+2
| | | | | | 1011. Without this change encoding will hang when there is a subtitle in the fifo at a PTS discontinuity. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1021 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Detect and workaround missing end of cell markers caused by corrupted DVD ↵eddyg2007-10-111-9/+83
| | | | | | content, note that any lost DVD content stays lost, but at least it doesn't cause repeated Cells, which are more annoying than a few seconds of lost movie. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1020 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Port HandBrake to Solaris, most of the heavy lifting provided by begi. eddyg2007-10-116-70/+215
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1019 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fixed a problem when using more than 13 b-frames in x264ritsuka2007-10-111-8/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1018 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Queue Enhancements courtesy of travistexdynaflash2007-10-0918-272/+772
| | | | | | | | | - Encodes now stick around in the queue's displayed after they have been completed. They are marked with a check mark icon. - The "active" encode is shown with a chasing arrows icon. - Completed encodes have a spotlight icon by them to allow you to show in finder - Support for reordering encodes in the queue via drag and drop. Currently #define'd out because there's currently no easy way to reorder hblib's job list. But some day maybe... git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1017 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Add travistex to the AUTHORS filedynaflash2007-10-091-0/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1016 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Remove the sanity check for 23.976 framerate and detelecinedynaflash2007-10-092-18/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1015 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Increases the size of the integer holding MPEG-2 picture flags in the ↵jbrjake2007-10-091-1/+1
| | | | | | hb_buffer structure to 16 bits. It was 8-bit, and that couldn't hold 256, the REPEAT_FIRST_FIELD flag for soft-telecine. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1014 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Change the progress messages to use stdout, added a flush after each ↵eddyg2007-10-091-8/+12
| | | | | | progress update to ensure timly updates for windows. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1013 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fix to the chapter merging to ensure that when reading from the media we ↵eddyg2007-10-092-10/+30
| | | | | | take into account chapters that we have merged. This prevents premature exiting from encoding. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1012 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Don't drop subtitles when crossing PTS discontinuities by using buffer ↵eddyg2007-10-087-43/+213
| | | | | | sequence numbers to determine where in the stream the buffer came from. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1011 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Rename iPhone preset to iPhone / iPod Touch0.9.1dynaflash2007-10-081-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1009 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: update build number to : 2007100800 for 0.9.1 releasedynaflash2007-10-082-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1008 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Bump HB_BUILD date for jam.jbrjake2007-10-081-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1007 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Alphabetizes AUTHORS by surname, credits huevos_rancheros' contributions.jbrjake2007-10-081-5/+8
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1006 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-058-67/+45
| | | | | | | | | - Fixed a very small bug with the h264 options bug. 1 line fix. - Quick Start tips added to the help menu and removed from app startup. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1005 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Adds more changes for 0.9.1 to the NEWS file.jbrjake2007-10-051-0/+16
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1004 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGUI: Removed some localized strings so the presets work fine in the ↵ritsuka2007-10-051-0/+0
| | | | | | french localization. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1003 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Cygwin contrib pack updated to 0013sr552007-10-051-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1002 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Mac OS X Contrib Binaries ++ to 0020jbrjake2007-10-051-1/+1
| | | | | | | | - Threaded ffmpeg - Better vorbis (AoTuV) - x264 patched to allow specifying when to use IDR frames git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1001 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-0411-138/+209
| | | | | | | | | | -Code to expire development builds -New show/hide options for the new preset system. -Few bug fixes. -Updated Installer git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1000 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Two changes, one ensure zero size buffers are zero size, second change the ↵eddyg2007-10-042-24/+27
| | | | | | buffer cleanup to be later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@999 b64f7644-9d1e-0410-96f1-a4d463321fa5
* When duplicating the x264 options keep a pointer to the start of the options ↵eddyg2007-10-021-3/+6
| | | | | | so that we can free them. Also check that the memory allocation actually succeeded. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@998 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix issue where Source is display with the volume id (ie. disk1) ↵dynaflash2007-09-281-3/+4
| | | | | | instead of the volume name if source is a physical dvd. This bug was introduced pre 0.9.0 with the integrated source scan controller. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@997 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-275-357/+300
| | | | | | | - File > Open + Save changed to buttons below the preset list. - Moved the System Requirements check to Program.cs ( Cleans things up alittle) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@996 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fixes encx264.c from rev 994 to avoid crasing with 2pass and auto select / ↵dynaflash2007-09-271-3/+3
| | | | | | forced subtitiles. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@995 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add the auto detected framerate to the "Same as source" item in the ↵dynaflash2007-09-271-4/+66
| | | | | | | | "Frame Rate" popup button. - Note: presets still use "Same as source" if applicable for backwards compatibility. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@994 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Mod encx264.c to allow the queue to show the advanced x264 options ↵dynaflash2007-09-271-1/+2
| | | | | | in the encoding job. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@993 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Mistake in chapter merging well spotted by Van, which would cause the ↵eddyg2007-09-271-0/+1
| | | | | | encoding to terminate prematurely due to an incorrect movie duration. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@992 b64f7644-9d1e-0410-96f1-a4d463321fa5
* A line went missing from Controller.mm in the reorg of that file, youeddyg2007-09-261-0/+5
| | | | | | | | must tell the first pass of a two pass to not participate in the subtitle auto select. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@991 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Queue - fixes issue where starting a job and then adding to the ↵dynaflash2007-09-261-18/+58
| | | | | | | | queue without the queue window open, then opening the queue window fails to show currently encoding job. - Thanks travistex! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@990 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-252-94/+105
| | | | | | | | | | | - Improvements made to the Update Checker. - Added Copy to Clipboard button on the Generate Query Tab. - Moved Update checker to About Menu ( Credit goes to Alistair for this) - Disabled a few items in the presets menu which are not required for this release. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@989 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-241-8/+15
| | | | | | - Fixed update checker option (was not disabling the on start-up update check) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@988 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-09-248-525/+562
| | | | | | | | | | - Stage 1 implementation of new Preset's System (Mimic's the MacGUI - Tab Index's fixed. Faster form generation in Visual Studio. May improve performance slightly. - Queue window size fix Note: One of the previous rev's shaved 2 Seconds off the startup time. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@987 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-09-244-29/+261
| | | | | | | | | | - New Open Source Based Installed in use. (NullSoft Install System) Script for generating installer in /Installer - Added System Resolution and Total Available Memory Checks to the GUI. Someone with knowledge of the Scripting Language could add these to the installer script. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@986 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Queue update adds auto wrap to detail lines so that detail does not ↵dynaflash2007-09-2426-1352/+808
| | | | | | | | get truncated. - Also deletes some unused icons from the xcode project as well as from the svn including some from rev 984 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@985 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGUI: Remove not used icons from xcode projectritsuka2007-09-231-41/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@984 b64f7644-9d1e-0410-96f1-a4d463321fa5