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-07-31fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471Baptiste Coudurier
2008-07-24cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun
2008-05-31Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer
2008-05-25Fix MB skipping with droppable frames.Michael Niedermayer
2008-04-21Unroll codepathKeiji Costantini
2008-04-10cosmetics: Break an overly long line.Keiji Costantini
2008-03-26Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun
2008-03-15typo fixesDiego Biurrun
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-03-06move ff_mpeg1_dc_scale_table to mpegvideo.cAurelien Jacobs
2008-03-05move ff_emulated_edge_mc() to dsputilAurelien Jacobs
2008-03-04move ff_init_scantable() into dsputilAurelien Jacobs
2008-03-04move draw_edges() into dsputilAurelien Jacobs
2008-02-20Fix ;;Michael Niedermayer
2008-02-09Remove pointless code.Michael Niedermayer
2008-01-29Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocatedJeff Downs
2007-11-29fix segfault with interlaced h.264Michael Niedermayer
2007-10-22Clarify comment block and rewrite in better English.Diego Biurrun
2007-10-18replace (disabled by default) assert(0) by abort() if the picture bufferMichael Niedermayer
2007-10-08Manage Picture buffers for fields as well as frames. Pair complementary field...Jeff Downs
2007-10-08export DCT_common_init and add ff_prefixBaptiste Coudurier
2007-10-03Rename MPV_common_init_ppc to MPV_common_init_altivec, the function isDiego Biurrun
2007-10-03Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a fileDiego Biurrun
2007-09-26h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held fo...Jeff Downs
2007-09-25Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not anDiego Biurrun
2007-09-05Add slice-based parallel H.264 decodingAndreas Öman
2007-08-31renaming ARCH_BFIN to HAVE_BFINMarc Hoffman
2007-08-01make grayscale only decoding checks in inner loops compiletime killableMichael Niedermayer
2007-07-31fix mem leakDaniel Kristjansson
2007-07-30 replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32Roman Shaposhnik
2007-07-12move ff_h263_round_chroma() to mpegvideo.h as static inlineMåns Rullgård
2007-07-10move init_vlc_rl from h263.c to mpegvideo.cAurelien Jacobs
2007-07-10move ff_set_qscale from h263.c to mpegvideo.cAurelien Jacobs
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-07-05make DCT_common_init() staticAurelien Jacobs
2007-07-05move mpeg encoder specific initialization in the encoder specific fileAurelien Jacobs
2007-07-03Description: split mpegvideo.cBenoit Fouet
2007-06-20move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet
2007-06-20remove unused constant definitionBenoit Fouet
2007-06-20aanscales is used only with CONFIG_ENCODERSBenoit Fouet
2007-06-14Simplify init preprocessor statements.Albert Lee
2007-06-12integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman
2007-06-12misc typo fixesDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-28Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun
2007-05-20use AV_LOG_ERROR instead of INFO for errorsMichael Niedermayer
2007-05-20sanity checks for bitrate tolerance and buffer size (= fail if a single frame...Michael Niedermayer
2007-05-19move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs
2007-05-19add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs
2007-05-19split ljpeg encoder out of mjpeg.cAurelien Jacobs