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 (Expand)Author
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-07-08Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-31Add include to fix implicit declaration of ff_mpeg4_init_direct_mv andReimar Döffinger
2010-01-09Split H263 encoder and decoder from common code.Michael Niedermayer
2009-12-02Store original width/height so that rv20 does not get stuck with someMichael Niedermayer
2009-12-02Make rv1/2 decoder use the next slice if needed.Michael Niedermayer
2009-11-23Correct order of arguments for avcodec_check_dimensions().Michael Niedermayer
2009-11-23Make sure avcodec_set_dimensions() is used when rv20 changes resolution.Michael Niedermayer
2009-08-04Split RV10 encoder off into its own file.Diego Biurrun
2009-08-04Split RV20 encoder into its own file.Diego Biurrun
2009-08-03Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.Diego Biurrun
2009-08-02Remove commented-out cruft.Diego Biurrun
2009-07-28Use dprintf() instead of '#ifdef DEBUG' and av_log().Diego Biurrun
2009-07-27Remove disabled function get_num().Diego Biurrun
2009-05-24indentMichael Niedermayer
2009-05-24Fix lowres with rv20.Michael Niedermayer
2009-04-11Get rid of INIT_VLC_USE_STATIC in rv10/rv20.Michael Niedermayer
2009-04-11Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-24Add and use ff_pixfmt_list_420.Michael Niedermayer
2009-02-03Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thanky...Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-16Check extradata is large enough.Laurent Aimar
2008-10-02spelling cosmeticsDiego Biurrun
2008-09-03Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun
2008-07-13bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-02-01constMichael Niedermayer
2007-10-21indentation after last commitKostya Shishkov
2007-10-21Make RV10/20 decoder work with new frame formatKostya Shishkov
2007-08-09use skip_bits where appropriateAlex Beregszaszi
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-07-08 * Getting rid of the use of GCC language extensionsRoman Shaposhnik
2007-03-11Check dimensions to avoid division by zero due to invalid new dimensions.Reimar Döffinger
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-30seems only 3 bits are used for the number of resolutions, some rv30 files hav...Michael Niedermayer
2006-09-30ignore sub_idMichael Niedermayer
2006-09-30big endian fixMichael Niedermayer