summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removing user-specific .suo file.randomengy2011-06-121-0/+0
* Add RandomEngy to the Authors file now that his Interop code is imported.sr552011-06-121-0/+3
* WinGui: Bring in the HandBrake Interop library written by RandomEngy.sr552011-06-1265-0/+5514
* LinGui: oops, part of another patch went with last commitjstebbins2011-06-121-6/+0
* LinGui: fix a problem with mixdown optionsjstebbins2011-06-123-11/+22
* WinGui: Update the appearance of the subtitles tab to be consistent with the ...sr552011-06-113-141/+43
* WinGui: Added support for the new ffmpeg aac encoder.sr552011-06-118-8/+24
* WinGui:sr552011-06-111-3/+4
* LinGui: fix parameters to value-changed callback for gain and drcjstebbins2011-06-111-2/+2
* libhb: clean up AVCodecContext initializationsjstebbins2011-06-103-10/+50
* libhb: disable threaded ffmpeg decoding for scanjstebbins2011-06-103-3/+8
* MacGui: Increase width of main window from 754 to 960dynaflash2011-06-093-1371/+712
* Refresh "Normal" presetjstebbins2011-06-094-639/+656
* libhb: Enable multi-threaded decode in ffmpegjstebbins2011-06-089-13/+27
* cli: Allow more flexible specification of native language in the clijstebbins2011-06-081-13/+26
* LinGui: move advanced audio from a dialog popup to an expander boxjstebbins2011-06-081-249/+235
* Add ffaac encode supportjstebbins2011-06-085-1/+69
* fix up usage of deprecated libav symbols and clean up patch fuzzjstebbins2011-06-078-68/+67
* libhb: add support for libav aac encoder (libhb only)jstebbins2011-06-079-35/+119
* Bump FFmpeg from git-0b32da9 to git-v0.7b2-406-g7b20d35 (from Libav)jstebbins2011-06-078-42/+30
* libhb: Sort BD titles by playlist idjstebbins2011-06-071-6/+29
* WinGui: Update the Audio Track name handling code to work with the CLI fixes.sr552011-06-071-3/+3
* libhb: fix crash when x264 fails to initializejstebbins2011-06-062-1/+6
* Fix a problem with filtering and picking correct BD titlejstebbins2011-06-053-2/+15
* Merge pull request #2 from rdp/mastersr552011-06-041-1/+3
* WinGui: Removed some duplicate code and some general cleanup to the scan serv...sr552011-06-041-23/+10
* LinGui: Add support for naming audio tracks.jstebbins2011-06-036-35/+92
* WinGui:sr552011-06-037-16/+85
* LinGui: fix preview encode progress display when # previews > 10jstebbins2011-06-031-1/+1
* WinGui: Improvements to the AutoName functionality.sr552011-06-024-12/+17
* bump x264 from r1937 to r1995jstebbins2011-05-311-3/+3
* Add patch to disable SSE in mpeg2dec for mingw64jstebbins2011-05-311-0/+30
* Fix build breakage on gcc < 4.5jstebbins2011-05-311-51/+40
* Fix gcc4.6 build error that results in a crash in sse2 codejstebbins2011-05-301-0/+133
* WinGui: Some additional work on the libhb encode service to move it closer to...sr552011-05-298-21/+323
* WinGui: Refactored the Encode Service to move any reusable code into a base c...sr552011-05-297-252/+584
* WinGui: Add fps display to the queue window.sr552011-05-281-1/+3
* WinGui: Fix to the Audio Panel. It now creates a copy of the sources Audio Tr...sr552011-05-261-4/+7
* MacGui: Update project file for XCode 3.2.6dynaflash2011-05-261-0/+1
* MacGui: Add -selectedPreset helper methoddynaflash2011-05-262-65/+71
* MacGui: Clean up internal architecture of HB Audio and HBAudioControllerdynaflash2011-05-265-85/+1095
* MacGui: Fix some compile time warnings.dynaflash2011-05-263-7/+1
* MacGui: Audio Gain Control initial implementationdynaflash2011-05-266-31/+284
* WinGui: Fix the option to always automatically add closed closed captions to ...sr552011-05-251-9/+10
* WinGui: Made a change to the Query Generator to use the Scanned Source Path r...sr552011-05-231-2/+7
* WinGui: Update the Installer.nsi to include the splitbutton control dll.sr552011-05-222-0/+4
* WinGui: Update the interop library.sr552011-05-221-0/+0
* WinGui: Add a new option "Add All" to the Audio track which adds any remainin...sr552011-05-227-51/+158
* WinGui: Fix an unusual issue with the DataBinding on the AudioTrack dropdown ...sr552011-05-223-11/+11
* WinGui: Another fix for the preset service which was not correctly updating p...sr552011-05-215-23/+48