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
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
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-04-28Add long names to some AVCodec declarations.Stefano Sabatini
2008-04-19Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-15typo fixesDiego Biurrun
2008-03-10misc spelling fixesDiego Biurrun
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-02-26Fix trellis quant + AAN DCT.Michael Niedermayer
2008-01-07Remove unused symbol.Diego Pettenò
2007-12-27Fix encoding wmv1 with -mbd 1.Michael Niedermayer
2007-11-10cosmetics: Fix vissual --> visual typo.Diego Biurrun
2007-10-08export convert_matrix and add ff_ prefixBaptiste Coudurier
2007-07-29warn user if max=bitrate && max > minMichael Niedermayer
2007-07-11cosmetics: indentationAurelien Jacobs
2007-07-11Avoid linking with h263.c functions when the relevant codecsAurelien Jacobs
2007-07-10Split ff_set_mpeg4_time() and move the non mpeg4 specific partAurelien Jacobs
2007-07-06move ff_copy_bits to bitstream.cAurelien Jacobs