| Commit message (Expand) | Author | Age | Files | Lines |
* | hb: cosmetics, removing trailing whitespace | John Stebbins | 2016-03-23 | 1 | -15/+15 |
* | Remove the CLI / LibHB Update Checker. It's been broken since we switched to ... | sr55 | 2016-03-12 | 1 | -68/+2 |
* | qsv: fix build | John Stebbins | 2016-03-11 | 1 | -0/+1 |
* | filters: make job filter settings an hb_dict_t | John Stebbins | 2016-03-09 | 1 | -4/+73 |
* | libhb: Add libavfilter support and pad filter | John Stebbins | 2016-01-21 | 1 | -0/+2 |
* | sync: gut and rewrite | John Stebbins | 2016-01-21 | 1 | -0/+1 |
* | Update copyright dates to 2016. | Bradley Sepos | 2016-01-01 | 1 | -1/+1 |
* | x264: add multilib support (a.k.a. 10-bit) | John Stebbins | 2015-11-12 | 1 | -0/+2 |
* | libhb: make muxer, sync, and reader behave like other work objects | John Stebbins | 2015-11-09 | 1 | -2/+6 |
* | libhb: don't use deprecated AVPicture | John Stebbins | 2015-10-29 | 1 | -15/+37 |
* | Enforce min/max dimensions | John Stebbins | 2015-10-26 | 1 | -24/+98 |
* | libhb: prevent crashes in hb_get_preview2 | John Stebbins | 2015-10-26 | 1 | -1/+23 |
* | Fix bizarre custom anamorphic behavior | John Stebbins | 2015-10-26 | 1 | -37/+0 |
* | lame: Use libav wrapper to encode mp3lame | John Stebbins | 2015-10-26 | 1 | -1/+0 |
* | scan: fix rescan avoidance logic | John Stebbins | 2015-09-29 | 1 | -5/+20 |
* | build: use git version info instead of svn | John Stebbins | 2015-08-25 | 1 | -3/+57 |
* | cropscale: prevent crash when scale dimensions too small | jstebbins | 2015-08-24 | 1 | -1/+1 |
* | libhb: fix application of max width/height | jstebbins | 2015-07-22 | 1 | -4/+12 |
* | libhb: detect read errors and propagate | jstebbins | 2015-06-29 | 1 | -0/+5 |
* | libhb: re-work OpenCL cleanup a bit. | Rodeo | 2015-06-23 | 1 | -0/+3 |
* | libhb: Allow log level changes and update checks *after* hb_init() | jstebbins | 2015-06-12 | 1 | -91/+34 |
* | scan: skip scan if title has already been scanned | jstebbins | 2015-05-26 | 1 | -0/+20 |
* | libhb,cli: add preset management to libhb, use it in cli | jstebbins | 2015-05-06 | 1 | -0/+5 |
* | libhb: Eliminate global variable hb_gui_use_hwd_flag | jstebbins | 2015-03-29 | 1 | -2/+22 |
* | Remove unused hb_get_scancount function | ritsuka | 2015-03-29 | 1 | -9/+0 |
* | json: automatically scan title when processing json jobs | jstebbins | 2015-03-07 | 1 | -51/+57 |
* | Update year to 2015. | bradleys | 2015-02-01 | 1 | -1/+1 |
* | Simplify frontend useage of hb_add() | jstebbins | 2015-01-12 | 1 | -2/+36 |
* | libhb: simplify job initialization | jstebbins | 2015-01-03 | 1 | -1/+12 |
* | libhb: initialize the buffer pool only once | jstebbins | 2014-12-29 | 1 | -5/+5 |
* | libhb: make hb_get_preview2 always return a valid image | jstebbins | 2014-12-19 | 1 | -3/+8 |
* | json: add json APIs | jstebbins | 2014-12-16 | 1 | -213/+57 |
* | CLI: fix dimensions problem when both width and height are specified | jstebbins | 2014-08-27 | 1 | -8/+8 |
* | libhb: add new function for retrieving previews | jstebbins | 2014-07-29 | 1 | -31/+91 |
* | cli: Simplify output geometry calculation | jstebbins | 2014-07-16 | 1 | -15/+13 |
* | macui/cli/libhb: cleanup | jstebbins | 2014-06-18 | 1 | -113/+6 |
* | macui: fix PcitureController geometry calculations | jstebbins | 2014-06-10 | 1 | -132/+250 |
* | Remove libfaac | sr55 | 2014-03-02 | 1 | -3/+0 |
* | libhb: remove a52dec | jstebbins | 2014-02-20 | 1 | -1/+0 |
* | Update some copyright dates to 2014. | Rodeo | 2014-02-18 | 1 | -1/+1 |
* | libhb: make encoder options less x264-centric. | Rodeo | 2014-02-13 | 1 | -12/+12 |
* | Initial x265 integration. Patch by Zhang Zhiqiang. Thanks! | Rodeo | 2014-02-10 | 1 | -0/+3 |
* | decavcodec: prefer AVFrame fields over their AVCodecContext equivalent. | Rodeo | 2014-01-25 | 1 | -17/+0 |
* | remove contrib mpeg2dec | jstebbins | 2014-01-13 | 1 | -1/+0 |
* | libhb: remove use of avpicture_deinterlace | jstebbins | 2013-12-02 | 1 | -9/+1 |
* | libhb: fix a bunch of compiler warnings | jstebbins | 2013-11-26 | 1 | -1/+1 |
* | OpenCL: use the new library loading architecture for all OpenCL code. | Rodeo | 2013-11-08 | 1 | -5/+0 |
* | RB626: return code support added | maxd | 2013-11-05 | 1 | -0/+1 |
* | OpenCL: initial work on a new OpenCl wrapper, which will eventually phase out... | Rodeo | 2013-11-02 | 1 | -2/+1 |
* | scan: print CPU info, GPU info, then QSV info. | Rodeo | 2013-10-11 | 1 | -5/+10 |