summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libhb: fix building with QSV enabled.Rodeo2015-03-131-2/+2
* WinGui: Add the word "sources" to the quality tooltip to make it marginally c...sr552015-03-122-2/+2
* json: fix crash when foreign audio search is *not* enabledjstebbins2015-03-112-1/+8
* WinGui: Fix the Encoder Tune option. sr552015-03-091-1/+4
* libhb: use jansson for hb_dictjstebbins2015-03-098-377/+814
* MacGui: simplify the encoding state string creation coderitsuka2015-03-081-13/+6
* WinGui: Updating the app to handle the latest JSON API change regarding the A...sr552015-03-0710-281/+75
* json: automatically scan title when processing json jobsjstebbins2015-03-0723-735/+928
* LinGui: remove unused functionjstebbins2015-03-072-32/+0
* LinGui: convert resource files to jsonjstebbins2015-03-077-2050/+1072
* LinGui: rename resource file since it's no longer a plistjstebbins2015-03-071-4/+4
* LinGui: clean settings better before writing to presets filejstebbins2015-03-071-2/+29
* WinGui: Stripping out a lot of legacy abstraction code for the scan service.sr552015-03-0618-808/+80
* LinGui: add methods for reading and writing json config filesjstebbins2015-03-0611-117/+192
* WinGui: Restore the preview functionality after refactoring. sr552015-03-062-2/+14
* LinGui: change settings dict from glib to janssonjstebbins2015-03-0634-1827/+1410
* WinGui: Moving some more namespaces. sr552015-03-0510-103/+8
* WinGui: Remove the EncodeJob model. This removes another abstraction layer th...sr552015-03-0524-1177/+266
* LinGui: fix compiler warningjstebbins2015-03-051-1/+1
* LinGui: random clean-upsjstebbins2015-03-058-66/+53
* WinGui: Remove the EncodeServiceWrapper sr552015-03-034-269/+4
* ProRes: extend the padding check to 16 bits.Rodeo2015-03-021-0/+42
* WinGui: Dropping more legacy code and moving some more UI only code up to the...sr552015-03-0115-124/+58
* WinGui: Moving the Queue Code out to the UI level. The services library will ...sr552015-03-0120-484/+62
* WinGui: Removing the Isolation code as it's not used, and planned for libhb i...sr552015-03-0115-524/+16
* x265: fix crash when encoding twice with different parametersjstebbins2015-03-011-0/+12
* x265: enable debug symbols when configured for debuggingjstebbins2015-03-011-0/+4
* WinGui: Fix a couple of typos in the build script.sr552015-02-281-4/+4
* 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