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