summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* presets: add result to indicate if preset import modified presetsJohn Stebbins2015-10-092-11/+29
* Make deinterlace/decomb behave similar to nlmeans/hqdn3dJohn Stebbins2015-10-096-173/+137
* Use the non deprecated kIOPMAssertPreventUserIdleSystemSleep assertion to pre...Damiano Galassi2015-10-051-1/+1
* scan: fix rescan avoidance logicJohn Stebbins2015-09-294-6/+23
* fix to prevent lazy compiler assumption and avoid full computation, no local ...Max Dmytrychenko2015-09-271-3/+2
* fix to prevent lazy compiler assumption and avoid full computationMax Dmytrychenko2015-09-271-2/+3
* libhb: add hb_buffer_listJohn Stebbins2015-09-2428-1030/+872
* adjustment to report QSV availability in MASK formMax Dmytrychenko2015-09-241-2/+2
* rendersub: handle mismatched video and subtitle dimensionsJohn Stebbins2015-09-244-83/+162
* libhb: Skylake microarchitecture detection, RB 859Max Dmytrychenko2015-09-223-1/+13
* libhb: fix OpenCL initialization.Tim Walker2015-09-211-4/+7
* stream: remove unused variable pix_fmtJohn Stebbins2015-09-201-2/+0
* qsv: HEVC encoding support.Tim Walker2015-09-206-71/+390
* libhb: Fix compiler issues in previous commit.Bradley Sepos2015-09-101-3/+7
* libhb: Clock/frame rate handling improvements.Bradley Sepos2015-09-106-33/+63
* libhb: Expand framerates to include 20 and 48.Bradley Sepos2015-09-101-0/+2
* libhb: remove unused hb_buffer_t.subJohn Stebbins2015-09-0411-73/+2
* build: use git version info instead of svnJohn Stebbins2015-08-253-8/+65
* cropscale: prevent crash when scale dimensions too smalljstebbins2015-08-242-1/+7
* nlmeans: fix the default valuesjstebbins2015-08-171-2/+2
* presets: fix preset search by namejstebbins2015-08-131-0/+2
* libhb: fix display of audio copy maskjstebbins2015-08-121-1/+2
* json: fix parsing job Audio->CopyMaskjstebbins2015-08-101-2/+3
* libhb: fix application of max width/heightjstebbins2015-07-221-4/+12
* libhb: disable OpenCL scaling when QSV scaling is used.Rodeo2015-07-041-0/+6
* OpenCL: fix cleanup.Rodeo2015-07-041-0/+1
* QSV: don't be quite as picky about marking an encoder as available.Rodeo2015-07-031-11/+21
* libhb: detect read errors and propagatejstebbins2015-06-2910-26/+92
* libhb fix some typos in hb_preset_apply_filters().Rodeo2015-06-281-2/+2
* QSV: be more picky about marking an encoder as available.Rodeo2015-06-271-6/+16
* QSV: check for Skylake hardware-accelerated HEVC encoder.Rodeo2015-06-271-1/+10
* QSV: load required plug-ins before encoding, too.Rodeo2015-06-273-47/+115
* QSV: add new capability guards for some extended video parameter buffers.Rodeo2015-06-273-69/+246
* QSV: parse and print profile & level in a codec-agnostic way.Rodeo2015-06-273-87/+207
* QSV: B-pyramid support is codec-specific.Rodeo2015-06-271-8/+11
* QSV: cleanup LookAheadDepth handling.Rodeo2015-06-272-3/+7
* libhb: remove HB_API_OLD_PRESET_GETTERS cruft.Rodeo2015-06-273-39/+0
* add new preset function to header filejstebbins2015-06-241-1/+5
* presets: add hb_presets_read_file_json()jstebbins2015-06-241-0/+13
* libhb: re-work OpenCL cleanup a bit.Rodeo2015-06-232-8/+16
* DXVA2: make hb_va_create_dxva2 less verbose.Rodeo2015-06-231-6/+7
* DXVA2: check if a compatible AVHWAccel exists for the input codec.Rodeo2015-06-231-4/+17
* DXVA2: cleanup decode support checks.Rodeo2015-06-237-56/+54
* Minor cleanup after last commit.Rodeo2015-06-232-4/+4
* libhb: add DXVA2-accelerated HEVC decoding.Rodeo2015-06-234-3/+23
* libhb: fix application of custom anamorphic settingsjstebbins2015-06-141-2/+2
* libhb: Allow log level changes and update checks *after* hb_init()jstebbins2015-06-123-98/+36
* libhb: log json job stringjstebbins2015-06-091-0/+2
* libhb: Eliminate string length limit in hb_valogjstebbins2015-06-092-19/+49
* encx265: fix regression introduced in SVN revision 6366.Rodeo2015-06-081-6/+2