summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MacGUI: Replace MVMenuButton with standard controls. Thanks blindjimmy.ritsuka2008-06-2512-4282/+1946
* MacGui: Replace valueForKey with objectForKey when accessing the NSDictionary...dynaflash2008-06-251-87/+86
* get the right version info when building with make on linuxjstebbins2008-06-231-2/+2
* LinGui: Allow scanning new source when work is in progress jstebbins2008-06-232-21/+13
* LinGui: fix line wrapping in activity window. jstebbins2008-06-231-1/+1
* Don't let cropping get fooled by dark content - make sure that we only crop a...van2008-06-231-16/+56
* Reintroduce Solaris support. Fully tested on everything - apart from Windows,...eddyg2008-06-194-54/+87
* remove autogenerated file from svn. They should be regenerated on thejstebbins2008-06-1914-41612/+0
* Getting rid of dvd open failure error, it is not an error when eddyg2008-06-191-1/+4
* - Add COLR atom support to mpeg4ipvan2008-06-184-0/+259
* for linux and cygwin. fix dep for HandBrakeCLI so that it is rebuilt when li...jstebbins2008-06-181-5/+5
* use same compile optimizations that a jam build usesjstebbins2008-06-181-1/+1
* Fix building of faad2 with libtool 2.2.xsaintdev2008-06-182-1/+14
* Redo svn:eol-style=LF this time.saintdev2008-06-170-0/+0
* Remove assert()s.saintdev2008-06-171-7/+0
* CLI: Add a newline at the end of the hb_error message.saintdev2008-06-171-1/+1
* CLI: Simplify the handling of audio codecs, bitrate and samplerate.saintdev2008-06-171-57/+32
* If we're using pass-through, copy the input bitrate/sample rate to the output.saintdev2008-06-171-4/+16
* No need to check the mixdown settings if pass-through is requested.saintdev2008-06-171-119/+122
* Set svn:eol-style=native on most text files.saintdev2008-06-176-535/+535
* LinGui: Initial importjstebbins2008-06-17104-0/+62184
* WinGui:sr552008-06-171-12/+12
* MacGui: convert HBQueueController to be a subclass of NSWindowController - ku...dynaflash2008-06-173-1549/+1548
* MacGui: Remove spurious NSString stringWithFormat calls in controller.mm Than...dynaflash2008-06-171-98/+98
* Updates the Mac->CLI preset conversion script to handle the new keys for sepa...jbrjake2008-06-152-119/+712
* remove libhb.so from "all" target. It can't be build on x86_64 and nobody isjstebbins2008-06-151-1/+1
* 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