summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* stream: add support for eia 608 subtitle tracksJohn Stebbins2019-07-171-0/+7
* Fix dropped audio when embedded CC sub is selectedJohn Stebbins2019-07-154-5/+10
* dvd: remove dvd specific details from hb_title_tJohn Stebbins2019-07-125-293/+286
* hb_json: don't fail if audio is invalid for muxJohn Stebbins2019-07-121-6/+13
* encx265: set levelJohn Stebbins2019-07-112-0/+30
* work: fix logging of SSA import tracksJohn Stebbins2019-07-111-0/+12
* decssasub: fix p-to-p encoding with SSA importJohn Stebbins2019-07-111-2/+91
* decsrtsub: fix missing initial sub with p-to-pJohn Stebbins2019-07-112-2/+21
* Fix gcc 9 compiler warningsJohn Stebbins2019-06-283-20/+21
* Fix "hardening features" log messageJohn Stebbins2019-06-271-1/+1
* reader: update hb_status_t eta_seconds during FASJohn Stebbins2019-06-271-0/+1
* hb_json: add new hb_state_t fieldsJohn Stebbins2019-06-251-1/+4
* LinGui: add queue statisticsJohn Stebbins2019-06-257-70/+87
* build: Add --enable-hardening flag to enable stack protection and enhanced bu...Nomis1012019-06-192-0/+6
* Fix build of libhb under NetBSDRyo ONODERA2019-06-181-1/+1
* decvcodec: fix building with QSV disabledJohn Stebbins2019-05-271-1/+1
* qsv: zero-copy re-implementationmaximd332019-05-268-70/+1111
* preset: Add Playstation 2160p60 Surround for PS4 Pro.edu2019-05-251-1/+121
* qsv: adding LowPower support for AVC and HEVC encode on the appropriate HW ge...maxd2019-05-176-9/+42
* hbavfilter: fix jerkey deinterlace outputJohn Stebbins2019-05-081-1/+4
* libhb: pass AV_PKT_FLAG_DISCARD through to decoderJohn Stebbins2019-05-023-1/+13
* deblock: replace pp7 with avfilter vf_deblockJohn Stebbins2019-05-027-645/+396
* rendersub: fix crash while rendering subtitlesJohn Stebbins2019-04-201-11/+10
* av_aac: use HB_PROJECT_FEATURE_FFMPEG_AAC instead of USE_FFMPEG_AACJohn Stebbins2019-04-172-4/+1
* vce: use HB_PROJECT_FEATURE_VCE instead of USE_VCEJohn Stebbins2019-04-174-13/+10
* nvenc: use HB_PROJECT_FEATURE_NVENC instead of USE_NVENCJohn Stebbins2019-04-174-11/+7
* qsv: use HB_PROJECT_FEATURE_QSV instead of USE_QSVJohn Stebbins2019-04-1723-68/+108
* encx265: Use HB_PROJECT_FEATURE_X265 instead of USE_X265John Stebbins2019-04-178-26/+26
* configure: export FEATURE.* vars to project.hJohn Stebbins2019-04-171-31/+45
* LinGui: fix additional mingw gtk UI build issuesJohn Stebbins2019-04-171-0/+1
* compat: fix compiler warning in strerror_rJohn Stebbins2019-04-171-0/+1
* make: finish correcting host/build semanticsJohn Stebbins2019-04-174-22/+22
* WinGui: Fix previews after hb_image_s change. Fixes #2044sr552019-04-161-0/+1
* vfr: improve duplicate frame drop detectionJohn Stebbins2019-04-141-19/+47
* work: fix pix_fmt init input to filter pipelineJohn Stebbins2019-04-141-1/+5
* ports: increase HB_LOW_PRIORITY on macOS to avoid threads being stalled on mo...Damiano Galassi2019-04-091-1/+1
* ports: set pthreads name on macOS.Damiano Galassi2019-04-091-0/+4
* cropscale: force output pixfmt to YUV420PJohn Stebbins2019-04-081-0/+9
* hbavfilter: fix filename in header commentJohn Stebbins2019-04-081-1/+1
* hbavfilter: hide internals of hb_avfilter_graph_sJohn Stebbins2019-04-084-51/+61
* avfilter: split individual filters to separate filesJohn Stebbins2019-04-0810-939/+1024
* avfilter: fix header file commentJohn Stebbins2019-04-081-1/+1
* libhb: change preset key to VideoColorMatrixCodeOverrideJohn Stebbins2019-04-0810-110/+218
* Add missing yuv444p12 colorspace optonJohn Stebbins2019-04-081-0/+2
* libhb: propagate color matrix info through the pipelineJohn Stebbins2019-04-0819-47/+650
* avfilter: simplify internal API to avfilterJohn Stebbins2019-04-0812-827/+910
* Fix crash when chroma smooth tune is NULLJohn Stebbins2019-04-081-6/+6
* decvobsub: fix crash due to malformed vobsubJohn Stebbins2019-04-041-10/+14
* contrib: Remove local pthreads-w32 in favor of winpthreads.Bradley Sepos2019-03-311-5/+1
* Libhb: Some minor logging cleanupsr552019-03-306-16/+16