summaryrefslogtreecommitdiffstats
path: root/libhb/encx265.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates to 2020.Bradley Sepos2020-01-011-1/+1
* encx265: use locale agnostic level nameJohn Stebbins2019-11-181-2/+4
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-4/+4
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
* encx265: set levelJohn Stebbins2019-07-111-0/+27
* encx265: Use HB_PROJECT_FEATURE_X265 instead of USE_X265John Stebbins2019-04-171-1/+4
* libhb: change preset key to VideoColorMatrixCodeOverrideJohn Stebbins2019-04-081-6/+6
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* Refactor the color tag code, and pass it to the FFmpeg encoders.Damiano Galassi2018-08-281-34/+4
* libhb: fix snprintf compiler warningsJohn Stebbins2018-06-131-8/+10
* Misc. typosluz.paz2018-02-201-1/+1
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* add sdtp (sample dependency) box to mp4 (#1006)John Stebbins2017-11-281-0/+3
* Add adaptive streaming support (#972)John Stebbins2017-11-091-1/+1
* encx265: fix compiler warningJohn Stebbins2017-02-221-1/+0
* encx265: fix 2 pass encoding when framerate is wrongJohn Stebbins2017-02-221-3/+2
* mux: shift timestamps by largest encoder delayJohn Stebbins2017-02-141-2/+2
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* libhb: add new color tags for Bt 2020 and SMPTE ST 2084Damiano Galassi2016-12-211-1/+6
* encx265: fix turbo first passJohn Stebbins2016-11-071-3/+8
* encx265: flag all HEVC random access points as keyframes.Tim Walker2016-09-171-0/+5
* libhb: use the new keyframe flag.Tim Walker2016-09-171-6/+7
* encx265: fix incorrect input continuity messageJohn Stebbins2016-08-101-1/+2
* encx265: simplify chapter mark handlingJohn Stebbins2016-05-251-79/+22
* libhb: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-311-1/+1
* x265: use more permissive x265_api_query instead of x265_api_getJohn Stebbins2016-03-301-2/+2
* libhb: fix x265 encoding with CRF == 0.0Tim Walker2016-03-291-1/+1
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* Added missing NULL pointer check in encx265Closeschrotthaufen2015-11-131-0/+1
* x265: add support for 10, 12, and 16 bit x265 libsJohn Stebbins2015-11-121-20/+22
* x265: use multi-lib APIJohn Stebbins2015-11-121-30/+45
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-091-1/+2
* libhb: add hb_buffer_listJohn Stebbins2015-09-241-22/+6
* encx265: fix regression introduced in SVN revision 6366.Rodeo2015-06-081-6/+2
* libhb: fix issues with video optionsjstebbins2015-05-281-0/+1
* libhb: Use a buffer flat to indicate EOFjstebbins2015-05-011-1/+1
* Bump libx265 to version 1.6Rodeo2015-04-031-0/+3
* libhb: use jansson for hb_dictjstebbins2015-03-091-4/+14
* json: automatically scan title when processing json jobsjstebbins2015-03-071-3/+4
* libhb: don't pass "auto" profile to libx265.Rodeo2015-02-161-1/+3
* H.265: don't allow requesting Main 10 profile.Rodeo2015-02-151-0/+1
* Update year to 2015.bradleys2015-02-011-1/+1
* json: add json APIsjstebbins2014-12-161-17/+15
* x265: enable 2-pass ABR encodingjstebbins2014-08-261-18/+42
* Bump x265 to version 1.0Rodeo2014-05-131-35/+91
* encx265: fix chapter insertion.Rodeo2014-05-101-0/+1
* Fix previous commit again. This is not my day.Rodeo2014-04-061-91/+35
* QSV: fix previous commit (outdated version of the same patch, sorry9.Rodeo2014-04-061-35/+91
* x265: enable MP4 and Matroska muxing.Rodeo2014-03-131-34/+0
* Bump x265 to r6321 8a84c10e5116.Rodeo2014-02-281-81/+213