summaryrefslogtreecommitdiffstats
path: root/libhb/encx264.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix 2 pass cfr x264 crashjstebbins2011-03-131-1/+1
* Add parameter parsing and b-frame support to ffmpeg mpeg-4 encoderjstebbins2011-03-111-4/+4
* make keyint match between 1st and 2nd passes of vfr and pfr encodes.jstebbins2011-03-081-23/+19
* Adjust x264 qpmin for QT compatibility.jstebbins2010-12-161-0/+6
* Fix encx264 to accomodate upcoming x264 api change.jstebbins2010-11-071-18/+15
* Improved logging of keyint min/maxjstebbins2010-11-071-4/+21
* update baseline presets with weightp=0jstebbins2010-10-231-38/+0
* clean up crufty legacy codejstebbins2010-10-231-17/+0
* fix some preset issuesjstebbins2010-07-031-15/+0
* x264 bump from r1523 to r1538dynaflash2010-04-141-5/+4
* flush frames x264 has cached properlyjstebbins2010-04-021-2/+4
* when in cfr mode, tell x264 we are doing cfr and allow x264 to set the timeba...jstebbins2010-04-021-2/+11
* libhb: change the x264 header NAL array order from sei - sps - pps to sps - p...dynaflash2010-03-311-4/+4
* temporary hack to use old x264 b-pyramid default of 0 (none)jstebbins2010-03-051-0/+3
* fix keyint mismatch between 1st and 2nd passes of a 2pass encodejstebbins2010-02-061-10/+5
* use DTS generated by x264 when computing duration and offset in muxmp4jstebbins2010-02-061-96/+9
* Removes obsolete check for mbtree being off before adjusting render offsets f...jbrjake2009-12-091-3/+3