194 Commits (4cd19f6e7851ee6afb08eb346c82d5574fa2b699)

Author SHA1 Message Date
Carl Eugen Hoyos 1a022c2fbf Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU. 16 years ago
Carl Eugen Hoyos ac00575d92 Fix VC1 and WMV3 playback in MPlayer. 16 years ago
Gwenole Beauchesne 4daa41c415 Rename buf_vdpau to buf_start 16 years ago
Michael Niedermayer c269cf68a0 Approved hunks for VAAPI / our new shiny hwaccel API 16 years ago
Diego Biurrun de86157836 cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Gwenole Beauchesne f92a6c66ed Record B-fraction index from frame header and two fields from entry point structure 16 years ago
Kostya Shishkov 81169111ef Fix Doxygen comments for VC-1 decoder. 16 years ago
Stefan Gehrer 3e7233688a avoid duplication of size_table and offset_table 16 years ago
Kostya Shishkov 1cae2ef9a6 Remove the block with always false condition from vc1_parse_frame_header() 16 years ago
Kostya Shishkov a28d522491 VC-1 postproc field is 2 bits wide while decoder read only single bit. 16 years ago
Carl Eugen Hoyos 27052238c0 Cosmetics: Fix indentation after last commit. 16 years ago
NVIDIA Corporation c5b42f4a80 Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Jason Garrett-Glaser 5a44906d8e Fix 10L in r16670 (broke deblocking code) 16 years ago
Jason Garrett-Glaser 0a359cf157 Faster VC-1 C loopfilter using lots of xor magic 16 years ago
Kostya Shishkov 7a96cd3123 VC-1 display dimensions should affect coded dimensions only (I think) 16 years ago
Kostya Shishkov e9ca5f0892 Print VC-1 aspect ratio in debug 16 years ago
Kostya Shishkov 820089cb06 421l: fix loop filter for P-frames in VC-1 16 years ago
Carl Eugen Hoyos 63bfcb6997 Fill range_map* in VC1Context. 16 years ago
Carl Eugen Hoyos 49186206eb Add refdist_flag to VC1Context. 16 years ago
Kostya Shishkov 55374d57e8 421l: postproc flag may be present in any VC-1 AP frame type 16 years ago
Kostya Shishkov 77298e99b7 Make it possible to disable loop filter in VC-1. 16 years ago
Diego Biurrun 218e061201 Remove unused variable. 17 years ago
Kostya Shishkov 00a750009f In-loop deblocking filter for VC-1 decoder 17 years ago
Erik Hovland 8d8d2b7391 Fix a mem leak in vc1_decode_frame(). 17 years ago
Stefan Gehrer 5a89396989 remove duplicate tables 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Diego Biurrun 5e53486545 typo fix: inited --> initialized 17 years ago
Aurelien Jacobs 60b6dbe716 const 17 years ago
Michael Niedermayer 14ff144c1b some const 17 years ago
Zdenek Kabelac e2fdba650d Correctly clean up IntraX8Context upon codec close. 17 years ago
Kostya Shishkov 95e3fdb846 pqindex=0 is forbidden 17 years ago
Christophe Gisquet 750e37eb83 Select scan tables for 8x4 and 4x8 blocks only once. 17 years ago
Kostya Shishkov b44665c4e6 Make decode210() common function. 17 years ago
Kostya Shishkov 3a18218e7b Enable 4x4 IDCT for FASTTX=0 mode in WMV3 17 years ago
Aurelien Jacobs 59e6f60a99 add ff_ prefix to all simple_idct symbols 17 years ago
Kostya Shishkov 8df7cfe97c Use IDCT functions when FASTTX=0 17 years ago
Kostya Shishkov d2e45f33a4 Switch VC-1 decoder to output decoded residual immediately. 17 years ago
Vitor Sessak f87d2632b3 Fix alignment broke by my last patch 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Christophe Gisquet 1a625dce18 Use put_signed_pixels_clamped where appropriate 17 years ago
Kostya Shishkov 63d2bad846 X8 is supported now, so warning is incorrect 17 years ago
Michael Niedermayer 732cb5fd5a add {} to make the else look a little more normal 17 years ago
Michael Niedermayer dd2111bdb7 indention 17 years ago
Michael Niedermayer 8590bcc3cd indention 17 years ago