summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
Commit message (Expand)AuthorAgeFilesLines
* libhb: remove scanCount variable from hb_handle_s, it's not needed anymore si...Damiano Galassi2016-11-111-8/+3
* libhb: re-enable SWS_FULL_CHR_H_INT and SWS_FULL_CHR_H_INP swscale flags to i...Damiano Galassi2016-11-111-2/+0
* Select the appropriate coefficients for yuv<->rgb conversions.Damiano Galassi2016-11-081-4/+28
* Add new anamorphic mode "Automatic", delete "Strict" (#367)John Stebbins2016-10-311-3/+44
* libhb: set HB_ERROR_CANCELED status for canceled encodesJohn Stebbins2016-10-261-1/+2
* libhb: make preview reader and writer both more robustSean McGovern2016-07-111-4/+42
* Revert "libhb: don't ignore the return result from fread()"Bradley Sepos2016-07-071-7/+1
* libhb: Replace PTW32_STATIC_LIB with PTW32_VERSION.Bradley Sepos2016-07-071-1/+1
* libhb: don't ignore the return result from pipe()Sean McGovern2016-07-011-1/+2
* libhb: don't ignore the return result from fread()Sean McGovern2016-07-011-1/+7
* 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