646 Commits (dacfaf237335d96fa6ebac3d834194761f8d8f7f)

Author SHA1 Message Date
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
NVIDIA Corporation 369122dd77 Add VDPAU hardware accelerated decoding for H264 which can be used by 16 years ago
Måns Rullgård a2fc0f6a6d ARM: replace "armv4l" with "arm" 16 years ago
Diego Biurrun b24298badc Switch xvmc over to a CONFIG_ option. 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Michael Niedermayer a6f2c0d6e5 Fix regression test failure with pthreads on multiprocessor systems. 16 years ago
Carl Eugen Hoyos 8d2fc163ce Rename copy_picture to ff_copy_picture. 16 years ago
Michael Niedermayer fe67a236dd Do not use the generic "alloc missing references" code for h.264 as it does 16 years ago
Michael Niedermayer 047599a4ba Rename error_resilience to error_recognition. 16 years ago
Baptiste Coudurier 014d2f0509 fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471 17 years ago
Diego Biurrun ca74c0a180 cosmetics: Fix two common typos: wont --> will not, lets --> let us. 17 years ago
Michael Niedermayer ceaaf78bb7 Change init_vlc_rl() so it does not use *alloc_static() anymore. 17 years ago
Michael Niedermayer 5b0e7dacd8 Fix MB skipping with droppable frames. 17 years ago
Keiji Costantini bd7c626ad0 Unroll codepath 17 years ago
Keiji Costantini 54816a3e3f cosmetics: Break an overly long line. 17 years ago
Diego Biurrun a815037409 Classify mlib as a configurable option, not as a hardware feature. 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Aurelien Jacobs 6cbe71bd06 move ff_mpeg1_dc_scale_table to mpegvideo.c 17 years ago
Aurelien Jacobs 288a44fb7a move ff_emulated_edge_mc() to dsputil 17 years ago
Aurelien Jacobs 4c79b95c32 move ff_init_scantable() into dsputil 17 years ago
Aurelien Jacobs 5a6a9e78ab move draw_edges() into dsputil 17 years ago
Michael Niedermayer cea9642014 Fix ;; 17 years ago
Michael Niedermayer dc6340e048 Remove pointless code. 17 years ago
Jeff Downs 79db7ac6ef Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated 17 years ago
Michael Niedermayer 0063c05c67 fix segfault with interlaced h.264 17 years ago
Diego Biurrun 3a994ca43b Clarify comment block and rewrite in better English. 17 years ago
Michael Niedermayer 3c11a27b44 replace (disabled by default) assert(0) by abort() if the picture buffer 17 years ago
Jeff Downs 12d96de3ac Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. 17 years ago
Baptiste Coudurier 6180ade790 export DCT_common_init and add ff_prefix 17 years ago
Diego Biurrun f62a9a46e1 Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is 17 years ago
Diego Biurrun b4fb08035e Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file 17 years ago
Jeff Downs 2ddcf84bb7 h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output 17 years ago
Diego Biurrun e0a5d77132 Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an 17 years ago
Andreas Öman afebe2f7ca Add slice-based parallel H.264 decoding 17 years ago
Marc Hoffman 1cc6bd4f10 renaming ARCH_BFIN to HAVE_BFIN 17 years ago
Michael Niedermayer cde9e78001 make grayscale only decoding checks in inner loops compiletime killable 18 years ago
Daniel Kristjansson 29d2dc59f9 fix mem leak 18 years ago
Roman Shaposhnik f49f6e8889 replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 18 years ago
Måns Rullgård 00f0564f44 move ff_h263_round_chroma() to mpegvideo.h as static inline 18 years ago
Aurelien Jacobs 898d5d5daa move init_vlc_rl from h263.c to mpegvideo.c 18 years ago
Aurelien Jacobs b776e3d11b move ff_set_qscale from h263.c to mpegvideo.c 18 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 18 years ago
Aurelien Jacobs cacfe026a8 make DCT_common_init() static 18 years ago
Aurelien Jacobs 53727262cb move mpeg encoder specific initialization in the encoder specific file 18 years ago
Benoit Fouet 3ada94ba28 Description: split mpegvideo.c 18 years ago
Benoit Fouet 255eccab6e move dct_quantize and denoise_dct function pointers initialization to C 18 years ago