| Commit message (Expand) | Author | Age | Files | Lines |
* | A big batch of patches from eddyg. | jbrjake | 2007-06-06 | 5 | -57/+394 |
* | Moved initialization of default preferences from [PrefsController awakeFromNi... | cleaner | 2007-06-05 | 3 | -24/+31 |
* | Typo fix and test of commit rights. | cleaner | 2007-06-05 | 1 | -1/+1 |
* | MacGui: Make Debug window non editable. | dynaflash | 2007-06-04 | 2 | -2/+2 |
* | MacGui: Add stdout to the Debug Inspector window | dynaflash | 2007-06-04 | 1 | -1/+4 |
* | MacGui: update scancontroller to help fix the HB floating window issue. | dynaflash | 2007-05-30 | 1 | -31/+18 |
* | MacGui: switches the x264 option widgets for mixed-refs, weightb, brdo, bime,... | jbrjake | 2007-05-27 | 5 | -137/+86 |
* | MacGui: adds deblocking widgets for the x264 advanced options tab. God this o... | jbrjake | 2007-05-22 | 5 | -7/+97 |
* | MacGui: Debug Window to read libhb output like cli in inspector window | dynaflash | 2007-05-21 | 14 | -15/+475 |
* | MacGui: finishes out the b-frame x264 options by adding widgets for bime and ... | jbrjake | 2007-05-19 | 4 | -2/+151 |
* | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@590 b64f7644-9d1e-0410-96f... | awk | 2007-05-19 | 3 | -8/+39 |
* | MacGui: Remove x264 option "No DCT-Decimate" value from option strings for an... | dynaflash | 2007-05-18 | 1 | -2/+2 |
* | MacGui: adds x264 option widgets for b-rdo, weight, and b-pyramid. And a litt... | jbrjake | 2007-05-16 | 5 | -3/+107 |
* | macGui: move "Duration" to the title/chapter line for source and move "Output... | dynaflash | 2007-05-16 | 3 | -2/+3 |
* | MacGui: adds x264 option widget for merange | jbrjake | 2007-05-15 | 5 | -3/+43 |
* | MacGui: fix file suffix creation for .ogm (the break was misplaced in the cas... | jbrjake | 2007-05-15 | 1 | -2/+2 |
* | MacGui: use subq for subpixel motion estimation instead of subme. This helps ... | jbrjake | 2007-05-15 | 1 | -2/+8 |
* | macGui: fix bug in Advanced x264 option widgets | dynaflash | 2007-05-15 | 1 | -3/+11 |
* | MacGui: x264 options widget for motion estimation. This is the first widget t... | jbrjake | 2007-05-15 | 5 | -9/+129 |
* | MacGui: more cosmetic whitespace changes for the x264 option stuff in control... | jbrjake | 2007-05-15 | 1 | -151/+157 |
* | MacGui: pretty up the x264 option section of controller.mm by using uniform w... | jbrjake | 2007-05-15 | 1 | -232/+237 |
* | macGui: Fix broken connection from previous commit | dynaflash | 2007-05-10 | 3 | -5/+4 |
* | MacGui: adds mixed-refs pop-up for the advanced x264 options. | jbrjake | 2007-05-10 | 5 | -3/+34 |
* | Removes thread limitation for iPod encoding. With x264's new-ish sliceless th... | jbrjake | 2007-05-09 | 1 | -1/+0 |
* | MacGui: Advanced Tab only shows x264 opt widgets when x264 is selected as the... | dynaflash | 2007-05-09 | 5 | -11/+33 |
* | MacGui: Main Window Layout Change | dynaflash | 2007-05-09 | 2 | -1/+1 |
* | MacGui: here's the .nib part of the r573 commit, which didn't take. | jbrjake | 2007-05-09 | 2 | -1/+1 |
* | MacGui: rearranges the x264 option widgets in preparation for adding more, an... | jbrjake | 2007-05-09 | 1 | -6/+6 |
* | MacGui: Advanced Options tab | dynaflash | 2007-05-08 | 1 | -0/+8 |
* | macGui: Advanced Tab - Initial Implementation | dynaflash | 2007-05-08 | 5 | -8/+368 |
* | Updated the input channel layouts to store the source LFE information as well... | maurj | 2007-05-06 | 8 | -85/+112 |
* | Updated do_job() in work.c to remove any non-AC3 audio tracks from the job be... | maurj | 2007-05-04 | 1 | -0/+14 |
* | Reverted the rev567 "configure" change, as of course you don't need to run co... | maurj | 2007-05-04 | 1 | -1/+1 |
* | Changed a few "MediaFork" references in the textfile docs to say "HandBrake" ... | maurj | 2007-05-04 | 4 | -7/+5 |
* | Updated BUILD to include information about the updated version of libtool, au... | maurj | 2007-05-04 | 3 | -3/+21 |
* | Enabled DTS channel mixdowns by moving to a more generic input channel layout... | maurj | 2007-05-04 | 4 | -332/+206 |
* | Tells x264 to use threads=cpus*1.5 instead of threads=cpus. This is because x... | jbrjake | 2007-05-02 | 1 | -1/+1 |
* | Updates the Mac OS X contrib binary version to 0013, which includes x264 r654. | jbrjake | 2007-05-02 | 1 | -1/+1 |
* | Updated contrib binary pack with x264-r654 and libdca | sr55 | 2007-05-02 | 1 | -2/+2 |
* | Updates x264 from r604 to r654, giving HandBrake sliceless threading, among o... | jbrjake | 2007-05-02 | 3 | -9/+9 |
* | Updated the CLI makefile to include the new libdca contrib for DTS audio supp... | maurj | 2007-05-02 | 1 | -2/+2 |
* | Added support for DTS audio. DTS audio streams (of 5.1 audio and below) will... | maurj | 2007-05-02 | 18 | -144/+1475 |
* | Fixed makefile for cygwin. Replaced spaces with tab | sr55 | 2007-05-02 | 1 | -32/+32 |
* | macGui: x264 Advanced preset strings, if user has specified a default string ... | dynaflash | 2007-04-30 | 1 | -33/+33 |
* | MacGui: Advanced Tab initial implementation | dynaflash | 2007-04-30 | 5 | -61/+48 |
* | macGui: Change the Growl encode done notification to be the same as the onscr... | dynaflash | 2007-04-27 | 1 | -1/+1 |
* | macGui: Growl Support initial implementation | dynaflash | 2007-04-27 | 13 | -16/+1766 |
* | macGui: Encode Done Notification initial implementation | dynaflash | 2007-04-26 | 2 | -11/+15 |
* | Various fixes: | saintdev | 2007-04-26 | 6 | -9/+80 |
* | MacGui: Presets and Main Menu | dynaflash | 2007-04-25 | 3 | -2/+69 |