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
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: presets: rename presets directory lavc: make avcodec_get_context_defaults3 "officially" public lavf: replace av_new_stream->avformat_new_stream part II. lavf,lavd: replace av_new_stream->avformat_new_stream part I. lavf: add avformat_new_stream as a replacement for av_new_stream. Use correct scaling table for bwd-pred MVs in second B-field Ut Video decoder Makefile: change presets extension to .avpreset lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs lavfi: add testsrc source AVOptions: add documentation. presets: update libx264 ffpresets Conflicts: Changelog doc/APIchanges doc/ffmpeg.texi ffpresets/libx264-ipod320.ffpreset ffpresets/libx264-ipod640.ffpreset ffserver.c libavcodec/avcodec.h libavcodec/options.c libavcodec/version.h libavdevice/libdc1394.c libavfilter/avfilter.h libavfilter/vsrc_testsrc.c libavformat/flvdec.c libavformat/riff.c libavformat/version.h libavformat/wtv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-10-19presets: rename presets directoryJanne Grunau
2011-10-19presets: update libx264 ffpresetsAnton Khirnov
Use the native libx264 options and rename all the preset to use the avpreset extension.
2011-10-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: sunrast: Check for out of bounds reads lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to BUFFER lavc: replace API-bump-triggered AVCodecContext field change with shorter, non-conflicting name Add libvpx presets. doc/avtools: add forgotten part to stream specifiers description swscale: prevent overflow during initialization g722: Add a fate test for the encoder fate: Add a target for creating a 16000 Hz mono synthetic audio file macosx: use the default surface on newer sdl Conflicts: ffplay.c libavcodec/avcodec.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-10-18Add libvpx presets.Anton Khirnov
Based on a patch by James Zern jzern AT google DOT com
2011-09-27remove libx264 lossless presetsLou Logan
It is simpler and more consistent to use "-preset $speed -qp 0" for lossless. Also, the old presets encode slower. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-09-22presets: use private options in libx264-ipod ffpresetsLou Logan
Change flags2 options to supported libx264 private options.
2011-07-28Remove libx264 baseline ffpresetLou Logan
Made redundant by "-profile baseline". Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-06-21presets: forgotten libvpx presetsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: Fix compilation of iirfilter-test. libx264: handle closed GOP codec flag lavf: remove duplicate assignment in avformat_alloc_context. lavf: use designated initializers for AVClasses. flvdec: clenup debug code asfdec: fix possible overread on broken files. asfdec: do not fall back to binary/generic search asfdec: reindent after previous commit c7bd5ed asfdec: fallback to binary search internally mpegaudio: add _fixed suffix to some names Modify x86util.asm to ease transitioning to 10-bit H.264 assembly. dct: build dct32 as separate object files qdm2: include correct header for rdft Conflicts: ffpresets/libx264-fast.ffpreset ffpresets/libx264-fast_firstpass.ffpreset ffpresets/libx264-faster.ffpreset ffpresets/libx264-faster_firstpass.ffpreset ffpresets/libx264-medium.ffpreset ffpresets/libx264-medium_firstpass.ffpreset ffpresets/libx264-placebo.ffpreset ffpresets/libx264-placebo_firstpass.ffpreset ffpresets/libx264-slow.ffpreset ffpresets/libx264-slow_firstpass.ffpreset ffpresets/libx264-slower.ffpreset ffpresets/libx264-slower_firstpass.ffpreset ffpresets/libx264-superfast.ffpreset ffpresets/libx264-superfast_firstpass.ffpreset ffpresets/libx264-ultrafast.ffpreset ffpresets/libx264-ultrafast_firstpass.ffpreset ffpresets/libx264-veryfast.ffpreset ffpresets/libx264-veryfast_firstpass.ffpreset ffpresets/libx264-veryslow.ffpreset ffpresets/libx264-veryslow_firstpass.ffpreset libavformat/flvdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-05-18libx264: handle closed GOP codec flagJindrich Makovicka
Also update libx264 presets to keep closed gop as default. Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-04-17Remove now useless ffpresets for x264, use -presetBaptiste Coudurier
2011-02-09Update qmin/qmax values for libx264 presetsJason Garrett-Glaser
Also allow qmin/qmax to go up to 69 (the current max value for libx264). This will have to increase when we add 9/10-bit support. (cherry picked from commit c7ac200d15e3240972d269df768068f0e3bb9c2f)
2011-02-09Update qmin/qmax values for libx264 presetsJason Garrett-Glaser
Also allow qmin/qmax to go up to 69 (the current max value for libx264). This will have to increase when we add 9/10-bit support.
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2010-09-18Remove legacy x264 presetsLou Logan
Since we now have the official x264 presets in ffmpeg, there's no reason to keep around the old ones. Patch by Lou Logan <lou AT fakeoutdoorsman DOT com>. Originally committed as revision 25142 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-29Update x264 presets. Patch by Lou Logan <lou@fakeoutdoorsman.com>Lou Logan
Originally committed as revision 23879 to svn://svn.ffmpeg.org/ffmpeg/trunk
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