| Commit message (Expand) | Author | Age | Files | Lines |
* | stream: fix TS parsing after a seek | jstebbins | 2015-05-01 | 1 | -0/+1 |
* | libhb: Use a buffer flat to indicate EOF | jstebbins | 2015-05-01 | 36 | -87/+94 |
* | libhb: fix mingw link, undefined symbol CoTaskMemFree | jstebbins | 2015-05-01 | 1 | -1/+1 |
* | hb_get_user_config_directory: improvements. | Rodeo | 2015-04-30 | 3 | -17/+52 |
* | json: fix packig audio track in title | jstebbins | 2015-04-27 | 1 | -1/+1 |
* | json: fix "End" parsing of p-to-p frame range | jstebbins | 2015-04-26 | 1 | -1/+1 |
* | p-to-p: fix seek to start pts source initial PTS != 0 | jstebbins | 2015-04-24 | 2 | -20/+6 |
* | ports: use standardized sched_yield instead of pthread_yield | jstebbins | 2015-04-23 | 1 | -1/+1 |
* | demuxmpeg: Don't drop frames with bad timestamps | jstebbins | 2015-04-22 | 3 | -37/+22 |
* | stream: Improve transport stream PCR handling | jstebbins | 2015-04-22 | 4 | -286/+338 |
* | sync: fix frame p-to-p extra audio after end frame | jstebbins | 2015-04-22 | 7 | -330/+291 |
* | param: Allow ',' as decimal separator in filter values | jstebbins | 2015-04-21 | 1 | -1/+1 |
* | ports: add functions for looking up user config directory | jstebbins | 2015-04-19 | 5 | -2/+88 |
* | filters: Fix generation of filter string | jstebbins | 2015-04-18 | 1 | -1/+2 |
* | json: fix another cut/paste error. incorrect dither parsing. | jstebbins | 2015-04-13 | 1 | -1/+1 |
* | deccc608sub: tweak font size once again | jstebbins | 2015-04-11 | 2 | -3/+3 |
* | 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 | 6 | -38/+75 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 | 1 | -129/+330 |
* | 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 | 1 | -0/+3 |
* | 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 |
* | libhb: Eliminate global variable hb_gui_use_hwd_flag | jstebbins | 2015-03-29 | 17 | -82/+129 |
* | Remove unused hb_get_scancount function | ritsuka | 2015-03-29 | 2 | -12/+0 |
* | rendersub: remove unnecessary filter settings | jstebbins | 2015-03-18 | 1 | -20/+10 |
* | rendersub: fix text rendering frame size | jstebbins | 2015-03-17 | 1 | -44/+33 |
* | decomb: oops, fix overread when height is mod 4 | jstebbins | 2015-03-16 | 1 | -1/+1 |
* | muxavformat: add "creation_time" metadata | jstebbins | 2015-03-15 | 1 | -0/+5 |
* | decomb: fix green line when source hight is modulus 2 | jstebbins | 2015-03-14 | 1 | -4/+4 |
* | libhb: fix building with QSV enabled. | Rodeo | 2015-03-13 | 1 | -2/+2 |
* | json: fix crash when foreign audio search is *not* enabled | jstebbins | 2015-03-11 | 2 | -1/+8 |
* | libhb: use jansson for hb_dict | jstebbins | 2015-03-09 | 8 | -377/+814 |
* | json: automatically scan title when processing json jobs | jstebbins | 2015-03-07 | 18 | -127/+249 |