summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* 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
* bd: use the correct printf specifier for unsigned variables.Rodeo2015-06-031-7/+7
* bd: fix printf warningsjstebbins2015-06-031-3/+3
* libhb: fix green bottom line in preview with deinterlacejstebbins2015-06-031-0/+1
* Initialize the copy_mask variable before using itritsuka2015-06-031-1/+1
* Fix flac fallback for passthruritsuka2015-06-031-0/+1
* decomb: fix color distortion in last row of imagejstebbins2015-06-011-3/+28
* fix three warnings.ritsuka2015-06-011-3/+3
* Fix a couple of memory leaksjstebbins2015-06-011-0/+2
* preset: fix application of VideoScaler to jobjstebbins2015-05-291-1/+1
* libhb: fix issues with video optionsjstebbins2015-05-282-0/+21
* LinGui: use libhb to initialize job...jstebbins2015-05-272-319/+378
* scan: skip scan if title has already been scannedjstebbins2015-05-264-4/+36
* libhb: fix vorbis encodingjstebbins2015-05-251-1/+1
* preset: fix application of mp4 mux optionsjstebbins2015-05-241-1/+1
* LinGui: use libhb to init audio and subtitle listsjstebbins2015-05-201-1/+12
* libhb: assume remix support when input layout is not set.Rodeo2015-05-191-0/+8
* dict: make hb_value_get_json param constjstebbins2015-05-182-2/+2