100 Commits (be5db7004f9d7b42b5ae9068b181dff383367e36)

Author SHA1 Message Date
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Diego Biurrun ee41963f19 cosmetics: drop some completely pointless parentheses 13 years ago
Luca Barbato 1f948745c3 vc1: use an enum for Frame Coding Mode 13 years ago
Kostya Shishkov 498605b4ad vc1: select interlaced scan table by FCM element 13 years ago
Kostya Shishkov 801393bc96 vc1: select interlaced scan table by FCM element 13 years ago
Michael Niedermayer fc75e6f168 vc1dec: fix scantable for advanced P frames 13 years ago
Michael Niedermayer a3b3562b47 vc1dec: fix 10l typo 13 years ago
Michael Niedermayer 9e794d103c vc1dec: drop damaged B frames 13 years ago
Michael Niedermayer 7d52f46db7 vc1dec: fix used ER flags in vc1_decode_b_blocks() 13 years ago
shahriman AMS c33d4916fb VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L) 13 years ago
shahriman AMS 62622d04eb vc1dec: move an if() block. 13 years ago
shahriman AMS 4bceeaf0c1 vc1dec: use correct hybrid prediction threshold. 13 years ago
shahriman AMS 4344ce08f1 vc1dec: Partial rewrite of vc1_pred_mv() 13 years ago
shahriman AMS 6475a6e1ca vc1dec: take ME precision into account while scaling MV predictors. 13 years ago
Mean d1590a0a2b vc1dec: Fix CODEC_FLAG_LOW_DELAY 13 years ago
Mashiat Sarker Shakkhar f18746528d VC1: restore mistakenly removed code 13 years ago
Mashiat Sarker Shakkhar 73447eb4bd Use correct scaling table for bwd-pred MVs in second B-field 13 years ago
Kostya Shishkov 50f9721904 vc1: more prettyprinting cosmetics 13 years ago
Mashiat Sarker Shakkhar cad16562c8 vc1dec: interlaced stream decoding support 3/3 13 years ago
Alberto Delmás d2f119a1f2 VC1: Support dynamic dimension changes 13 years ago
John Stebbins 0d802ac54e vc1: fix VC-1 Pulldown handling. 13 years ago
Alberto Delmás 1cf82cab08 VC1: Fix first/last row checks with slices 13 years ago
Ronald S. Bultje d4b9974465 vc1: properly zero coded_block[] edges on new slice entry. 13 years ago
Alberto Delmás 45ecda8554 Windows Media Image decoder (WMVP/WVP2) 13 years ago
Reimar Döffinger 4f00519d95 Fix VC-1 width/height handling. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Diego Biurrun e589e4b82d Remove unused static tables and static inline functions. 14 years ago
Reinhard Tartler 21a19b7912 doxygen: Prefer member groups over grouping into modules 14 years ago
John Stebbins 7b20d35a54 vc1: re-initialize tables after width/height change. 14 years ago
Ronald S. Bultje 7d2e03afc8 vc1: make overlap filter for I-frames bit-exact. 14 years ago
Ronald S. Bultje 5c9f147e05 vc1dec: use s->start/end_mb_y instead of passing them as function args. 14 years ago
Ronald S. Bultje 18b6a69ce9 Revert "VC1: merge idct8x8, coeff adjustments and put_pixels." 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Anton Khirnov e7021c0ed5 lavc: remove FF_API_HURRY_UP cruft 14 years ago
Ronald S. Bultje 0b05864eef vc1: fix fate-vc1 after previous commit. 14 years ago
Ronald S. Bultje 58bb6b7d93 wmv3dec: fix playback of complex WMV3 files using simple_idct. 14 years ago
Alberto Delmás 768c525114 Parse sprite data for WMVP and WVP2, and decode sprites for the latter 14 years ago
Alexandre Colucci 37ffba2a44 Communicate pulldown flags to clients to fix VC-1 playback with pulldown content 14 years ago
Anton Khirnov 8ed2ae09a2 lavc: mark hurry_up for removal on next major bump 14 years ago
Ronald S. Bultje c47d383502 vc1: make P-frame deblock filter bit-exact. 14 years ago
Ronald S. Bultje f44d6445b7 vc1: slice support. 14 years ago
Ronald S. Bultje b81a935bd9 vc1: fix up memleaks in the error codepath. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Hendrik Leppkes 0215006ab7 VC1: Export profile/level 14 years ago
Baptiste Coudurier 4778b4dd77 vc1: fix decoding when end sequence is present 14 years ago
Baptiste Coudurier fb98507126 vc1: fix decoding when end sequence is present 14 years ago
Ronald S. Bultje 6a786b15c3 VC1: merge idct8x8, coeff adjustments and put_pixels. 14 years ago
Ronald S. Bultje 713f490467 VC1: inline vc1_put_block() in vc1_decode_i_blocks(). 14 years ago