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