summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
Commit message (Expand)AuthorAgeFilesLines
* subtitle scan: tighten up scan pass dropping logicJohn Stebbins2016-06-111-1/+3
* subtitle scan: drop scan pass if there are no suitable subtitlesJohn Stebbins2016-06-101-2/+21
* remove dxva hw decode (#189)John Stebbins2016-05-171-20/+0
* libhb: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-311-1/+1
* hb: cosmetics, removing trailing whitespaceJohn Stebbins2016-03-231-15/+15
* Remove the CLI / LibHB Update Checker. It's been broken since we switched to ...sr552016-03-121-68/+2
* qsv: fix buildJohn Stebbins2016-03-111-0/+1
* filters: make job filter settings an hb_dict_tJohn Stebbins2016-03-091-4/+73
* libhb: Add libavfilter support and pad filterJohn Stebbins2016-01-211-0/+2
* sync: gut and rewriteJohn Stebbins2016-01-211-0/+1
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-121-0/+2
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-091-2/+6
* libhb: don't use deprecated AVPictureJohn Stebbins2015-10-291-15/+37
* Enforce min/max dimensionsJohn Stebbins2015-10-261-24/+98
* libhb: prevent crashes in hb_get_preview2John Stebbins2015-10-261-1/+23
* Fix bizarre custom anamorphic behaviorJohn Stebbins2015-10-261-37/+0
* lame: Use libav wrapper to encode mp3lameJohn Stebbins2015-10-261-1/+0
* scan: fix rescan avoidance logicJohn Stebbins2015-09-291-5/+20
* build: use git version info instead of svnJohn Stebbins2015-08-251-3/+57
* cropscale: prevent crash when scale dimensions too smalljstebbins2015-08-241-1/+1
* libhb: fix application of max width/heightjstebbins2015-07-221-4/+12
* libhb: detect read errors and propagatejstebbins2015-06-291-0/+5
* libhb: re-work OpenCL cleanup a bit.Rodeo2015-06-231-0/+3
* libhb: Allow log level changes and update checks *after* hb_init()jstebbins2015-06-121-91/+34
* scan: skip scan if title has already been scannedjstebbins2015-05-261-0/+20
* libhb,cli: add preset management to libhb, use it in clijstebbins2015-05-061-0/+5
* libhb: Eliminate global variable hb_gui_use_hwd_flagjstebbins2015-03-291-2/+22
* Remove unused hb_get_scancount functionritsuka2015-03-291-9/+0
* json: automatically scan title when processing json jobsjstebbins2015-03-071-51/+57
* Update year to 2015.bradleys2015-02-011-1/+1
* Simplify frontend useage of hb_add()jstebbins2015-01-121-2/+36
* libhb: simplify job initializationjstebbins2015-01-031-1/+12
* libhb: initialize the buffer pool only oncejstebbins2014-12-291-5/+5
* libhb: make hb_get_preview2 always return a valid imagejstebbins2014-12-191-3/+8
* json: add json APIsjstebbins2014-12-161-213/+57
* CLI: fix dimensions problem when both width and height are specifiedjstebbins2014-08-271-8/+8
* libhb: add new function for retrieving previewsjstebbins2014-07-291-31/+91
* cli: Simplify output geometry calculationjstebbins2014-07-161-15/+13
* macui/cli/libhb: cleanupjstebbins2014-06-181-113/+6
* macui: fix PcitureController geometry calculationsjstebbins2014-06-101-132/+250
* Remove libfaacsr552014-03-021-3/+0
* libhb: remove a52decjstebbins2014-02-201-1/+0
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* libhb: make encoder options less x264-centric.Rodeo2014-02-131-12/+12
* Initial x265 integration. Patch by Zhang Zhiqiang. Thanks!Rodeo2014-02-101-0/+3
* decavcodec: prefer AVFrame fields over their AVCodecContext equivalent.Rodeo2014-01-251-17/+0
* remove contrib mpeg2decjstebbins2014-01-131-1/+0
* libhb: remove use of avpicture_deinterlacejstebbins2013-12-021-9/+1
* libhb: fix a bunch of compiler warningsjstebbins2013-11-261-1/+1