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-02-14use ff_xvmc for function names instead of XVMC_Ivan Kalvachev
2009-02-14Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun
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-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-05Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård
2008-12-16Switch xvmc over to a CONFIG_ option.Diego Biurrun
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-12-02Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer
2008-10-02Rename copy_picture to ff_copy_picture.Carl Eugen Hoyos
2008-09-25Do not use the generic "alloc missing references" code for h.264 as it doesMichael Niedermayer
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
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