summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* VCE: Vulkan support on linux.OvchinnikovDmitrii2019-08-281-11/+33
* stream: fix size of subtitle extradataJohn Stebbins2019-08-261-1/+1
* stream: fix subtitle extradata buffer over-readJohn Stebbins2019-08-261-1/+2
* hb_json: fix title dict format stringJohn Stebbins2019-08-261-1/+1
* fix initialization of libswscale stride dataJohn Stebbins2019-08-261-0/+2
* dvdnav: fix double free on closeJohn Stebbins2019-08-261-1/+1
* encavcodec: fix chapter mark postion for nvenc encodesJohn Stebbins2019-08-221-5/+5
* make: Move harden option to the new Security group in configure.py.Nomis1012019-08-212-2/+3
* Better error message when avcodec_find_encoder_by_name() fails (#2252)digulla2019-08-211-18/+25
* Fix -Wduplicate-decl-specifier warningsNomis1012019-08-201-2/+2
* preset: fix NULL initializtion of subtitle nameJohn Stebbins2019-08-161-5/+8
* libhb: remove dead code.Damiano Galassi2019-08-134-2485/+0
* nvenc: Change the rate control to vbr_hq, setting qmin/qmax #2231sr552019-08-121-3/+10
* NVEnc: Check SDK version and disable feature if driver is too old. Prevent r...sr552019-08-121-0/+15
* libhb: eliminate file path length limitsJohn Stebbins2019-08-1111-63/+90
* dvd: create track named from dvd track attributesJohn Stebbins2019-08-112-0/+42
* stream: improve track name selectionJohn Stebbins2019-08-111-13/+57
* fix build errorJohn Stebbins2019-08-111-1/+2
* muxavformat: set handler_name for subtitle track names alsoJohn Stebbins2019-08-111-0/+6
* muxavformat: fix writing alternative track name in mp4 hdlr atomJohn Stebbins2019-08-111-1/+1
* add subtitle name to job configuration log outputJohn Stebbins2019-08-111-0/+4
* add subtitle track name read/writeJohn Stebbins2019-08-116-20/+66
* a few fixes for audio track name handlingJohn Stebbins2019-08-114-9/+6
* libhb: make source audio track name available to frontendsJohn Stebbins2019-08-116-4/+38
* Remove libsamplerateJohn Stebbins2019-08-113-65/+48
* audio_resample: set input and output samplerateJohn Stebbins2019-08-055-7/+48
* stream: fix building of subtitle list in PES filesJohn Stebbins2019-07-311-1/+1
* Fix some typos (#2202)Nomis1012019-07-3124-38/+38
* LinGui: change chapter list to GtkListBoxJohn Stebbins2019-07-301-4/+11
* 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