summaryrefslogtreecommitdiffstats
path: root/libhb/encx264.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hb_apply_h264_level: miscellaneous cosmetics.Rodeo2012-11-121-31/+64
* hb_x264_param_unparse: miscellaneous cosmetics.Rodeo2012-11-121-301/+326
* hb_x264_param_unparse: returns a complete x264 encopts string from a preset/t...Rodeo2012-11-121-2/+620
* Add a utility function to check whether an H.264 level can be used given the ...Rodeo2012-11-051-0/+15
* encx264: revert part of revision 4944.Rodeo2012-11-051-20/+9
* hb_apply_h264_level: return 1 in case of warnings and make return values > 0 ...Rodeo2012-09-111-11/+28
* hb_apply_h264_level: add a parameter to silence warnings.Rodeo2012-09-111-27/+34
* encx264: make hb_x264_encopt_synonyms two-dimensional instead of faking it.Rodeo2012-09-091-3/+3
* encx264: use less generic names for some stuff.Rodeo2012-09-091-8/+8
* hb_apply_h264_level() update & cleanup.Rodeo2012-09-091-119/+142
* Updated file copyright / GPL headerssr552012-06-151-3/+6
* Cosmetic after last commit.Rodeo2012-03-311-1/+1
* encx264: cleanup.Rodeo2012-03-311-33/+33
* hb_apply_h264_level: avoid division by zero due to some x264_param_t fields b...Rodeo2012-03-291-4/+16
* encx264: add functionality to retrieve the "preferred" option name for option...Rodeo2012-03-291-1/+10
* libhb: use source colorimetry information when available.Rodeo2012-03-281-11/+24
* encx264: use x264_param_apply_fastfirstpass.Rodeo2012-03-281-0/+6
* libhb: add basic dictionary implementation.Rodeo2012-03-281-49/+18
* Rework filter pipelinejstebbins2012-03-271-34/+34
* Fix hb_apply_h264_level. x264_sps_init doesn't yet take VBV into account when...Rodeo2012-03-251-5/+18
* Misc. improvements to the previous commit.Rodeo2012-03-241-25/+68
* Add hb_apply_h264_level(). Sets and ensures compliance with the specified H.2...Rodeo2012-03-241-3/+152
* CLI: x264 preset, tuning, and profile supportjstebbins2011-10-021-22/+56
* Add fake keyframes for PIR encodingjstebbins2011-09-191-10/+18
* libhb: allow changing colorimetry in x264 optionsjstebbins2011-08-081-31/+32
* libhb: fix crash when x264 fails to initializejstebbins2011-06-061-0/+5
* Remove legacy % to RF mapping.jstebbins2011-03-211-12/+3