summaryrefslogtreecommitdiff
path: root/ffpresets
Commit message (Collapse)AuthorAge
* backport libx264.c from trunkReinhard Tartler2010-02-24
| | | | | | | | | now compiles with x264 API versions 65 up to 85 patch prepared by darkshikari Originally committed as revision 22042 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* The default subq value in the x264 CLI is now 6, not 5.Robert Swain2009-01-25
| | | | Originally committed as revision 16788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add maxrate and bufsize specifications for iPod presets. I omitted theseRobert Swain2009-01-16
| | | | | | originally as I thought x264 set these automatically when specifying a level. Originally committed as revision 16629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add presets for Apple iPod constraintsRobert Swain2009-01-13
| | | | Originally committed as revision 16585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add presets to use as constraints for H.264 Baseline and Main profilesRobert Swain2009-01-13
| | | | Originally committed as revision 16584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some lossless h.264 encoding presets as suggested by JasonRobert Swain2009-01-07
| | | | Originally committed as revision 16478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a slow first pass presetRobert Swain2009-01-07
| | | | Originally committed as revision 16477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Be consistent and use b-frames throughout the presets to avoid confusion aboutRobert Swain2009-01-07
| | | | | | | whether they have to be specified in the first pass as well. Also use b_strategy=2 in hq and max presets to further improve compression efficiency. Originally committed as revision 16476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change direct prediction for fast first pass to automatic as all other presetsRobert Swain2009-01-07
| | | | | | | use this mode and it has to be enabled in the first pass to be used in the second Originally committed as revision 16474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Synchronise presets with recent subme/brdo/bidir_refine -> subme changes inRobert Swain2008-10-06
| | | | | | libx264 Originally committed as revision 15572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Substitute the not anymore supported "me" option name with "me_method"Francesco Cosoleto2008-09-28
| | | | | | | in ffpreset files. Patch by Francesco Cosoleto cosoleto -- gmail --dot-- com Originally committed as revision 15447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libx264 ffpresets:Robert Swain2008-09-17
* default - x264 CLI default values * fastfirstpass - disables options unnecessary for first pass * normal - Dark Shikari’s Q55 preset * hq - Dark Shikari’s Q75 preset * max - all options maxed out (at time of writing) Originally committed as revision 15348 to svn://svn.ffmpeg.org/ffmpeg/trunk