summaryrefslogtreecommitdiffstats
path: root/libhb/encx264.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* encx264: don't force-enable metrics (PSNR, SSIM).Rodeo2013-08-171-5/+0
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-3/+3
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* 2013 preset changes:Rodeo2013-03-041-7/+0
* x264 preset system: miscellaneous improvements.Rodeo2013-01-301-76/+122
* Fix hb_apply_h264_level() after x264 bump.Rodeo2013-01-221-1/+1
* Bump libav to v9_beta3.Rodeo2012-12-311-4/+4
* hb_x264_param_unparse: cosmetics.Rodeo2012-12-201-1/+1
* hb_x264_param_unparse: unset a few options that have no effect in the advance...Rodeo2012-12-201-1/+21
* hb_apply_h264_level: cosmetics, change the meaning of the last parameter (be_...Rodeo2012-12-201-9/+9
* encx264: raise qpmin to 4. 3 has been found to fail on real sources.Rodeo2012-12-091-3/+5
* hb_x264_param_unparse(): fix typo.Rodeo2012-11-271-1/+1