summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
Commit message (Expand)AuthorAgeFilesLines
* lame: Use libav wrapper to encode mp3lameJohn Stebbins2016-01-111-1/+0
* Update copyright datesJohn Stebbins2016-01-031-1/+1
* build: use git version info instead of svnJohn Stebbins2015-11-091-3/+56
* cropscale: prevent crash when scale dimensions too smalljstebbins2015-08-291-1/+1
* merge: libhb: fix application of max width/heightjstebbins2015-07-221-4/+12
* [merge] libhb: re-work OpenCL cleanup a bit.Rodeo2015-07-041-0/+3
* Update year to 2015.bradleys2015-02-011-1/+1
* 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
* libhb/common: improve fallback mechanism.Rodeo2013-06-031-25/+16
* Disable Libav's AVX and FMA4 optimizations under Windows x86_64.Rodeo2013-04-241-1/+9
* hb_system_sleep: refactoring.Rodeo2013-03-181-9/+10
* hb_system_sleep: minor cleanup after last commit.Rodeo2013-03-181-4/+0
* hb_system_sleep: allow/prevent sleep from the UI rather than libhb.Rodeo2013-03-181-1/+1
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* Prevent OSX ML sleep during encoding, thanks to Jerome Lacubesr552013-02-041-2/+25
* x264 preset system: miscellaneous improvements.Rodeo2013-01-301-2/+2
* Bump libav to v9_beta3.Rodeo2012-12-311-17/+24
* LinGui: add x264 preset/tune/profile/level supportjstebbins2012-12-271-0/+9
* Improve management of titles and jobsjstebbins2012-11-121-271/+55
* hb_ff_set_sample_fmt() improvements.Rodeo2012-10-171-14/+31
* Audio improvements.Rodeo2012-09-031-2/+18
* Remove unused code.Rodeo2012-08-191-15/+0
* Improve last commit. While the AC3 decoder doesn't use hb_ff_layout_xlat(), t...Rodeo2012-08-111-5/+0
* Fix a bug where we were attempting to downmix Dolby Surround (AV_CH_LAYOUT_ST...Rodeo2012-08-111-2/+6
* libhb: fix deinterlace fast green stripejstebbins2012-07-181-8/+8