summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* libhb: fix reporting of buffer allocation statistics during scanjstebbins2013-11-181-2/+1
* libhb: don't use DXYVA2-accelerated decoding when QSV-accelerated decoding is...Rodeo2013-11-081-1/+3
* libhb: make avformat-based muxers the default.Rodeo2013-11-082-4/+4
* OpenCL: use the new library loading architecture for all OpenCL code.Rodeo2013-11-0819-679/+857
* New getters for video presets, tunes, profiles and levels.Rodeo2013-11-084-1/+74
* ports: cosmetics.Rodeo2013-11-081-1/+1
* ports: cast return result from getpid().Rodeo2013-11-081-1/+1
* Denoise (hqdn3d) syntax change: accept settings for individual chroma channels.Rodeo2013-11-081-33/+50
* Fix a small leak in encca_aac.ritsuka2013-11-051-0/+1
* RB626: return code support addedmaxd2013-11-0512-7/+59
* decomb: don't use frame flags to modify deinterlace behaviorjstebbins2013-11-051-15/+5
* OpenCL: initial work on a new OpenCl wrapper, which will eventually phase out...Rodeo2013-11-026-70/+995
* libhb: fix problem with SSA render when muxer is avformatjstebbins2013-11-011-2/+2
* libhb: fix BD audio detection problemjstebbins2013-10-281-15/+24
* libhb: fix another case of spurious "missing start code" messagesjstebbins2013-10-281-0/+11
* libhb: fix double hb_buffer_closejstebbins2013-10-281-1/+0
* libhb: fix "missing start code" error message when encoding BDjstebbins2013-10-281-3/+9
* libhb: fix compiler warningsjstebbins2013-10-281-2/+1
* Denoise (hqdn3d) performance improvements.Rodeo2013-10-281-49/+54
* Denoise (hqdn3d) optimizations.Rodeo2013-10-281-160/+74
* libhb: Plug some leaks and clean up the buffer pool code a little.jstebbins2013-10-237-50/+62
* QSV: temporarily work around a bug in the Intel 33.x driver series.Rodeo2013-10-221-0/+22
* libhb: check AVIOContext.error for errors while muxingjstebbins2013-10-211-1/+4
* libhb: fix duration of initial audio frame when decoding with avcodecjstebbins2013-10-211-11/+15
* OpenCL: ship our own headers, to reduce our dependency on external OpenCL SDKs.Rodeo2013-10-207-24/+2483
* libhb: fix pgs timestamp problemsjstebbins2013-10-191-23/+35
* encx264: remove some long dead code.Rodeo2013-10-191-6/+0
* encx264: don't log unparsed options if the string is NULL.Rodeo2013-10-191-1/+4
* encx264: remove duplicate logging (libx264 already logs the SAR), and log the...Rodeo2013-10-191-4/+2
* encx264: log the unparsed advanced options string for informational purposes.Rodeo2013-10-191-0/+10
* libhb: remove dead codejstebbins2013-10-145-1616/+0
* QSV: improve CopyFrame bug workaround a bit.Rodeo2013-10-123-14/+21
* HW: fix for compile and runtime behavior and support of the features/RB601maxd2013-10-113-11/+20
* hb_get_opencl_env: remove dead code.Rodeo2013-10-111-36/+3
* QSV: use encode-only path when we have CPU filters enabled and CopyFrame is u...Rodeo2013-10-113-2/+54
* scan: print CPU info, GPU info, then QSV info.Rodeo2013-10-113-22/+59
* QSV: move LookAheadDepth miminum to commmon code.Rodeo2013-09-252-4/+2
* QSV: miscellaneous option-related improvements.Rodeo2013-09-242-6/+11
* QSV: improve ExtBRC workaround.Rodeo2013-09-241-8/+6
* QSV: remove RateDistortionOpt control.Rodeo2013-09-242-24/+5
* QSV: fix a hang with lookahead RC and some graphics drivers.Rodeo2013-09-241-0/+3
* QSV: ExtBRC/MBBRC and lookahead are mutually exclusive, plus miscelleanous st...Rodeo2013-09-241-11/+24
* QSV: fix stupid mistake; MBBRC requires API version 1.6, not 1.7.Rodeo2013-09-241-1/+4
* QSV: libhb-based preset system.Rodeo2013-09-246-28/+109
* QSV: use ifdefs rather than filtering to bypass libmfx references during comp...Rodeo2013-09-246-5/+20
* Prettify CPU info in the log.Rodeo2013-09-241-7/+6
* QSV: fix cropping with some brainfart sources.Rodeo2013-09-241-13/+45
* QSV: MBBRC is actually Haswell-only.Rodeo2013-09-243-10/+16
* QSV: re-use the encqsvInit MFX session when using the encode-only path.Rodeo2013-09-241-13/+14
* QSV: fix for VPP if VFRmaxd2013-09-231-2/+2