summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libhb: improve termination of forced subtitlesjstebbins2012-05-171-5/+107
* WinGui: Fix a bunch of dodgy regexs that could lead to certain filenames caus...sr552012-05-151-18/+18
* WinGui: Fixes Picture Height CLI Query. Fix Framerate mode controls (PFR/VFR ...sr552012-05-153-4/+9
* WinGui:sr552012-05-142-6/+16
* Foreign Audio Search: improve duplicate subtitle detection.Rodeo2012-05-141-6/+8
* Fix a couple Foreign Audio Search issues causes by the changes introduced in ...Rodeo2012-05-141-9/+3
* libhb: include subtitles in all passes. When doing 2-pass, we want to send th...Rodeo2012-05-142-51/+25
* Fix a crash when doing Foreign Audio Search with subtitle tracks that contain...Rodeo2012-05-141-31/+18
* WinGui: Fix a crash in the user settings service on a clean install. Also han...sr552012-05-143-7/+8
* WinGui: Fix a bug that was causing the incorrect quality setting to be set.sr552012-05-131-9/+4
* WinGui: Fix Installer Scriptssr552012-05-123-3/+3
* WinGui: 64bit WPF build fix.sr552012-05-121-1/+1
* WinGui: Another attempt at fixing the build script.sr552012-05-121-4/+4
* WinGui: Build Script Updates for the WPF UI.sr552012-05-121-9/+7
* WinGui: Make the new WPF UI default. (the old UI exe is still included in the...sr552012-05-1218-137/+247
* MacGUI: miscllaenous cleanup.Rodeo2012-05-121-71/+75
* CLI: fix mismatch between ShowHelp() and ParseOptions(). Fix help in order to...Rodeo2012-05-121-1/+1
* Sorry, missed one.Rodeo2012-05-121-2/+3
* Further cleanup.Rodeo2012-05-121-10/+10
* Cleanup: merge two consecutive if( job->indepth_scan ) blocks.Rodeo2012-05-121-18/+8
* MacGui: cosmetics.Rodeo2012-05-121-1/+1
* MacGui: do not disable fQueueStatus in enableUI. A disabled fQueueStatus look...Rodeo2012-05-121-3/+5
* libhb: PGS subtitle improvements.Rodeo2012-05-102-21/+98
* libhb: don't relocate SSA subtitle when burningjstebbins2012-05-101-55/+63
* decavcodec: merge double if to a single statement.Rodeo2012-05-091-6/+3
* MacGui: apply Auto Passthru settings even if the widgets are hidden.Rodeo2012-05-091-75/+35
* LinGui: remove unnecessary 100 title limitjstebbins2012-05-081-2/+0
* libhb: fix another filter initialization problemjstebbins2012-05-071-1/+3
* WinGui: (WPF) UI Consistency tweaks and improvements.sr552012-05-0610-60/+90
* WinGui: (WPF) Build system tweaks.sr552012-05-052-2/+4
* WinGui: Add bob support in the plist parser.sr552012-05-051-0/+8
* WinGui: (WPF) Change the Preset window from singleton to transient sr552012-05-051-1/+1
* WinGui: Support for bob deinterlacing/ decomb.sr552012-05-056-23/+65
* WinGui: Fix an issue importing SRT subs.sr552012-05-051-1/+9
* libhb: yet another fix for ssa burn-in positioning problemjstebbins2012-05-051-8/+4
* libhb: Fix problem with positions of burned-in subsjstebbins2012-05-0514-79/+31
* LinGui: use "allowed passthru" options even when hidden by preference optionjstebbins2012-05-051-12/+1
* LinGui: Enable advanced options entry box for mpeg4 codecjstebbins2012-05-051-1/+1
* audio->config.lang.description: code cleanup.Rodeo2012-05-034-180/+199
* libhb: if no source chapter name information is available, set default chapte...Rodeo2012-05-037-53/+68
* CLI: CLI: skip invalid audio input tracks, like we already do for subtitles.Rodeo2012-05-031-51/+57
* MacGUI: fix stupid bug introduced in revision 4633.Rodeo2012-05-031-0/+5
* MacGui: lots of stuff I forgot to to in revision 4627, plus a minor code clea...Rodeo2012-05-032-62/+69
* Scan: fix some 24000/1001 sources being detected as "almost" 24000/1001, usin...Rodeo2012-05-021-1/+12
* libhb: fix initialization problem in chroma resamplingjstebbins2012-05-021-0/+1
* LinGui: fix incorrect PAR in loose anamorphic modejstebbins2012-05-021-6/+4
* libhb: fix problem with filter initializationjstebbins2012-05-021-0/+1
* MacGUI: add new "Bob" options in the decomb and deinterlace popup buttons.Rodeo2012-05-022-13/+29
* don't do combing check twice per frame when bobbingjstebbins2012-05-012-1/+15
* libhb: bob deinterlacingjstebbins2012-05-015-163/+261