summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* ports: detect more Intel microarchitecture families.Rodeo2013-12-273-4/+27
* QSV: avoid a hang when GopRefDist 0 is requested by the user.Rodeo2013-12-151-1/+2
* QSV: check whether b_pyramid is respected in the non-workaround path too. Rodeo2013-12-151-22/+23
* QSV: don't print BPyramid value when it's not supported by the implementation...Rodeo2013-12-151-3/+10
* Fix a Segfault (attempt 2) where the job struct is used after it's closed.sr552013-12-121-3/+4
* Fix a Segfault where the job struct is used after it's closed.sr552013-12-111-4/+4
* OpenCL: disable on Ivy Bridge integrated GPUs.Rodeo2013-12-112-1/+9
* stream: don't treat attached artwork as valid video tracks, which they aren't.Rodeo2013-12-051-0/+1
* sync: fix previous commit.Rodeo2013-12-051-1/+1
* sync: find the AAC encoder by name.Rodeo2013-12-051-1/+1
* sync: use "drop video to sync" fallback also when audio encoding fails or we ...Rodeo2013-12-051-1/+9
* QSV: update libhb presets to match a more recent recommendation.Rodeo2013-12-053-17/+96
* libhb: remove use of avpicture_deinterlacejstebbins2013-12-024-132/+338
* libhb: fix a bunch of compiler warningsjstebbins2013-11-269-47/+42
* libhb: fix fps detection for libav "raw" demuxersjstebbins2013-11-251-1/+4
* libhb: fix problem with gereration of dts for lavc encoded videojstebbins2013-11-191-14/+30
* 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