| Commit message (Expand) | Author | Age | Files | Lines |
* | x264: bump to version 859-ce13bb6 and update vbv patch(es) | dynaflash | 2008-05-31 | 4 | -160/+310 |
* | Fix for cygwin builds - can't use "\n" in echo | van | 2008-05-31 | 1 | -3/+9 |
* | - support blu-ray, avchd & dvb x264 | van | 2008-05-31 | 33 | -1275/+2099 |
* | Hack to fix building in xcode | van | 2008-05-31 | 2 | -43/+33 |
* | Fix for unplayable m4v/mp4 files due to negative numbers in ctts atom. | van | 2008-05-31 | 1 | -7/+25 |
* | Reverts r1475 until it plays nice with Xcode + make | jbrjake | 2008-05-31 | 2 | -46/+111 |
* | MacGUI: remove white spaces from the picture settings window. | ritsuka | 2008-05-31 | 1 | -862/+241 |
* | update.c altered to use both appcast.xml and appcast_unstable.xml | sr55 | 2008-05-30 | 2 | -111/+46 |
* | CLI: Use default audio settings of 160kbps @ 48kHz, just like the MacGui and ... | jbrjake | 2008-05-30 | 1 | -2/+2 |
* | CLI: Only sanity check the user-specified audio samplerate *after* it's been ... | jbrjake | 2008-05-30 | 1 | -6/+6 |
* | MacGui: Add decomb setting to presets | dynaflash | 2008-05-29 | 1 | -2/+16 |
* | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96... | jbrjake | 2008-05-29 | 18 | -3678/+5208 |
* | When encoding anamorphic with lavc, ensure PAR values are 8-bit. Thanks, j45! | jbrjake | 2008-05-29 | 1 | -1/+15 |
* | Store video aspect ratio in the avi header. | ritsuka | 2008-05-23 | 1 | -4/+91 |
* | ...on the other hand, when we *are* using VFR we *do* want to break on drops,... | jbrjake | 2008-05-21 | 1 | -0/+1 |
* | When using detelecine but not dropping frames (non-VFR detelecine), continue ... | jbrjake | 2008-05-21 | 1 | -1/+0 |
* | MacGui: For VFR set the frame rate to the title frame rate (Same as Source) a... | dynaflash | 2008-05-19 | 1 | -1/+6 |
* | Windows line endings begone! | jbrjake | 2008-05-19 | 1 | -13/+13 |
* | Re-allow constant frame rates. The MacGui should probably be updated to alway... | jbrjake | 2008-05-17 | 2 | -2/+4 |
* | WinGui: | sr55 | 2008-05-17 | 6 | -20/+31 |
* | WinGui: | sr55 | 2008-05-15 | 2 | -7/+17 |
* | WinGui: | sr55 | 2008-05-15 | 1 | -1/+1 |
* | CLI: Sample rates given by the user in kHz need to be converted to Hz for libhb. | jbrjake | 2008-05-15 | 1 | -0/+11 |
* | Allow the user to directly set a pixel aspect height and width, instead of us... | jbrjake | 2008-05-13 | 2 | -4/+13 |
* | MacGUI: Make HBOutputPanelWindowController an NSWindowController subclass. Pa... | ritsuka | 2008-05-13 | 3 | -846/+835 |
* | MacGUI: Make PictureController a subclass of NSWindowController. Patch by bli... | ritsuka | 2008-05-11 | 3 | -615/+613 |
* | - Use a separate Sparkle appcast feed for unstable (snapshot) releases. | jbrjake | 2008-05-09 | 4 | -30/+63 |
* | WinGui: | sr55 | 2008-05-07 | 6 | -749/+20 |
* | WinGui: | sr55 | 2008-05-07 | 8 | -101/+31 |
* | MacGUI: Fix toolbar item leaks for main and preferences windows. Patch by bli... | ritsuka | 2008-05-07 | 2 | -5/+3 |
* | WinGui: | sr55 | 2008-04-30 | 2 | -2/+5 |
* | MacGUI: I forgot a file in my previous commit. Remove the close method from t... | ritsuka | 2008-04-30 | 1 | -1/+0 |
* | MacGUI: Clean up HBPreferencesController, remove an unused method, and use st... | ritsuka | 2008-04-30 | 2 | -27/+10 |
* | WinGui: Bug Fixes | sr55 | 2008-04-29 | 2 | -1/+3 |
* | WinGui: | sr55 | 2008-04-29 | 7 | -48/+50 |
* | Opens up another way to give x264 a constant QP or RF, by passing a direct va... | jbrjake | 2008-04-26 | 2 | -2/+25 |
* | MacGUI: Remove the "toolbar" variable from Controller. Patch by blindjimmy. | ritsuka | 2008-04-26 | 2 | -15/+14 |
* | MacGUI: Generate the Application Support path using API calls. Patch by blind... | ritsuka | 2008-04-26 | 1 | -14/+14 |
* | MacGUI: Add a return type to controller's init method. Patch by blindjimmy. | ritsuka | 2008-04-26 | 1 | -1/+6 |
* | MacGUI: Remove last traces of "_" macro and TranslateString. Patch by blindji... | ritsuka | 2008-04-26 | 3 | -46/+21 |
* | MacGUI: remove some old 10.4 specific code in HBDVDDetector. Patch by blindjimmy | ritsuka | 2008-04-26 | 1 | -18/+7 |
* | MacGui: make sure to strip off any source file extensions from the output fil... | dynaflash | 2008-04-25 | 1 | -19/+20 |
* | MacGui: Audio Tab - Make sure that selecting a subsequent audio track does no... | dynaflash | 2008-04-25 | 1 | -0/+28 |
* | Changes to support unstructured program streams (such as those produced by a ... | van | 2008-04-25 | 1 | -342/+463 |
* | - Don't allow chapter durations to go negative (since durations are unsigned... | van | 2008-04-25 | 2 | -16/+31 |
* | Bumps libx264 to 828-ee95c7f | jbrjake | 2008-04-24 | 1 | -1/+1 |
* | CLI: Fixes optical scan reading in OS X by mirroring the MacGui work from r82... | jbrjake | 2008-04-24 | 2 | -0/+192 |
* | MacGui: only enable audio tracks if the previous tracks have been chosen. | dynaflash | 2008-04-24 | 1 | -3/+34 |
* | WinGui: | sr55 | 2008-04-24 | 1 | -1/+1 |
* | WinGui: | sr55 | 2008-04-24 | 3 | -369/+108 |