| Commit message (Expand) | Author | Age | Files | Lines |
* | cli: fix race during queue processing | John Stebbins | 2016-05-05 | 1 | -0/+11 |
* | CLI: fix incorrect assumption that video quality is always positive. | Tim Walker | 2016-04-03 | 1 | -2/+2 |
* | cli: remove unused variables version and build | John Stebbins | 2016-03-12 | 1 | -2/+0 |
* | Missed updating an hb_init call for the removal of updates. | sr55 | 2016-03-12 | 1 | -1/+1 |
* | Remove the CLI / LibHB Update Checker. It's been broken since we switched to ... | sr55 | 2016-03-12 | 1 | -31/+0 |
* | cli: add support for import of GUI queue file | John Stebbins | 2016-03-12 | 1 | -123/+215 |
* | cli: add comb detection options | John Stebbins | 2016-03-11 | 1 | -2/+83 |
* | qsv: fix build | John Stebbins | 2016-03-11 | 1 | -13/+1 |
* | filters: make job filter settings an hb_dict_t | John Stebbins | 2016-03-09 | 1 | -68/+240 |
* | cli: fix constant framerate | John Stebbins | 2016-03-05 | 1 | -1/+1 |
* | deinterlace: use avfilter yadif deinterlacer | John Stebbins | 2016-02-15 | 1 | -2/+8 |
* | libhb: Add libavfilter support and pad filter | John Stebbins | 2016-01-21 | 1 | -197/+118 |
* | CLI: fix data type of json key NormalizeMixLevel | John Stebbins | 2016-01-15 | 1 | -2/+2 |
* | Update copyright dates to 2016. | Bradley Sepos | 2016-01-01 | 1 | -1/+1 |
* | CLI: silence uninitialized variable warnings | John Stebbins | 2015-10-20 | 1 | -8/+8 |
* | Make deinterlace/decomb behave similar to nlmeans/hqdn3d | John Stebbins | 2015-10-09 | 1 | -13/+14 |
* | cli: always check result from *alloc() functions | Sean McGovern | 2015-10-05 | 1 | -1/+12 |
* | libhb: Clock/frame rate handling improvements. | Bradley Sepos | 2015-09-10 | 1 | -2/+6 |
* | CLI: Fix frame rate not being set without specifying --cfr/--pfr, and make --... | Bradley Sepos | 2015-09-10 | 1 | -4/+5 |
* | CLI: Fix selection of default, burned, and forced subtitle tracks | John Stebbins | 2015-09-01 | 1 | -3/+4 |
* | build: use git version info instead of svn | John Stebbins | 2015-08-25 | 1 | -0/+10 |
* | nlmeans: fix the default values | jstebbins | 2015-08-17 | 1 | -1/+1 |
* | CLI: fix nlmeans preset and tune | jstebbins | 2015-08-10 | 1 | -2/+2 |
* | CLI: fix some typos in ParseOptions(). | Rodeo | 2015-06-28 | 1 | -3/+3 |
* | DXVA2: cleanup decode support checks. | Rodeo | 2015-06-23 | 1 | -5/+0 |
* | libhb: Allow log level changes and update checks *after* hb_init() | jstebbins | 2015-06-12 | 1 | -2/+6 |
* | CLI: Use json job instead of job | jstebbins | 2015-06-09 | 1 | -5/+6 |
* | Fix three dead assignment found by the clang static analyzer, including the v... | ritsuka | 2015-06-03 | 1 | -4/+2 |
* | CLI: fix --crop option | jstebbins | 2015-06-01 | 1 | -0/+4 |
* | libhb: fix issues with video options | jstebbins | 2015-05-28 | 1 | -0/+20 |
* | cli: fix display of fps in title summary | jstebbins | 2015-05-24 | 1 | -1/+1 |
* | cli: fix return value check for hb_presets_add_path() | jstebbins | 2015-05-15 | 1 | -1/+1 |
* | rotate: Use more intuitive rotation parameters | jstebbins | 2015-05-15 | 1 | -11/+6 |
* | lingui: use libhb preset management from linux gui | jstebbins | 2015-05-14 | 1 | -4/+5 |
* | cli: fix initialization of encode ranges | jstebbins | 2015-05-13 | 1 | -0/+4 |
* | cli: restore -O, -I, -P, -U, and -g options | jstebbins | 2015-05-13 | 1 | -5/+20 |
* | cli: fix missing subtitle "Default" flag when --all-subtitles is used | jstebbins | 2015-05-11 | 1 | -0/+36 |
* | cli: fix audio codec selection when one codec specified on the command line | jstebbins | 2015-05-09 | 1 | -1/+4 |
* | cli: fix off-by-one error in subtitle track selection | jstebbins | 2015-05-09 | 1 | -2/+2 |
* | cli: fix off-by-one audio track selection | jstebbins | 2015-05-06 | 1 | -3/+3 |
* | libhb,cli: add preset management to libhb, use it in cli | jstebbins | 2015-05-06 | 1 | -2780/+2489 |
* | CLI: fix hb_get_cpu_count call. | Rodeo | 2015-04-05 | 1 | -1/+1 |
* | libhb: Eliminate global variable hb_gui_use_hwd_flag | jstebbins | 2015-03-29 | 1 | -4/+6 |
* | json: automatically scan title when processing json jobs | jstebbins | 2015-03-07 | 1 | -2/+2 |
* | Update year to 2015. | bradleys | 2015-02-01 | 1 | -1/+1 |
* | CLI: fix turbo first pass. | Rodeo | 2015-01-27 | 1 | -2/+3 |
* | Simplify frontend useage of hb_add() | jstebbins | 2015-01-12 | 1 | -66/+3 |
* | cli: simplify setting geometry | jstebbins | 2014-12-23 | 1 | -3/+1 |
* | eliminate job->largeFileSize | jstebbins | 2014-12-23 | 1 | -15/+0 |
* | json: add json APIs | jstebbins | 2014-12-16 | 1 | -61/+48 |