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
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
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-07-05move mpeg encoder specific initialization in the encoder specific fileAurelien Jacobs
2007-07-05cosmetics: indentationAurelien Jacobs
2007-07-05split mpeg12 encoder out of mpeg12.cAurelien Jacobs
2007-07-03Description: split mpegvideo.cBenoit Fouet