summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* OpenCL: use the new library loading architecture for all OpenCL code.Rodeo2013-11-081-5/+0
* RB626: return code support addedmaxd2013-11-051-0/+1
* OpenCL: initial work on a new OpenCl wrapper, which will eventually phase out...Rodeo2013-11-021-2/+1
* scan: print CPU info, GPU info, then QSV info.Rodeo2013-10-111-5/+10
* Prettify CPU info in the log.Rodeo2013-09-241-7/+6
* libhb: make libhb internal character code utf8jstebbins2013-09-221-2/+2
* Merging-in the OpenCL Scaling code from the OpenCL branch to trunk. sr552013-09-211-0/+5
* Print QSV info in all logs in a libhb-friendly manner, via hb_scan (was print...Rodeo2013-08-261-5/+5
* Big merge, QSV to trunk: part 1 (tracked files).Rodeo2013-08-221-0/+21
* libhb: store and print additional CPU informationRodeo2013-07-131-1/+12
* improve aac encoder build options and change some aac encoder defaultsjstebbins2013-06-151-0/+2
* libhb: move one-time registrations to hb_global_init().Rodeo2013-06-061-62/+33