summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
Commit message (Expand)AuthorAgeFilesLines
* libhb: make hb_buffer_t libhb privateJohn Stebbins2019-09-121-0/+1
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-9/+9
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
* Fix initialization of empty "" subtitle nameJohn Stebbins2019-09-091-0/+8
* libhb: eliminate file path length limitsJohn Stebbins2019-08-111-9/+19
* add subtitle track name read/writeJohn Stebbins2019-08-111-0/+18
* a few fixes for audio track name handlingJohn Stebbins2019-08-111-2/+2
* libhb: make source audio track name available to frontendsJohn Stebbins2019-08-111-0/+5
* Fix some typos (#2202)Nomis1012019-07-311-1/+1
* Fix dropped audio when embedded CC sub is selectedJohn Stebbins2019-07-151-1/+2
* av_aac: use HB_PROJECT_FEATURE_FFMPEG_AAC instead of USE_FFMPEG_AACJohn Stebbins2019-04-171-1/+1
* vce: use HB_PROJECT_FEATURE_VCE instead of USE_VCEJohn Stebbins2019-04-171-5/+4
* nvenc: use HB_PROJECT_FEATURE_NVENC instead of USE_NVENCJohn Stebbins2019-04-171-2/+2
* qsv: use HB_PROJECT_FEATURE_QSV instead of USE_QSVJohn Stebbins2019-04-171-10/+10
* encx265: Use HB_PROJECT_FEATURE_X265 instead of USE_X265John Stebbins2019-04-171-4/+4
* libhb: change preset key to VideoColorMatrixCodeOverrideJohn Stebbins2019-04-081-0/+27
* Add missing yuv444p12 colorspace optonJohn Stebbins2019-04-081-0/+2
* libhb: propagate color matrix info through the pipelineJohn Stebbins2019-04-081-0/+132
* libhb: Initial implementation of Chroma Smooth filter.Bradley Sepos2019-03-281-0/+5
* Add WebM support (#1822)Justin Bull2019-02-131-11/+18
* libhb: Add a hb_global_init_no_hardware that disables all the hardware encode...sr552019-02-111-29/+37
* ports: move hb_getline to ports.c where it belongsJohn Stebbins2019-01-141-67/+0
* Add hb_getline since mingw doesn't have getline functionJohn Stebbins2019-01-141-0/+66
* Add SSA subtitle importJohn Stebbins2019-01-141-10/+20
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* Extend the range of allowed bitrate inputs to allow Opus to go down as low as...sr552018-12-111-0/+3
* Add VideoToolbox hardware encoding thru FFmpeg.Damiano Galassi2018-11-151-0/+29
* Give VCE and NVENC encoders more descriptive long namesJohn Stebbins2018-11-141-4/+4
* Refactor the color tag code, and pass it to the FFmpeg encoders.Damiano Galassi2018-08-281-0/+4
* Fixing available Levels for VCE and other H265 encoders.sr552018-08-161-6/+9
* VCE: Show only supported H264 / HEVC profiles.sr552018-08-161-3/+5
* VCE: Implement missing compile time availability flag. This should stop it sh...sr552018-07-071-1/+6
* libhb: Fix an ifdef typosr552018-07-021-1/+1
* Add NVEnc encoder. (Round 3) (#1437)Scott2018-06-291-31/+50
* resample: fix ditheringJohn Stebbins2018-06-271-11/+2
* audio_resample: switch from avresample to swresampleJohn Stebbins2018-06-271-8/+8
* libhb: Allow 7.1 channels AAC encoding.Simon Lämmle2018-06-161-3/+11
* Fix PGS subtitle decoding...John Stebbins2018-06-131-13/+17
* VCE: Add support for fetching levels for H.264 and H.265sr552018-06-081-0/+12
* libhb: test: Guard VCE encoders behind USE_VCE.Bradley Sepos2018-06-081-0/+4
* Add support for VCE hardware encoding.Michael Wootton2018-06-061-0/+9
* libhb: allow muxing E-AC3 in mp4.Damiano Galassi2018-06-051-2/+2
* libhb: build: README: Replace instances of Libav with FFmpeg.Bradley Sepos2018-05-291-1/+1
* libhb: don't drop "escape" char in hb_str_vsplitJohn Stebbins2018-04-031-5/+0
* Misc. typosluz.paz2018-02-201-2/+2
* libhb: fix a number of issues reported by clang.Damiano Galassi2018-01-121-1/+14
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* CLI: add option to log version, title, and progress in jsonJohn Stebbins2017-11-061-2/+43
* Allow audio fallback to be "None" (#623)John Stebbins2017-06-121-24/+23
* filter: add frame parallelizing filter wrapperJohn Stebbins2017-06-061-1/+27