178 Commits (adcb8392c9b185fd8a91a95fa256d15ab1432a30)

Author SHA1 Message Date
  Diego Biurrun 7b9ef8d701 mpeg: Split error resilience bits off into a separate file 11 years ago
  Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
  Diego Biurrun 368f50359e dsputil: Split off quarterpel bits into their own context 11 years ago
  Anton Khirnov 5c1d7246cd lavc: set AVCodecContext.hwaccel in ff_get_format() 11 years ago
  Anton Khirnov 632ad2248e lavc: Add an internal wrapper around get_format() 11 years ago
  Alessandro Ghedini cdf6eb5a97 vc1: Do not return an error when skipping b frames 11 years ago
  wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
  Vittorio Giovara c611148340 vc1dec: fix a possible unitialized variable warning 11 years ago
  Rémi Denis-Courmont 654c7446a8 vc1dec: improve hwaccel #ifdefs 11 years ago
  Vittorio Giovara 6f6c029464 lavc: drop ff_pixfmt_list_420 11 years ago
  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 12 years ago
  Michael Niedermayer d8fd183683 vc1: Fix mb_height for field pictures 12 years ago
  Anton Khirnov 66499f34b5 mpegvideo: do not set current_picture_ptr in decoders 12 years ago
  Anton Khirnov ac1fc92ea4 vc1dec: move setting repeat_pict after frame_start() has been called. 12 years ago
  Anton Khirnov de4ec972c0 vc1: fix a memleak. 12 years ago
  Anton Khirnov 6792559f8a vc1: use the AVFrame API properly. 12 years ago
  Ronald S. Bultje 458446acfa lavc: Edge emulation with dst/src linesize 12 years ago
  Luca Barbato 08303d7741 hwaccel: Simplify ff_find_hwaccel 12 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
  Martin Storsjö 23d6ba2c44 vc1dec: Check the error handling flags on slice/field header decode errors 12 years ago
  Michael Niedermayer bb7bf17595 vc1dec: Don't decode slices when the latest slice header failed to decode 12 years ago
  Martin Storsjö 5e25fdbfe0 vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocks 12 years ago
  Martin Storsjö b772b0e28e vc1dec: Undo mpegvideo initialization if unable to allocate tables 12 years ago
  Martin Storsjö ede508443e vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errors 12 years ago
  Luca Barbato 43bacd5b7d vc1: check mb_height validity. 12 years ago
  Luca Barbato 090cd06311 vc1: check the source buffer in vc1_mc functions 12 years ago
  Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 12 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 13 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 13 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 13 years ago
  Sebastian Sandberg 1bd57a850a vc1dec: fieldtx is only valid for interlaced frame pictures 12 years ago