Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-29Update x264 presets in line with latest x264 changes.Lou Logan
Patch by Lou Logan. Originally committed as revision 22714 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-27Use the newly available x264 parameters in ffmpeg in the x264 preset files.Lou Logan
Patch by Lou Logan. Originally committed as revision 22695 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-25Enable mbtree by default, and remove it from presetsBaptiste Coudurier
Originally committed as revision 22671 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-02Add presets for all of the x264 presets, including fastfirstpass versions.Lou Logan
Not 100% accurate, since not all x264 options have ffmpeg equivalents yet. Patch by Lou Logan. Originally committed as revision 22144 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-08Add MBtree support for libx264Erik Slagter
Patch by Erik Slagter Originally committed as revision 20774 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-24Add weightp support in API for libx264.Jason Garrett-Glaser
ffmpeg can encode baseline profile again. Originally committed as revision 20600 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-14Update preset files to jive somewhat better with more recent x264 API.Jason Garrett-Glaser
Originally committed as revision 19837 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-26The default subq value in the x264 CLI is now 6, not 5.Robert Swain
Originally committed as revision 16788 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-16Add maxrate and bufsize specifications for iPod presets. I omitted theseRobert Swain
originally as I thought x264 set these automatically when specifying a level. Originally committed as revision 16629 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-13Add presets for Apple iPod constraintsRobert Swain
Originally committed as revision 16585 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-13Add presets to use as constraints for H.264 Baseline and Main profilesRobert Swain
Originally committed as revision 16584 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-07Add some lossless h.264 encoding presets as suggested by JasonRobert Swain
Originally committed as revision 16478 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-07Add a slow first pass presetRobert Swain
Originally committed as revision 16477 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-07Be consistent and use b-frames throughout the presets to avoid confusion aboutRobert Swain
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
2009-01-07Change direct prediction for fast first pass to automatic as all other presetsRobert Swain
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
2008-10-06Synchronise presets with recent subme/brdo/bidir_refine -> subme changes inRobert Swain
libx264 Originally committed as revision 15572 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-28Substitute the not anymore supported "me" option name with "me_method"Francesco Cosoleto
in ffpreset files. Patch by Francesco Cosoleto cosoleto -- gmail --dot-- com Originally committed as revision 15447 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-17libx264 ffpresets:Robert Swain
* 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