summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* qsv: d3d11 enablingagalin892019-09-223-58/+253
* contrib: Use libdav1d for AV1 decoding in FFmpeg.Justin Bull2019-09-171-2/+2
* MacGui: fix a few warnings when building in Xcode 11.Damiano Galassi2019-09-131-0/+1
* libhb: make hb_buffer_t libhb privateJohn Stebbins2019-09-1215-17/+33
* libhb: avoid harfbuzz header barrier collisionsJohn Stebbins2019-09-1239-109/+126
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-12120-268/+264
* libhb: Restore null check in decvobsub.cBradley Sepos2019-09-101-1/+2
* libhb: Remove useless conditional in taskset.c.Bradley Sepos2019-09-101-2/+1
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-1063-64/+64
* preset: change last ditch audio selection behaviorJohn Stebbins2019-09-101-4/+2
* Create separate fake iso639 "any" entryJohn Stebbins2019-09-103-32/+82
* libhb: Remove a useless pointer check from decvobsub.c.Bradley Sepos2019-09-101-4/+1
* libhb: Silence an uninitialized return variable warning.Bradley Sepos2019-09-091-1/+1
* Fix initialization of empty "" subtitle nameJohn Stebbins2019-09-091-0/+8
* hb_json: fix subtitle import crashJohn Stebbins2019-09-091-1/+1
* Logging: Changed wordingsr552019-09-081-2/+2
* Logging: Reset the time clock.sr552019-09-081-0/+1
* Logging Improvements "Change Job" -> "Work"sr552019-09-081-4/+7
* Improve detail in logging of jobs. #2285sr552019-09-081-1/+12
* decavcodec: fix memory leakJohn Stebbins2019-08-301-0/+1
* hb_json: fix double freeJohn Stebbins2019-08-301-4/+13
* 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