168 Commits (d5717bc4e9cc253a933ae8130eea3a9c8bc33c0b)

Author SHA1 Message Date
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Anton Khirnov ebfe622bb1 mpegvideo: drop support for real (non-emulated) edges 11 years ago
Michael Niedermayer d8fd183683 vc1: Fix mb_height for field pictures 11 years ago
Anton Khirnov 66499f34b5 mpegvideo: do not set current_picture_ptr in decoders 11 years ago
Anton Khirnov ac1fc92ea4 vc1dec: move setting repeat_pict after frame_start() has been called. 11 years ago
Anton Khirnov de4ec972c0 vc1: fix a memleak. 11 years ago
Anton Khirnov 6792559f8a vc1: use the AVFrame API properly. 11 years ago
Ronald S. Bultje 458446acfa lavc: Edge emulation with dst/src linesize 11 years ago
Luca Barbato 08303d7741 hwaccel: Simplify ff_find_hwaccel 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö 23d6ba2c44 vc1dec: Check the error handling flags on slice/field header decode errors 11 years ago
Michael Niedermayer bb7bf17595 vc1dec: Don't decode slices when the latest slice header failed to decode 11 years ago
Martin Storsjö 5e25fdbfe0 vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocks 11 years ago
Martin Storsjö b772b0e28e vc1dec: Undo mpegvideo initialization if unable to allocate tables 11 years ago
Martin Storsjö ede508443e vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errors 11 years ago
Luca Barbato 43bacd5b7d vc1: check mb_height validity. 11 years ago
Luca Barbato 090cd06311 vc1: check the source buffer in vc1_mc functions 11 years ago
Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 11 years ago
Michael Niedermayer d8b9dbe776 vc1dec: Fix mixed field/frame intensity compensation 12 years ago
Michael Niedermayer 17410faa22 vc1dec: Match addressing between compensation and MC in vc1_mc_4mv_chroma4 12 years ago
Michael Niedermayer 1be175f929 vc1dec: Handle top and bottom blocks in vc1_mc_4mv_chroma4() differently if needed 12 years ago
Michael Niedermayer c69765a2cc vc1dec: Fix doxy for vc1_mc_4mv_chroma4() 12 years ago
Michael Niedermayer b412f705b5 vc1dec: Drop old use_ic code from vc1_b_mc 12 years ago
Michael Niedermayer 5053a9a1ff vc1: Use shuffled use_ic instead of equally shuffled mv_mode 12 years ago
Michael Niedermayer 3ced06f283 vc1dec: Implement intensity compensation for vc1_interp_mc() 12 years ago
Michael Niedermayer 28243b0d35 vc1dec: Redesign the intensity compensation 12 years ago
Michael Niedermayer 93b1281264 vc1dec: Shuffle field MVs after decoding, not before 12 years ago
Sebastian Sandberg 1fb013a57c vc1dec: Add support for interlaced B-frames 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
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
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 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
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Anton Khirnov 1d0feb5d1a mpegvideo: split ff_draw_horiz_band(). 12 years ago
Anton Khirnov 54974c6298 error_resilience: decouple ER from MpegEncContext 12 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago