354 Commits (36fb07d1abc7738427c98cfb154e2d1b9bcc40fe)

Author SHA1 Message Date
Clément Bœsch 6c5bd7d785 lavc/vc1dec: fix a few "may be used uninitialized" warnings. 12 years ago
Michael Niedermayer f4cc38e339 vc1dec: silence "may be used uninitialized in this function" warning from gcc 12 years ago
Martin Storsjö 3ca3709ad4 vc1dec: Remove some now unused variables 12 years ago
Michael Niedermayer 4162fc62b3 vc1dec: Do not allow field_mode to change after the first header 12 years ago
Martin Storsjö ec7d002e55 vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_header 12 years ago
Michael Niedermayer ccb148e478 vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma() 12 years ago
Michael Niedermayer 201412ffec vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma() 12 years ago
Michael Niedermayer 2412ad1717 vc1dec: Factorize picture pointer selection code 12 years ago
Michael Niedermayer 19673db34a vc1dec: Factorize srcU/V offseting 12 years ago
Michael Niedermayer 012b319d91 vc1dec: Fix tff == 0 handling in init_block_index() 12 years ago
Michael Niedermayer 0313653928 vc1dec: Update destination pointers in context for fields 12 years ago
Martin Storsjö 5d9d8461fb vc1dec: Don't apply the loop filter on fields 12 years ago
Michael Niedermayer 46430fd47c vc1dec: Don't attempt error concealment on field pictures 12 years ago
Sebastian Sandberg 1bd57a850a vc1dec: fieldtx is only valid for interlaced frame pictures 12 years ago
Carl Eugen Hoyos 905e1e4b52 Cosmetics: Fix indentation and add braces after last commit. 12 years ago
Carl Eugen Hoyos 8b8fa09b65 vc1dec: Call ff_vdpau_vc1_decode_picture() once for each field. 12 years ago
Michael Niedermayer d29f9f4a0e vc1dec: fix lutuv use in vc1_mc_4mv_chroma4() 12 years ago
Michael Niedermayer 7e30bfcb91 vc1dec: Fix mixed field/frame intensity compensation 12 years ago
Michael Niedermayer 90c2e40ebb vc1dec: vc1_mc_4mv_chroma4: match addressing between compensation and MC 12 years ago
Michael Niedermayer 688fc4ac56 vc1dec: Try to fix vc1_mc_4mv_chroma4() parameters 12 years ago
Michael Niedermayer 9b49d3974e vc1dec: add avg & variable direction support to vc1_mc_4mv_chroma4() 12 years ago
Michael Niedermayer 5183365aeb vc1dec: fix doxy for vc1_mc_4mv_chroma4() 12 years ago
Michael Niedermayer 32a6dfeb12 vc1dec: drop mv_f_last, simplify code 12 years ago
Michael Niedermayer 12e3c1bee4 vc1dec: drop old use_ic code from vc1_b_mc 12 years ago
Michael Niedermayer 100184ccff vc1: use use_ic instead of shuffling mv_mode around 12 years ago
Michael Niedermayer 84c0ec92ae vc1dec: Implement intensity compensation for vc1_interp_mc() 12 years ago
Michael Niedermayer 782ebd6118 vc1dec: redesign the intensity compensation 12 years ago
Michael Niedermayer c5669f3c59 vc1dec: fix current ptr selection in vc1_mc_4mv_chroma() 12 years ago
Michael Niedermayer 236b0c4084 vc1dec: factorize picture pointer selection in vc1_mc_4mv_chroma() 12 years ago
Michael Niedermayer 72e5d91908 vc1dec: factorize picture pointer selection code 12 years ago
Michael Niedermayer 3fdd0979ac vc1dec: Fix mv_f shuffling 12 years ago
Michael Niedermayer 1d0f817b17 vc1dec: Fix mv_f shuffling 12 years ago
Michael Niedermayer 6c9d28a229 vc1dec: Fix tff == 0 handling in init_block_index() 12 years ago
Martin Storsjö a60136ee57 vc1: Remove now unused variables 12 years ago
Ronald S. Bultje f4fed5a2f9 mpegvideo: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Sebastian Sandberg db8403d04a vc1dec: interlaced B-frames 12 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Michael Niedermayer bbaa4432e2 vc1dec: remove unused variables 12 years ago
Ronald S. Bultje 4ba5dbc0e4 mpegvideo: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Michael Niedermayer 53fd4f5594 avcodec: fix motion vector vissualization 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 5f401b7b71 Add missing error_resilience includes to files that use ER 12 years ago
Ronald S. Bultje 8d061989dd lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs 12 years ago
Michael Niedermayer 2dd2ee96eb vc1dec: use av_log_ask_for_sample for odd sprites 12 years ago
Michael Niedermayer 058e1f8dd7 vc1dec: odd sized sprites are unsupported 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Michael Niedermayer ce153eef8f vc1dec: dont decode slices when the slice header failed to decode. 12 years ago
Ronald S. Bultje e2789d3e33 split out ff_hwaccel_pixfmt_list_420[] over individual codecs. 12 years ago