summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libhb: log "default" filter settings when settings string is 0 lengthjstebbins2015-04-021-1/+1
* libhb: add language lookup based on any of iso639_1/2/2b, eng_name, or nativejstebbins2015-04-022-1/+23
* libhb: add functions to lookup details of mixdown, video, audio, containerjstebbins2015-04-022-2/+72
* libhb: add conversions hb_value_t <-> jsonjstebbins2015-04-022-12/+44
* WinGui: Rename some of the models in the JSON encode folder.sr552015-04-017-46/+42
* WinGui: Refactor the JSON scan model names to be a bit clearer.sr552015-04-018-21/+21
* WinGui: Some initial re-modelling in the JSON folder. Created a "Shared" fold...sr552015-04-0118-202/+37
* WinGui: Enable the Auto Passthru behaviours though the JSON api copymasksr552015-04-012-10/+21
* LinGui: fix unused variable warning.jstebbins2015-03-301-0/+2
* LinGui: fix error messagesjstebbins2015-03-301-18/+18
* ffmpeg: remove obsolete configure option.Rodeo2015-03-291-1/+0
* libhb: Eliminate global variable hb_gui_use_hwd_flagjstebbins2015-03-2918-86/+135
* WinGui: Add TrueHD, Flac and EAC3 Passthru, and EAC3 encoder options. Fixed ...sr552015-03-2924-210/+869
* Remove unused hb_get_scancount functionritsuka2015-03-293-18/+0
* LinGui: refresh mingw build of gtk UIjstebbins2015-03-284-17/+60
* LinGui: move ui xml to GResourcejstebbins2015-03-2710-948/+42
* LinGui: build icon resources from iconsjstebbins2015-03-263-436947/+11
* LinGui: move data resources into GResourcejstebbins2015-03-264-5/+57
* LinGui: move icons into a GResourcejstebbins2015-03-269-57/+437006
* LinGui: fix queue file open dialog filtersjstebbins2015-03-264-10/+8
* LinGui: fix activity window scrollingjstebbins2015-03-261-30/+40
* LinGui: work around yet another gtk+-3 bugjstebbins2015-03-254-5/+49
* LinGui: fix UI issue with x264Option updatesjstebbins2015-03-251-0/+1
* LinGui: init VideoPreset with valid valuejstebbins2015-03-251-1/+1
* MacGui: add an alert window to show the exceptions not handled. Hopefully it ...ritsuka2015-03-247-1/+283
* libav: bump to v11.3jstebbins2015-03-233-65/+1
* MacGui: bind angle popup to the angle property of HBJob.ritsuka2015-03-192-31/+38
* MacGui: fix the error variable in canScan:error: , it was dereferenced one ti...ritsuka2015-03-192-3/+3
* MacGui: add a missing ownership qualifier needed by ARC.ritsuka2015-03-193-8/+8
* LinGui: add defaults for new copy mask optionsjstebbins2015-03-181-5/+11
* LinGui: fix off-by-one error in subtitle track selectionjstebbins2015-03-181-1/+1
* LinGui: update generation of audio copy mask with new copy optionsjstebbins2015-03-181-5/+17
* rendersub: remove unnecessary filter settingsjstebbins2015-03-181-20/+10
* MacGui: fix a crash in the add preset and add titles to queue sheets introduc...ritsuka2015-03-171-4/+3
* MacGui: fix live preview crash caused by the ARC conversion.ritsuka2015-03-171-1/+1
* MacGui: clean up the preview controller, and fix the preview not updating whe...ritsuka2015-03-173-29/+32
* rendersub: fix text rendering frame sizejstebbins2015-03-171-44/+33
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-1777-700/+304
* decomb: oops, fix overread when height is mod 4jstebbins2015-03-161-1/+1
* LinGui: add widgets for eac3, truehd, and flac autopassthrujstebbins2015-03-153-0/+189
* muxavformat: add "creation_time" metadatajstebbins2015-03-151-0/+5
* decomb: fix green line when source hight is modulus 2jstebbins2015-03-141-4/+4
* WinGui: Make the anamorphic objects in the services library public. sr552015-03-144-5/+11
* WinGui: Fixed the temp Property Changed Base Impl.sr552015-03-148-29/+244
* WinGui: Remove the Caliburn Micro / Castle dependency in The services library...sr552015-03-1422-35/+141
* 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