summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Some further refactoring of the services library. Moving all the queu...sr552015-04-1219-62/+103
* deccc608sub: tweak font size once againjstebbins2015-04-112-3/+3
* WinGui: Add a basic outline of a logging system to allow logging of the JSON ...sr552015-04-108-0/+181
* LinGui: fix pause button/resumejstebbins2015-04-101-1/+1
* WinGui: When Switching from x264 to another encoder, the video tab options wo...sr552015-04-101-0/+5
* WinGui: For default user presets, make sure the advanced tab shows correctly...sr552015-04-101-0/+6
* text subtitles: make font height independent of croppingjstebbins2015-04-104-4/+8
* decccsub608: make font size independent on the amount of croppingjstebbins2015-04-102-6/+6
* Move strtok_r fallback to dedicated "compat" files.Rodeo2015-04-107-38/+90
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-0943-111/+111
* LinGui: fix libhb work state trackingjstebbins2015-04-091-80/+93
* reader: fix subtitle start time not advancingjstebbins2015-04-071-2/+37
* deccc608sub: don't ignore text attributes in PACjstebbins2015-04-071-4/+5
* json: fix copy_mask (again) :(jstebbins2015-04-071-1/+1
* WinGui: Fix the copy mask list.sr552015-04-073-13/+14
* json: fix audio autopassthru copy_mask and fallbackjstebbins2015-04-071-4/+4
* deccc608sub: fix range for tab offsetsjstebbins2015-04-071-1/+1
* MacGui: disabled the alternate row background in the presets drawer. It didn'...ritsuka2015-04-071-3/+3
* MacGui: changed the Preview Window and Picture Panel behaviour to avoid the h...ritsuka2015-04-0710-106/+79
* json: fix potential crash when source file or title number doesn't existjstebbins2015-04-071-0/+5
* deccc608sub: improve CC positioningjstebbins2015-04-058-28/+59
* hb_dict: fix prototypes for functions that take no paramsjstebbins2015-04-051-2/+2
* deccc608sub: fix column alignment issuesjstebbins2015-04-057-52/+92
* CLI: fix hb_get_cpu_count call.Rodeo2015-04-051-1/+1
* Propagate an error when hb_json_to_job fails.Rodeo2015-04-051-0/+1
* encx264: fix hb_dict_init call.Rodeo2015-04-051-1/+1
* LinGui: fix json job creationjstebbins2015-04-051-2/+3
* x265: fix a conflict between Live Preview and the current job.Rodeo2015-04-051-0/+49
* libav: Fix failure on mingw to write date tag to mp4 filesjstebbins2015-04-051-0/+134
* WinGui: Updates to the latest JSON API. This enables hardware decode / encode...sr552015-04-0512-82/+102
* WinGui: Adding Subtitle Burn-in Behaviour Support.sr552015-04-049-23/+285
* LinGui: fix parent of preset delete dialogjstebbins2015-04-041-1/+3
* libhb: Add filter preset/tune lookup and setting validation for more filter t...jstebbins2015-04-044-36/+453
* libhb: Improvements and key changes to json/hb_dict_t job definitionsjstebbins2015-04-042-193/+363
* LinGui: remove unused functionjstebbins2015-04-031-14/+0
* LinGui: more refactoringjstebbins2015-04-0315-1224/+1079
* LinGui: refactor dict valuesjstebbins2015-04-0314-1084/+583
* hb_dict: add 'const' to a few prototypes and add a couple new helper funcsjstebbins2015-04-032-4/+27
* Bump libx265 to version 1.6Rodeo2015-04-034-32/+4
* Bump fontconfig to release 2.11.93Rodeo2015-04-032-20623/+5
* LinGui: fix activation of queue pulserjstebbins2015-04-021-7/+9
* LinGui: use hb_dict_t, hb_value_array_t, hb_value_t instead direct to json_tjstebbins2015-04-021-124/+119
* libhb: use hb_dict_t, hb_value_array_t, and hb_value_t in hb_json.cjstebbins2015-04-022-329/+370
* 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