| Commit message (Expand) | Author | Age | Files | Lines |
* | libhb: Remove redundant check in common.c | midzer | 2016-12-14 | 1 | -1/+1 |
* | opus: disable quality mode, enable compression levels | John Stebbins | 2016-09-23 | 1 | -10/+10 |
* | contrib: Add opus audio encoder. | John Stebbins | 2016-09-02 | 1 | -54/+152 |
* | vpx: add encoder presets | John Stebbins | 2016-05-29 | 1 | -0/+5 |
* | enable libvpx VP9 encoder | John Stebbins | 2016-05-27 | 1 | -0/+5 |
* | encx265: simplify chapter mark handling | John Stebbins | 2016-05-25 | 1 | -0/+2 |
* | libhb: send initial chapter through pipeline | John Stebbins | 2016-05-17 | 1 | -0/+73 |
* | libhb: add hb_buffer_list_rem() | John Stebbins | 2016-05-17 | 1 | -0/+34 |
* | libhb: fix buffer list size calculation | John Stebbins | 2016-05-17 | 1 | -2/+2 |
* | libhb: Expand default frame rates to include 72, 75, 90, 100, 120. | Bradley Sepos | 2016-05-03 | 1 | -0/+5 |
* | libhb: fix incorrect assumption that video quality is always positive. | Tim Walker | 2016-03-31 | 1 | -1/+1 |
* | libhb: fix quality limits for high bit depth video encoders. | Tim Walker | 2016-03-31 | 1 | -2/+25 |
* | libhb: remove superfluous ifdefs. | Tim Walker | 2016-03-31 | 1 | -4/+0 |
* | x265: use more permissive x265_api_query instead of x265_api_get | John Stebbins | 2016-03-30 | 1 | -1/+1 |
* | decomb: split comb detection out into it's own filter | John Stebbins | 2016-03-11 | 1 | -0/+25 |
* | filters: make job filter settings an hb_dict_t | John Stebbins | 2016-03-09 | 1 | -4/+295 |
* | libhb: fix he-aac fallback setup | John Stebbins | 2016-02-12 | 1 | -2/+1 |
* | libhb: fix crash in hb_filter_info_close | John Stebbins | 2016-01-24 | 1 | -1/+4 |
* | libhb: do not add invalid audio encoders to audio list | John Stebbins | 2016-01-22 | 1 | -18/+19 |
* | libhb: Add libavfilter support and pad filter | John Stebbins | 2016-01-21 | 1 | -2/+143 |
* | Update copyright dates to 2016. | Bradley Sepos | 2016-01-01 | 1 | -1/+1 |
* | libhb: add some NULL checks | John Stebbins | 2015-11-15 | 1 | -0/+4 |
* | x265: add support for 10, 12, and 16 bit x265 libs | John Stebbins | 2015-11-12 | 1 | -9/+44 |
* | x264: add multilib support (a.k.a. 10-bit) | John Stebbins | 2015-11-12 | 1 | -20/+47 |
* | libhb: repair split packets in reader | John Stebbins | 2015-11-10 | 1 | -0/+21 |
* | libhb: make muxer, sync, and reader behave like other work objects | John Stebbins | 2015-11-09 | 1 | -0/+20 |
* | grayscale: make it a real filter | John Stebbins | 2015-10-14 | 1 | -0/+4 |
* | libhb: add hb_buffer_list | John Stebbins | 2015-09-24 | 1 | -0/+182 |
* | qsv: HEVC encoding support. | Tim Walker | 2015-09-20 | 1 | -0/+1 |
* | libhb: Fix compiler issues in previous commit. | Bradley Sepos | 2015-09-10 | 1 | -3/+7 |
* | libhb: Clock/frame rate handling improvements. | Bradley Sepos | 2015-09-10 | 1 | -0/+10 |
* | libhb: Expand framerates to include 20 and 48. | Bradley Sepos | 2015-09-10 | 1 | -0/+2 |
* | libhb: fix display of audio copy mask | jstebbins | 2015-08-12 | 1 | -1/+2 |
* | DXVA2: cleanup decode support checks. | Rodeo | 2015-06-23 | 1 | -12/+0 |
* | libhb: add DXVA2-accelerated HEVC decoding. | Rodeo | 2015-06-23 | 1 | -1/+2 |
* | libhb: Allow log level changes and update checks *after* hb_init() | jstebbins | 2015-06-12 | 1 | -6/+0 |
* | libhb: Eliminate string length limit in hb_valog | jstebbins | 2015-06-09 | 1 | -19/+48 |
* | Fix flac fallback for passthru | ritsuka | 2015-06-03 | 1 | -0/+1 |
* | libhb: fix issues with video options | jstebbins | 2015-05-28 | 1 | -0/+20 |
* | libhb: assume remix support when input layout is not set. | Rodeo | 2015-05-19 | 1 | -0/+8 |
* | libhb: make libFDK the default (HE-)AAC encoder. | Rodeo | 2015-05-17 | 1 | -1/+1 |
* | libhb: return the global bitrate limits for a given mixdown when the samplera... | Rodeo | 2015-05-16 | 1 | -0/+14 |
* | libhb,cli: add preset management to libhb, use it in cli | jstebbins | 2015-05-06 | 1 | -9/+12 |
* | libhb: enable vbr encoding with fdk-aac and libav-aac | jstebbins | 2015-05-04 | 1 | -0/+22 |
* | deccc608sub: improve CC positioning | jstebbins | 2015-04-05 | 1 | -3/+1 |
* | deccc608sub: fix column alignment issues | jstebbins | 2015-04-05 | 1 | -3/+4 |
* | libhb: add functions to lookup details of mixdown, video, audio, container | jstebbins | 2015-04-02 | 1 | -0/+56 |
* | libhb: Eliminate global variable hb_gui_use_hwd_flag | jstebbins | 2015-03-29 | 1 | -1/+0 |
* | json: automatically scan title when processing json jobs | jstebbins | 2015-03-07 | 1 | -2/+7 |
* | New audio output options. | Rodeo | 2015-02-15 | 1 | -2/+49 |