| Commit message (Expand) | Author | Age | Files | Lines |
* | VCE: Add support for fetching levels for H.264 and H.265 | sr55 | 2018-06-08 | 1 | -0/+12 |
* | libhb: test: Guard VCE encoders behind USE_VCE. | Bradley Sepos | 2018-06-08 | 1 | -0/+4 |
* | Add support for VCE hardware encoding. | Michael Wootton | 2018-06-06 | 1 | -0/+9 |
* | libhb: allow muxing E-AC3 in mp4. | Damiano Galassi | 2018-06-05 | 1 | -2/+2 |
* | libhb: build: README: Replace instances of Libav with FFmpeg. | Bradley Sepos | 2018-05-29 | 1 | -1/+1 |
* | libhb: don't drop "escape" char in hb_str_vsplit | John Stebbins | 2018-04-03 | 1 | -5/+0 |
* | Misc. typos | luz.paz | 2018-02-20 | 1 | -2/+2 |
* | libhb: fix a number of issues reported by clang. | Damiano Galassi | 2018-01-12 | 1 | -1/+14 |
* | Update copyright dates to 2018. | Bradley Sepos | 2018-01-01 | 1 | -1/+1 |
* | CLI: add option to log version, title, and progress in json | John Stebbins | 2017-11-06 | 1 | -2/+43 |
* | Allow audio fallback to be "None" (#623) | John Stebbins | 2017-06-12 | 1 | -24/+23 |
* | filter: add frame parallelizing filter wrapper | John Stebbins | 2017-06-06 | 1 | -1/+27 |
* | libhb: Add LapSharp sharpening filter. | Bradley Sepos | 2017-05-30 | 1 | -0/+4 |
* | libhb: Add Unsharp sharpening filter. | Bradley Sepos | 2017-05-30 | 1 | -0/+4 |
* | subtitles: simplify and shorten subtitle descriptions (#591) | John Stebbins | 2017-03-10 | 1 | -8/+10 |
* | Fix various spelling mistakes (#613) | Sebastian Ramacher | 2017-03-10 | 1 | -1/+1 |
* | qsv: added HEVC 10-bit as encoder, should help for GUI integration | maxd | 2017-03-05 | 1 | -0/+4 |
* | Update copyright dates to 2017. | Bradley Sepos | 2017-01-01 | 1 | -1/+1 |
* | libhb: fix audio bitrate when using fallback encoder | John Stebbins | 2016-12-29 | 1 | -31/+1 |
* | qsv: rename av_qsv* to hb_qsv* | John Stebbins | 2016-12-17 | 1 | -1/+1 |
* | 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 |