summaryrefslogtreecommitdiffstats
path: root/libhb/encx264.c
Commit message (Expand)AuthorAgeFilesLines
* libhb: revert part of the previous colormatrix override commit.Damiano Galassi2021-01-251-6/+6
* libhb: change the color-matrix cli option behavior. Set the color info at the...Damiano Galassi2021-01-241-6/+6
* Update copyright dates to 2021.Bradley Sepos2021-01-011-1/+1
* libhb: add 8bit to 10/12bit blend functions to rendersub.Damiano Galassi2020-11-181-1/+2
* Update copyright dates to 2020.Bradley Sepos2020-01-011-1/+1
* Gardening: Clean up trailing whitespaceNomis1012019-11-041-6/+6
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-3/+3
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
* 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-43/+3
* libhb: fix snprintf compiler warningsJohn Stebbins2018-06-131-3/+3
* encx264: fix encoding of very short duration framesJohn Stebbins2018-05-301-41/+2
* Misc. typosluz.paz2018-02-201-3/+3
* encx264: fix apply_h264_profile's lossless check for high bit depth.Tim Walker2018-02-181-4/+12
* libhb: fix a number of issues reported by clang.Damiano Galassi2018-01-121-1/+2
* encx264: check correct build number in ifdefJohn Stebbins2018-01-101-4/+4
* x264: bump to build 155John Stebbins2018-01-101-3/+45
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* add sdtp (sample dependency) box to mp4 (#1006)John Stebbins2017-11-281-5/+2
* Add adaptive streaming support (#972)John Stebbins2017-11-091-2/+6
* 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/+8
* libhb: use the new keyframe flag.Tim Walker2016-09-171-25/+24
* x264: fix memory leak in 10bit encodingJohn Stebbins2016-09-161-0/+1
* libhb: send initial chapter through pipelineJohn Stebbins2016-05-171-120/+59
* libhb: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-311-1/+1
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* encx264: only show warning log after first frameJohn Stebbins2015-11-151-1/+2
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-121-73/+369
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-091-17/+13
* grayscale: make it a real filterJohn Stebbins2015-10-141-16/+2
* libhb: add hb_buffer_listJohn Stebbins2015-09-241-19/+8
* libhb: remove HB_API_OLD_PRESET_GETTERS cruft.Rodeo2015-06-271-20/+0
* libhb: Use a buffer flat to indicate EOFjstebbins2015-05-011-1/+1
* encx264: fix hb_dict_init call.Rodeo2015-04-051-1/+1
* libhb: use jansson for hb_dictjstebbins2015-03-091-192/+200
* json: automatically scan title when processing json jobsjstebbins2015-03-071-7/+8
* Update year to 2015.bradleys2015-02-011-1/+1
* json: add json APIsjstebbins2014-12-161-13/+11
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* libhb: make encoder options less x264-centric.Rodeo2014-02-131-20/+21
* libhb: fix compiler warningjstebbins2014-01-261-7/+7
* encoders: save chapter markers in a list.Rodeo2014-01-071-8/+62
* encx264: remove some long dead code.Rodeo2013-10-191-6/+0
* encx264: don't log unparsed options if the string is NULL.Rodeo2013-10-191-1/+4
* encx264: remove duplicate logging (libx264 already logs the SAR), and log the...Rodeo2013-10-191-4/+2
* encx264: log the unparsed advanced options string for informational purposes.Rodeo2013-10-191-0/+10
* encx264: auto-enable metrics when the relevant tune is requested.Rodeo2013-08-171-0/+22