| Commit message (Expand) | Author | Age | Files | Lines |
* | WinGui: Some further refactoring of the services library. Moving all the queu... | sr55 | 2015-04-12 | 19 | -62/+103 |
* | deccc608sub: tweak font size once again | jstebbins | 2015-04-11 | 2 | -3/+3 |
* | WinGui: Add a basic outline of a logging system to allow logging of the JSON ... | sr55 | 2015-04-10 | 8 | -0/+181 |
* | LinGui: fix pause button/resume | jstebbins | 2015-04-10 | 1 | -1/+1 |
* | WinGui: When Switching from x264 to another encoder, the video tab options wo... | sr55 | 2015-04-10 | 1 | -0/+5 |
* | WinGui: For default user presets, make sure the advanced tab shows correctly... | sr55 | 2015-04-10 | 1 | -0/+6 |
* | text subtitles: make font height independent of cropping | jstebbins | 2015-04-10 | 4 | -4/+8 |
* | decccsub608: make font size independent on the amount of cropping | jstebbins | 2015-04-10 | 2 | -6/+6 |
* | Move strtok_r fallback to dedicated "compat" files. | Rodeo | 2015-04-10 | 7 | -38/+90 |
* | MacGui: run the Xcode "convert to modern objective-c" on the entire project. | ritsuka | 2015-04-09 | 43 | -111/+111 |
* | LinGui: fix libhb work state tracking | jstebbins | 2015-04-09 | 1 | -80/+93 |
* | reader: fix subtitle start time not advancing | jstebbins | 2015-04-07 | 1 | -2/+37 |
* | deccc608sub: don't ignore text attributes in PAC | jstebbins | 2015-04-07 | 1 | -4/+5 |
* | json: fix copy_mask (again) :( | jstebbins | 2015-04-07 | 1 | -1/+1 |
* | WinGui: Fix the copy mask list. | sr55 | 2015-04-07 | 3 | -13/+14 |
* | json: fix audio autopassthru copy_mask and fallback | jstebbins | 2015-04-07 | 1 | -4/+4 |
* | deccc608sub: fix range for tab offsets | jstebbins | 2015-04-07 | 1 | -1/+1 |
* | MacGui: disabled the alternate row background in the presets drawer. It didn'... | ritsuka | 2015-04-07 | 1 | -3/+3 |
* | MacGui: changed the Preview Window and Picture Panel behaviour to avoid the h... | ritsuka | 2015-04-07 | 10 | -106/+79 |
* | json: fix potential crash when source file or title number doesn't exist | jstebbins | 2015-04-07 | 1 | -0/+5 |
* | deccc608sub: improve CC positioning | jstebbins | 2015-04-05 | 8 | -28/+59 |
* | hb_dict: fix prototypes for functions that take no params | jstebbins | 2015-04-05 | 1 | -2/+2 |
* | deccc608sub: fix column alignment issues | jstebbins | 2015-04-05 | 7 | -52/+92 |
* | CLI: fix hb_get_cpu_count call. | Rodeo | 2015-04-05 | 1 | -1/+1 |
* | Propagate an error when hb_json_to_job fails. | Rodeo | 2015-04-05 | 1 | -0/+1 |
* | encx264: fix hb_dict_init call. | Rodeo | 2015-04-05 | 1 | -1/+1 |
* | LinGui: fix json job creation | jstebbins | 2015-04-05 | 1 | -2/+3 |
* | x265: fix a conflict between Live Preview and the current job. | Rodeo | 2015-04-05 | 1 | -0/+49 |
* | libav: Fix failure on mingw to write date tag to mp4 files | jstebbins | 2015-04-05 | 1 | -0/+134 |
* | WinGui: Updates to the latest JSON API. This enables hardware decode / encode... | sr55 | 2015-04-05 | 12 | -82/+102 |
* | WinGui: Adding Subtitle Burn-in Behaviour Support. | sr55 | 2015-04-04 | 9 | -23/+285 |
* | LinGui: fix parent of preset delete dialog | jstebbins | 2015-04-04 | 1 | -1/+3 |
* | libhb: Add filter preset/tune lookup and setting validation for more filter t... | jstebbins | 2015-04-04 | 4 | -36/+453 |
* | libhb: Improvements and key changes to json/hb_dict_t job definitions | jstebbins | 2015-04-04 | 2 | -193/+363 |
* | LinGui: remove unused function | jstebbins | 2015-04-03 | 1 | -14/+0 |
* | LinGui: more refactoring | jstebbins | 2015-04-03 | 15 | -1224/+1079 |
* | LinGui: refactor dict values | jstebbins | 2015-04-03 | 14 | -1084/+583 |
* | hb_dict: add 'const' to a few prototypes and add a couple new helper funcs | jstebbins | 2015-04-03 | 2 | -4/+27 |
* | Bump libx265 to version 1.6 | Rodeo | 2015-04-03 | 4 | -32/+4 |
* | Bump fontconfig to release 2.11.93 | Rodeo | 2015-04-03 | 2 | -20623/+5 |
* | LinGui: fix activation of queue pulser | jstebbins | 2015-04-02 | 1 | -7/+9 |
* | LinGui: use hb_dict_t, hb_value_array_t, hb_value_t instead direct to json_t | jstebbins | 2015-04-02 | 1 | -124/+119 |
* | libhb: use hb_dict_t, hb_value_array_t, and hb_value_t in hb_json.c | jstebbins | 2015-04-02 | 2 | -329/+370 |
* | libhb: log "default" filter settings when settings string is 0 length | jstebbins | 2015-04-02 | 1 | -1/+1 |
* | libhb: add language lookup based on any of iso639_1/2/2b, eng_name, or native | jstebbins | 2015-04-02 | 2 | -1/+23 |
* | libhb: add functions to lookup details of mixdown, video, audio, container | jstebbins | 2015-04-02 | 2 | -2/+72 |
* | libhb: add conversions hb_value_t <-> json | jstebbins | 2015-04-02 | 2 | -12/+44 |
* | WinGui: Rename some of the models in the JSON encode folder. | sr55 | 2015-04-01 | 7 | -46/+42 |
* | WinGui: Refactor the JSON scan model names to be a bit clearer. | sr55 | 2015-04-01 | 8 | -21/+21 |
* | WinGui: Some initial re-modelling in the JSON folder. Created a "Shared" fold... | sr55 | 2015-04-01 | 18 | -202/+37 |