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
2008-10-13Fix mem leak.Ralf Terdic
Patch by Ralf Terdic contact >AT< jswiff com Originally committed as revision 15612 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-02x264 has removed the b-rdo and bime options, and instead integratedJason Garrett-Glaser
them into the subme number to attempt to reduce the number of unnecessary options. subme now scales up to 9. Patch by Jason Garett-Glaser %darkshikari A gmail P com% Originally committed as revision 15523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-16sync to latest x264 git, field was renamedBaptiste Coudurier
Originally committed as revision 15337 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-29Make X264_init() no longer assign avctx->rc_eq to libx264's context.Stefano Sabatini
Fix a crash due to X264_init() setting the libx264 rc_eq field to NULL when rc_eq was not defined. As a consequence rc_eq can no longer be manually specified and passed to libx264, but this option is going to be removed from the libx264 public API anyway. See the thread: "Fix crash in libx264 when rc_eq is not set". Originally committed as revision 15029 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-05add esa/dia compat me options and new tesa for libx264Baptiste Coudurier
Originally committed as revision 13660 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-04x264 interlaced encoding optionBaptiste Coudurier
Originally committed as revision 13656 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-04cleanup, remove useless parenthesesBaptiste Coudurier
Originally committed as revision 13655 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13130 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13017 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-12map warning levels between libx264 and libavutilBenoit Fouet
Originally committed as revision 9607 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-06update my email addressMåns Rullgård
Originally committed as revision 9489 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-06Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun
Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-06Give all wrappers for external libraries names starting with lib.Diego Biurrun
Originally committed as revision 9226 to svn://svn.ffmpeg.org/ffmpeg/trunk