summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Made a small change to test.c to explicitly select the first audio track, ↵maurj2007-04-121-1004/+1010
| | | | | | and use the default mixdown, if no audio track has been specified via the -a option. This fixes a crash in rev 495 when no audio track was specified. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@496 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Checking in macosx/Controller.mm, which should have been included with rev ↵maurj2007-04-111-1/+1
| | | | | | 494. it contains some changes to make the Mac GUI compile with the new audio mixdown code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@495 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Added libhb and CLI support for Dolby Pro Logic II 5.0 matrix encoding. ↵maurj2007-04-1111-149/+327
| | | | | | | | *NOT YET ADDED TO THE GUI*. Handbrake now uses a more general "audio mixdown" concept. For each audio track to be converted you specify a mixdown. These are defined in common.h. This checkin only allows you to specify one mixdown for all tracks in the CLI, although everything is in place internally to specify a different mixdown per track. In the CLI, the "-6 --surround" option has been repurposed as a "-6 --mixdown" option, with a string parameter of mono/stereo/dpl1/dpl2/6ch. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@494 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Framerate Revert changes back to "Same as Source" from rev 492dynaflash2007-04-101-12/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@493 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Frameratedynaflash2007-04-101-3/+12
| | | | | | | | - Deprecate "Same as source" - Use "23.976" as default - All presets previously using "Same as source" will automatically use "23.976" instead without modification git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@492 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Presets - fix bug where editing the preset name corrupts the x264 ↵dynaflash2007-04-103-3/+2
| | | | | | | | option strings in the presets - expand the hidden x264 option string display debugging field in the main window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@491 b64f7644-9d1e-0410-96f1-a4d463321fa5
* gtk2 and wx gui's are no longer used. Removed to save bandwidth.sr552007-04-0914-6632/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@490 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Added Changelog.rtf to allow editing.sr552007-04-091-0/+2867
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@489 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Added some documentation:sr552007-04-092-0/+0
| | | | | | | 1. Change log for Handbrake 0.8.5b1 & Win GUI 2.2b1 2. FAQ for the Windows GUI git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@488 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Contrib binaries with maurj patch to a52 for ProLogic IIprigaux2007-04-071-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@487 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Built In Presetsdynaflash2007-04-061-3/+3
| | | | | | | | - Modify both AppleTV and PS3 to use 2500 abr - Modify PS3 x264 opts to "level=30" only - as always remember to update your built in presets in the presets menu when updating working copy. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@486 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Pre-compiled version of a52dec updated with maurj's patch included.sr552007-04-061-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@485 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Added patch file to jamfile for maurj's liba52 patchsr552007-04-061-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@484 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Added a new patch file, to patch liba52 to support a Dolby Pro Logic II ↵maurj2007-04-061-0/+114
| | | | | | | | matrix encoding. Note: this patch file isn't yet integrated into the Jam process, and the DPLII support in Handbrake isn't yet committed. I've really only committed the patch so that someone kind (Prigaux?) can add it to the Jam process, and therefore patch the precompiled contrib library download. The changes in this patch are backwards-compatible, i.e. the contrib library download can be updated and used without breaking the current projects. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@483 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add PS3 Built in Preset. This needs to be tested by someone that has ↵dynaflash2007-04-052-2/+75
| | | | | | one (read: clee) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@482 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Last source directory used is now remembered and used the next time ↵dynaflash2007-04-053-3/+20
| | | | | | instead of being reset by browsing for a new destination directory each time. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@481 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Presets Menu now in Main Menu bardynaflash2007-04-055-8/+44
| | | | | | | | - New "Update Built-in Presets" function automatically deletes existing built in presets and creates new up to date ones - New "Delete Built-in Presets" deletes all built in presets - "New Preset ..." accesses the new preset window git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@480 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Corrected small EOL marker issue.sr552007-04-051-12/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@479 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Uploaded new contrib packaged which is compiled under GCC4 - Fixes many ↵sr552007-04-051-18/+12
| | | | | | stack dump issues under CYGWIN git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@478 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: disable Vorbis 6 channel encoding since it is broken in libhb.dynaflash2007-04-043-5/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@477 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Ooops. Restores xvid-in-mp4 functionality, which I broke with b-frame ↵jbrjake2007-04-041-3/+3
| | | | | | muxing. (Thanks for the bug report, superdump, and thanks for pointing out where the problem was, saintdev.) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@476 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: x264 options in presets - initial implementationdynaflash2007-04-045-22/+71
| | | | | | | | - x264 options string can be entered in NSTextview in the create new preset window NOTE: - When using x264, the gui first looks for a preset with a x264 option string available and then looks for the string in the preferences if it cant find it in the preset. So, if there is a string available in the preset, it ignores the string (if there is one available) in the prefs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@475 b64f7644-9d1e-0410-96f1-a4d463321fa5
* maurj reported a double-free crash that I am unable to reproduce. This ↵saintdev2007-04-041-1/+0
| | | | | | removes an extra free that appears to be the problem. Better to leak a little memory than have some users crash. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@474 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fix a bus error if b-pyramid is given as an x264 option without specifying a ↵jbrjake2007-04-031-6/+13
| | | | | | value. (Thanks for alerting me to the bug, saintdev) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@473 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Amended work.c to remember the number of source A52 channels and lfe ↵maurj2007-04-021-0/+5
| | | | | | channels, so that deca52.c can correctly detect a 5.1 source which needs mixing down to Dolby Digital. Previously it was just mixing 5.1 down to stereo. This has been broken since rev 438, when the multi-soundtrack bug was fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@472 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Oops, got a little to unalloc-happy. Fixes a crash.saintdev2007-04-021-1/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@471 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fix several MB of memory leaks in lame, and vorbis.saintdev2007-04-015-2/+28
| | | | | | 6ch Vorbis doesn't seem quite ready for prime time. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@470 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Fix about 156,199 bytes of leaked memory.saintdev2007-03-3111-8/+59
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@469 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Presetsdynaflash2007-03-304-10/+28
| | | | | | - Show Built In Presets in a blue font and custom user presets in black to differentiate them. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@468 b64f7644-9d1e-0410-96f1-a4d463321fa5
* make HandbrakeCLI will make Handbrake without building all the contrib ↵sr552007-03-301-1/+10
| | | | | | binaries. These will be downloaded. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@467 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 2 Files added to allow for downloading of pre-compiled contrib binaries for ↵sr552007-03-302-0/+19
| | | | | | windows. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@466 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Chapter Markers Fixesdynaflash2007-03-301-9/+14
| | | | | | | - Create Chapter Markers checkbox no longer resets to on if you turned it off and it is on in the prefs. - Chapter markers now are created/not created properly no matter what is checked during consecutive rips. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@465 b64f7644-9d1e-0410-96f1-a4d463321fa5
* H.264 B-frame muxing for MP4, including B-pyramids. The latter are QuickTime ↵jbrjake2007-03-303-8/+82
| | | | | | | | incompatible. "Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural integrity, but just done by brute force and thousands of slaves." -- Alan Kay git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@464 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Picture Preview no longer distorts in Anamorphic Modedynaflash2007-03-294-30/+90
| | | | | | - AppleTV Preset will now reset the picture settings to the sources max original output values after initial scan regardless of any changes the user has made. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@463 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Importing the first (very much not-yet-ready-for-primetime) version of the ↵clee2007-03-2914-0/+1093
| | | | | | | | | Qt4 GUI for HandBrake into trunk. Note: This is NOT fit for release yet. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@462 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Enable 5.1 6 channel audio extraction for OGM with Vorbis audiodynaflash2007-03-285-13/+24
| | | | | | - also, some internal changes to controller.mm for upcoming appleTV preset capabilities in gui. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@461 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Preset refinementsdynaflash2007-03-285-22/+44
| | | | | | | | | | | - Added current settings field in main window, uses the preset name if one is chosen and "Custom" if any settings are outside of the selected preset - Deselects the preset if settings are changed from currently selected preset - Uses a new method - (IBAction) CustomSettingUsed: (id) sender to make determination via the sender value. presets use a NULL value to make determination - Currently, changing Picture Settings DOES NOT trigger the display change. Still sorting through those conditionals. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@460 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Removed saintdev's CLI patch to test.c to default the abitrate to 384 when ↵maurj2007-03-271-7/+0
| | | | | | no abitrate is provided on the commandline and the -6 (surround) option is passed in. The problem with this approach is that a bitrate of 384 is then used regardless of whether 5.1 extraction is actually used for the extraction (this isn't decided till work.c, which checks the channel config of the source audio tracks). Moreover, this causes a segmentation fault when using the OGM file format and extracting a 1.0 audio track from a DVD with the -6 option passed in, as vorbis_encode_setup_managed in encvorbis.c won't accept a bitrate of 384 for a 1-channel track. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@459 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Amended the code comments about 6-channel and 1-channel audio extraction to ↵maurj2007-03-272-10/+9
| | | | | | reflect that it's no longer just for AAC, following saintdev's addition of 6-ch and 1-ch for OGM. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@458 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: re-fix bug where changing the destination field would reset the ↵dynaflash2007-03-271-1/+1
| | | | | | | | settings to default - this bug was unintentionally re-introduced in an earlier svn rev git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@457 b64f7644-9d1e-0410-96f1-a4d463321fa5
* -6 channel surround for Vorbis/OGM. The channel mapping seems right for VLC, ↵saintdev2007-03-275-15/+46
| | | | | | | | but may be messed up for other players. -Other small fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@456 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Make audio/subtitle ids less confusing to users.saintdev2007-03-261-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@455 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Keep the language id for each audio track when using MP4.saintdev2007-03-264-179/+217
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@454 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Presets - reduce display fonts for presets to match the rest of the ↵dynaflash2007-03-262-0/+1
| | | | | | gui text. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@453 b64f7644-9d1e-0410-96f1-a4d463321fa5
* CLI Interface cleaned up and split into multiple sectionssr552007-03-261-979/+1000
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@452 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add Chapter Markers to the iPod and AppleTV "Factory" presets.dynaflash2007-03-251-1/+5
| | | | | | - Set to "on". git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@451 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Added Chapter Markers to user presetsdynaflash2007-03-251-1/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@450 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add Chapter Marker Preferencedynaflash2007-03-256-6/+23
| | | | | | | - add a preference to default chapter markers on/off - currently default is off. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@449 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Re-enable custom user presets.dynaflash2007-03-252-9/+10
| | | | | | | - were previously disabled in svn rev 441 - Fixed the hang in the add preset window caused by a bad sortselector git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@448 b64f7644-9d1e-0410-96f1-a4d463321fa5
* saintdev's fix to correctly allocate bitrate for non-stereo audiodynaflash2007-03-242-2/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@447 b64f7644-9d1e-0410-96f1-a4d463321fa5