summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* WinGui: Update Build file for VS project updates.sr552015-02-281-12/+16
* WinGui: Tabs -> Spaces.sr552015-02-2851-2261/+2261
* WinGui: General VS Project Cleanup. Simplified build profiles. Installer no l...sr552015-02-289-120/+8
* WinGui: Remove Interop Library for Previous commit.sr552015-02-28112-8584/+0
* WinGui: Moving the Interop Code into the services library. This will allow so...sr552015-02-28147-82/+8360
* WinGui: Remove the EagleBoost.Wpf library as it's not used by the GUI.sr552015-02-283-4/+0
* WinGui: Rename interop library to match naming convention. Remove some old te...sr552015-02-2812-320/+6
* MacGui: check for duplicated file names when adding a batch of jobs.ritsuka2015-02-281-4/+20
* nlmeans: fix build on non-x86 architecturesjstebbins2015-02-263-8/+10
* muxavformat: only set subtitle "forced" flag when *user* sets default trackjstebbins2015-02-251-3/+6
* MacGui: add some accessibility titles to the UI items.ritsuka2015-02-256-38/+80
* MacGui: fix a crash on 10.8 and previous versions. NSURL fileSystemRepresenta...ritsuka2015-02-251-1/+1
* mkv: mark "default" subtitle tracks with both default and forced flagsjstebbins2015-02-242-1/+15
* LinGui: Fix data type of PictureDenoiseFilter in default presetsjstebbins2015-02-241-12/+12
* MacGui: load the built-in presets from a plist file. The plist is the almost ...ritsuka2015-02-234-3612/+2626
* MacGui: fix queue drag&drop when there is not job being encoded.ritsuka2015-02-231-1/+1
* WinGui: Extend the scope of libhb encode exception handling to get a better i...sr552015-02-211-20/+20
* MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ...ritsuka2015-02-2110-123/+120
* MacGui: remove logs older than a month in the EncodeLogs folder.ritsuka2015-02-203-1/+57
* MacGui: revert unrelated part of the previous commit that should't have been ...ritsuka2015-02-201-8/+8
* MacGui: remove the Queue directory in the Application Support folder, we don'...ritsuka2015-02-202-23/+16
* MacGui: fix warnings.ritsuka2015-02-202-4/+4
* MacGui: add a protocol HBUniqueObject objects must implements if they are use...ritsuka2015-02-202-1/+11
* MacGui: update the Xcode project to include the new redirect classes.ritsuka2015-02-202-4/+24
* MacGui: refactor the stderr/stdout redirect code to be more modular.ritsuka2015-02-2011-143/+229
* LinGui: whoops, forgot file chooser dialog filters...jstebbins2015-02-182-0/+4
* LinGui: Add queue save/load options to queue panejstebbins2015-02-184-0/+239
* LinGui: Fix subtitle burn-in validationjstebbins2015-02-181-2/+4
* MacGui: do not make the output panel textview scroll to the bottom if the win...ritsuka2015-02-183-7/+9
* MacGui: move HBOutputRedirect ivar to the .m file.ritsuka2015-02-182-45/+33
* MacGui: fix typo.ritsuka2015-02-181-2/+2
* stream: fix potential overflow in pts calculationjstebbins2015-02-171-5/+5
* LinGui: Fix sanitizing audio list after container changejstebbins2015-02-173-94/+82
* MacGui: add Burn-In options to subtitle defaults hopefully similar to the Lin...ritsuka2015-02-174-21/+210
* libhb: Fix memory alignment issue in nlmeans.bradleys2015-02-161-1/+1
* libhb: don't pass "auto" profile to libx265.Rodeo2015-02-161-1/+3
* LinGui: make fallback audio encoder selection use libhb functionjstebbins2015-02-161-20/+13
* bd: fix printf format conversion warningjstebbins2015-02-161-1/+1
* libhb: Fix compiler warnings and more const correctness in nlmeans.bradleys2015-02-161-32/+33
* libhb: Fix compiler warnings in denoise (hqdn3d).bradleys2015-02-161-4/+8
* New audio output options.Rodeo2015-02-1511-38/+214
* scan: work around libav mpeg2 dummy first framejstebbins2015-02-151-1/+11
* H.265: don't allow requesting Main 10 profile.Rodeo2015-02-153-3/+29
* LinGui: add Burn-In options to subtitle defaultsjstebbins2015-02-156-14/+450
* x264: bump to build 144jstebbins2015-02-132-4/+4
* x265: bump to version 1.5jstebbins2015-02-132-7/+7
* MacGui: better validation for denoise settings.ritsuka2015-02-131-4/+21
* MacGui: check whether the denoise preset is valid or not.ritsuka2015-02-131-2/+8
* MacGui: show the turbo two pass checkbox when x265 is selected.ritsuka2015-02-121-1/+1
* libhb: Additional minor optimizations to nlmeans.bradleys2015-02-113-56/+59