summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix building with make on linux. missing bz2 and faadjstebbins2008-06-141-2/+2
* WinGui:sr552008-06-125-50/+72
* WinGui:sr552008-06-121-0/+15
* WinGui:sr552008-06-129-32/+45
* New cropping algorithm - determine cropping rectangle from a median filter ru...van2008-06-121-43/+123
* - put the "find a usable frame rate" logic in the place that actually comput...van2008-06-121-3/+77
* There is no reason make should be creating stable builds by default in any OS...jbrjake2008-06-091-2/+2
* Update x264 to x264-r877-c74a8e2dynaflash2008-06-083-500/+2
* Improve image quality for ffmpeg constant qualityjstebbins2008-06-082-5/+24
* Fixes make so it doesn't misidentify svn builds as stable releases.jbrjake2008-06-081-2/+13
* Updates HB's copy of ffmpeg to r13707, so libswscale builds on PowerPC withou...jbrjake2008-06-081-1/+1
* MacGui: Update Built in Presets to use new audio track layout and remove depr...dynaflash2008-06-061-164/+223
* MacGui: fix issues with audio in presetsdynaflash2008-06-061-8/+77
* Encode the initial H.264 NAL units for PPS and SPS, not just the ones during ...jbrjake2008-06-061-6/+5
* Macgui: implement constant frame rate encoding for all but same as source.dynaflash2008-06-051-0/+7
* Adds a job->cfr boolean to indicate "encode this with a constant frame rate" ...jbrjake2008-06-053-12/+19
* MacGui: Add "Auto" to audio sample rate selectionsdynaflash2008-06-042-27/+37
* CLI: Use the source's audio samplerate unless told otherwise.jbrjake2008-06-041-12/+3
* Update svn:ignore for the new libs and hbversion.hritsuka2008-06-040-0/+0
* MacGUI: Implements a part of the NSTableView delegate in ChapterTitles so tha...ritsuka2008-06-042-0/+36
* Fixes loose anamorphicjbrjake2008-06-041-4/+5
* - add pixel_aspect_ratio reporting to the mpeg decodervan2008-06-043-101/+133
* Keep track of the input pixel aspect ratio as well as the output one. Hopeful...jbrjake2008-06-044-31/+63
* Don't crash in decmpeg2Info if we failed to get a preview due to not finding ...van2008-06-031-1/+1
* Use index+1 for numbering interlaced previews, so realityking doesn't get con...jbrjake2008-06-021-1/+1
* Use loose breaks for detelecine. This reduces jerkiness with PAL->NTSC teleci...jbrjake2008-06-021-1/+1
* Don't crash during scan when source not recognized (bug found & fixed by John...van2008-06-011-1/+4
* Have to handle hbversion.h in make, not just jam.van2008-06-011-8/+21
* Don't call small frame displacements a "time reversal" & drop the frame on bi...van2008-06-011-4/+14
* 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