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
2010-02-17Use LOCAL_ALIGNED macro for local arraysMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-11Add missing internal.h to files calling ff_match_2uint16().Alexander Strange
2010-01-09Add a function to match a 2 element vector of uint16_t and use it in h263 and...Michael Niedermayer
2010-01-08Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer
2010-01-07Move forgotton "AVCodec flv_encoder" over to flvenc.c.Michael Niedermayer
2010-01-07Split out flv encoding.Michael Niedermayer
2009-12-30Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun
2009-12-28Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.Diego Biurrun
2009-12-14Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding.Michael Niedermayer
2009-12-10Cosmetic (restructure RGB ljpeg check to be more readable)Michael Niedermayer
2009-12-1010l, Fix YUV ljpeg that i just broke by mistake.Michael Niedermayer
2009-12-10Fix RGB LJPEG encoding.Michael Niedermayer
2009-12-04Make sure ff_init_qscale_tab() is called one way or another whenMichael Niedermayer
2009-12-04Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer
2009-10-19Add additional long names for the Flash Video decoder and encoder.Stefano Sabatini
2009-10-06Remove casts that are useless since the argument is void *.Reimar Döffinger
2009-09-10Check for thread_count==0.Michael Niedermayer
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-08-05Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER.Diego Biurrun
2009-08-05Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER.Diego Biurrun
2009-08-05Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER orDiego Biurrun
2009-08-03Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c.Diego Biurrun
2009-05-28remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier
2009-05-27Rename alloc_picture to ff_alloc_picture and move its definitionBaptiste Coudurier
2009-05-23Set progressive_sequence before MPV_common_init which cares about it whenBaptiste Coudurier
2009-05-14Fix VBV delay for mpeg1/2 CBR.Michael Niedermayer
2009-05-02Remove dead assignments found by CSABenjamin Larsson
2009-04-13Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
2009-02-12Let rgb32 pass for ljpeg.Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-25Make more descriptive the long names for the various variants of H.263.Stefano Sabatini
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-17export gcd function as av_gcd()Aurelien Jacobs
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2008-11-29Implement the fields rc_max_available_vbv_use andBaptiste Coudurier
2008-11-26Move aanscales tables to their own file; fixes compilation without encoders.Diego Biurrun
2008-11-26cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible.Diego Biurrun
2008-11-12Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik
2008-11-08Promote inv_aanscales array to global scope (ff_inv_aanscales)Peter Ross
2008-10-02Rename copy_picture to ff_copy_picture.Carl Eugen Hoyos
2008-09-08Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer
2008-09-01Check ff_init_me()s return value.Michael Niedermayer
2008-08-08fix 4:2:2 psnrBaptiste Coudurier
2008-08-06Prevent low delay from being used with mpeg1.Michael Niedermayer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-09uniformize trellis quant optionBaptiste Coudurier
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-29Typo: distoration -> distortion.Ramiro Polla