667 Commits (147a90a3e59414a98f09d7a61db6664680a7d631)

Author SHA1 Message Date
Michael Niedermayer 0127b86108 Fix mb_height for interlaced mpeg2. 16 years ago
Gwenole Beauchesne da425800ee Add VA API pixfmt (only VLD is available ATM). 16 years ago
Gwenole Beauchesne 952e2083bc Rename hwaccel_data_private to hwaccel_picture_private. 16 years ago
Gwenole Beauchesne cd823ff950 Use av_mallocz() to initialize hwaccel_data_private. 16 years ago
Gwenole Beauchesne 68e5d5235e Add private HW accel data infrastructure. 16 years ago
Gwenole Beauchesne 34e46c44da Add frame buffer allocators. aka simplify calls to 16 years ago
Benoit Fouet d69da18cb0 Merge three conditions in a single 'if' instead of two. 16 years ago
Gwenole Beauchesne 7f8025349a Make ff_print_debug_info() a no-op when using HW acceleration. 16 years ago
Gwenole Beauchesne 044f0296a4 Add ff_hwaccel_pixfmt_list_420[] definition. 16 years ago
Michael Niedermayer 09a9b45e4f Add and use ff_pixfmt_list_420. 16 years ago
Michael Niedermayer c269cf68a0 Approved hunks for VAAPI / our new shiny hwaccel API 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Ivan Kalvachev 21effaa4b2 Change the type of pblocks from pointers to short array into 16 years ago
Ivan Kalvachev 9cfc1b3a84 Exit with error if MPV_common_init() is called with PIX_FMT_NONE. 16 years ago
Diego Biurrun 3842560379 whitespace cosmetics: Reindent a few lines after the last commit. 16 years ago
Diego Biurrun 83344066d3 Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if 16 years ago
Diego Biurrun 4440bd0da4 Add xvmc_internal.h that contains all internal xvmc function declarations. 16 years ago
Diego Biurrun ed92bedb63 Rename some forward declarations that were missed, fixes the warnings: 16 years ago
Diego Biurrun a002da797c Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions. 16 years ago
Ivan Kalvachev 78f9a87830 use ff_xvmc for function names instead of XVMC_ 16 years ago
Diego Biurrun fc2dd7e3de Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. 16 years ago
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