summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-8/+8
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-11/+11
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-041-1/+5
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-171-2/+2
* Switch xvmc over to a CONFIG_ option.Diego Biurrun2008-12-151-3/+3
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-3/+3
* Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer2008-12-021-0/+3
* Rename copy_picture to ff_copy_picture.Carl Eugen Hoyos2008-10-021-4/+4
* Do not use the generic "alloc missing references" code for h.264 as it doesMichael Niedermayer2008-09-251-1/+1
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-081-1/+1
* fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471Baptiste Coudurier2008-07-311-9/+10
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-241-1/+1
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-301-14/+1
* Fix MB skipping with droppable frames.Michael Niedermayer2008-05-251-1/+1
* Unroll codepathKeiji Costantini2008-04-211-6/+12
* cosmetics: Break an overly long line.Keiji Costantini2008-04-101-1/+3
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-251-1/+1
* typo fixesDiego Biurrun2008-03-151-1/+1
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-20/+20
* move ff_mpeg1_dc_scale_table to mpegvideo.cAurelien Jacobs2008-03-051-0/+8
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-041-71/+0
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-041-23/+0
* move draw_edges() into dsputilAurelien Jacobs2008-03-041-35/+3
* Fix ;;Michael Niedermayer2008-02-191-3/+3
* Remove pointless code.Michael Niedermayer2008-02-091-2/+0
* Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocatedJeff Downs2008-01-281-3/+1
* fix segfault with interlaced h.264Michael Niedermayer2007-11-291-2/+2
* Clarify comment block and rewrite in better English.Diego Biurrun2007-10-221-11/+11
* replace (disabled by default) assert(0) by abort() if the picture bufferMichael Niedermayer2007-10-181-1/+13
* Manage Picture buffers for fields as well as frames. Pair complementary field...Jeff Downs2007-10-081-1/+1
* export DCT_common_init and add ff_prefixBaptiste Coudurier2007-10-081-2/+2
* Rename MPV_common_init_ppc to MPV_common_init_altivec, the function isDiego Biurrun2007-10-031-1/+1
* Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a fileDiego Biurrun2007-10-031-1/+1
* h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held fo...Jeff Downs2007-09-261-2/+7
* Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not anDiego Biurrun2007-09-251-1/+1
* Add slice-based parallel H.264 decodingAndreas Öman2007-09-051-3/+7
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-311-1/+1
* make grayscale only decoding checks in inner loops compiletime killableMichael Niedermayer2007-08-011-7/+7
* fix mem leakDaniel Kristjansson2007-07-311-2/+5
* replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32Roman Shaposhnik2007-07-301-1/+1
* move ff_h263_round_chroma() to mpegvideo.h as static inlineMåns Rullgård2007-07-111-14/+0
* move init_vlc_rl from h263.c to mpegvideo.cAurelien Jacobs2007-07-101-0/+53
* move ff_set_qscale from h263.c to mpegvideo.cAurelien Jacobs2007-07-091-0/+16
* Group all copyright and author notices together.Diego Biurrun2007-07-051-2/+2
* make DCT_common_init() staticAurelien Jacobs2007-07-051-1/+1
* move mpeg encoder specific initialization in the encoder specific fileAurelien Jacobs2007-07-051-13/+0
* Description: split mpegvideo.cBenoit Fouet2007-07-031-4572/+4
* move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet2007-06-201-5/+4
* remove unused constant definitionBenoit Fouet2007-06-201-3/+0
OpenPOWER on IntegriCloud