summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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