summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MacGui: Use nil instead of NULL. Patch by blindjimmy. http://handbrake.djgrap...ritsuka2008-07-284-167/+165
* LinGui: fix segfault when "." in destination is deleted.jstebbins2008-07-281-1/+6
* Fix subtitle scan to work with new stream eof logic.van2008-07-262-7/+6
* MacGui: Fixed the flying picture sheet, removed the last references to the op...ritsuka2008-07-261-5/+8
* Use PTS, not DTS, in encx264 output frames so we don't have to special-case i...van2008-07-264-83/+49
* - in encx264, if an video frame is larger than init_delay split it into piec...van2008-07-2617-382/+520
* LinGui: validate that vfr is enabled when decomb is enabledjstebbins2008-07-251-0/+14
* make default audio drc 1.0jstebbins2008-07-252-2/+2
* fix decomb settings. remove cruft from earlier experimentsjstebbins2008-07-251-1/+0
* LinGui: Clean up temp files between scans instead of all at once when exiting.jstebbins2008-07-253-12/+17
* WinGui:sr552008-07-241-0/+4
* LinGui: disable 2-pass if constant quality is selectedjstebbins2008-07-234-7/+27
* MacGui; Fixed a crash when the chapters tableview is selected and a new sourc...ritsuka2008-07-232-34/+33
* Libhb:sr552008-07-201-24/+172
* libhb:sr552008-07-201-149/+80
* MacGui: FIx a memory leak.ritsuka2008-07-161-1/+1
* Get rid of excessive video & audio drops on some content by implementing the ...van2008-07-163-34/+118
* Bump x264 to r912-9c5e557 which among other things fixes a mem leak when x264...dynaflash2008-07-152-77/+1
* LinGui: oops, delete some debugging outputjstebbins2008-07-121-5/+3
* LinGui: Add preferences dialog jstebbins2008-07-124-7/+212
* Much improved decomb filter. Totally different algorithm, with a temporal ele...jbrjake2008-07-113-293/+354
* LinGui: bump progress bar to 100% when work done event received jstebbins2008-07-101-0/+1
* LinGui: fix minor problem in setting up decombjstebbins2008-07-101-2/+5
* LinGui: Add link to HandBrake Guide to help menujstebbins2008-07-102-14/+53
* WinGui:sr552008-07-104-146/+192
* MacGui: Remove scanned source framrate display from "Same as source" in the f...dynaflash2008-07-102-30/+13
* Update x264 to rev r901-58d7d06dynaflash2008-07-092-49/+1
* Fix mkv A/V sync problem created by R1542.van2008-07-081-2/+14
* WinGui:sr552008-07-0717-209/+383
* Change HandBrake from using the libsamplerate linear interpolator for resampl...eddyg2008-07-061-1/+1
* Cropping fix for matted content that has a border top & bottom (rather than j...van2008-07-041-14/+38
* WinGui:sr552008-07-0411-118/+272
* Change libsamplerate from 0.1.2 to 0.1.4, See http://www.mega-nerd.com/SRC/Ch...eddyg2008-07-031-1/+1
* WinGui:sr552008-07-021-1/+2
* WinGui:sr552008-07-026-259/+359
* MacGui: Fixed a crash when dismissing the open window.ritsuka2008-07-021-2/+2
* Added Paul Kendalls ffmpeg AAC-LATM codec. Allows HB to decode AAC-LATMeddyg2008-07-023-1/+897
* LinGui: add hidden preset option to allow direct QP/CRF entry for ffmpeg andjstebbins2008-07-016-80/+143
* WinGui:sr552008-07-011-0/+3
* Enable subtitle-scan to work when using Xvid as the encoder. Also checks retu...eddyg2008-07-011-10/+21
* LinGui: clean up temporary file turds upon exitjstebbins2008-06-303-0/+45
* LinGui: add detected dvd drives to file menu for quick access. this is a jstebbins2008-06-303-15/+82
* WinGui:sr552008-06-309-295/+397
* - fix an error in the SCR calculation that would cause an extra frame to be ...van2008-06-305-10/+28
* If we always require a buffer to be available on every fifo we'll eventually ...van2008-06-301-3/+5
* WinGui:sr552008-06-2713-443/+1212
* Fix a crash when using mp4 and no audio tracks.saintdev2008-06-261-4/+10
* fix the build instructionsjstebbins2008-06-251-3/+7
* MacGui: Fixed overlapping button when resizing the preset drawer.ritsuka2008-06-251-8/+8
* MacGUI: Replace MVMenuButton with standard controls. Thanks blindjimmy.ritsuka2008-06-2512-4282/+1946