251 Commits (a75b254c74d71414f15764979e718e74cd90f5aa)

Author SHA1 Message Date
  Michael Niedermayer a538e0f9a0 vc1: loose one line difference to qatar. 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 45ecda8554 Windows Media Image decoder (WMVP/WVP2) 13 years ago
  Reimar Döffinger 4f00519d95 Fix VC-1 width/height handling. 13 years ago
  Reimar Döffinger 0e86965514 VC-1: fix reading of custom PAR. 13 years ago
  Reimar Döffinger 658a8bb988 VC-1: fix reading of custom PAR. 13 years ago
  Mans Rullgard e7a972e113 simple_idct: add 10-bit version 14 years ago
  Reinhard Tartler 21a19b7912 doxygen: Prefer member groups over grouping into modules 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
  Alberto Delmás 768c525114 Parse sprite data for WMVP and WVP2, and decode sprites for the latter 14 years ago
  Alexandre Colucci 2506ad9f17 Fix VC-1 playback with pulldown content 14 years ago
  Ronald S. Bultje 72452cc475 vc1: warn for unimplemented pan-scan feature. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Ronald S. Bultje 6a786b15c3 VC1: merge idct8x8, coeff adjustments and put_pixels. 14 years ago
  Ronald S. Bultje f8bed30d8b VC1: merge idct8x8, coeff adjustments and put_pixels. 14 years ago
  Ronald S. Bultje 9a1ced321b dsputil: move VC1-specific stuff into VC1DSPContext. 14 years ago
  Ronald S. Bultje 12802ec060 dsputil: move VC1-specific stuff into VC1DSPContext. 14 years ago
  Stefan Kost 3e2a4e91bd logging: downgrade recoverable errors to warnings 14 years ago
  Stefan Kost ae2104791f logging: downgrade recoverable errors to warnings 14 years ago
  Kostya Shishkov cba322d76d Make WMV3 decoder attempt to decode WMVP as well 14 years ago
  Kostya Shishkov 10f93363b7 RES_SM in WMV3 is really two flags, so split it in decoder 14 years ago
  Kostya Shishkov 42ff9d7a58 Make WMV3 decoder print more errors when decoding beta WMV9 files. 15 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Kostya Shishkov 9e553f7acc Print error message when true interlaced VC-1 frames are encountered 15 years ago
  Jason Garrett-Glaser 4f717c69ed idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall. 16 years ago
  Jason Garrett-Glaser 41faa87886 Fix typo in vc1.c, make capitalization in warning/error messages more consistent. 16 years ago
  Diego Biurrun b761659bef Split decoder-specific code off from vc1.c into vc1dec.c and keep code 16 years ago
  Baptiste Coudurier 35b2c65756 vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CAP_DR1 16 years ago
  Baptiste Coudurier 87e302bfd8 remove unused hack which set AVCodecContext frame_number to pic timestamp 16 years ago
  Baptiste Coudurier 2d05bc8641 set pict_type in VC-1 parser, fix some timestamps problems 16 years ago
  David Conrad ebcf3b742b Ensure that we don't read from invalid memory with B-frame qpel 16 years ago
  Benjamin Larsson 10c773c12f Remove dead assignments found by CSA 16 years ago
  Kostya Shishkov b750fb6945 Display dimensions should not affect the real size of coded frame, thus set 16 years ago
  Kostya Shishkov 21fce71fd1 Switch VLC tables in WMV3/VC-1 decoder to new static init method 16 years ago
  Kostya Shishkov f7cf12b209 Set flag after VC-1 VLCs are initialized to avoid race condition 16 years ago
  Kostya Shishkov 346802aa99 Remove some useless assignments and variables found by Clang 16 years ago
  David Conrad 2d08f9ea54 VC1 loop filter uses the frame quantizer not the mb quantizer 16 years ago
  David Conrad 3992526b3c Split VC1 loop filter into separate functions for h/v and size 16 years ago
  David Conrad 0e58865d6e Move VC1 loop filter to DSPContext 16 years ago
  David Conrad 8013da7364 VC1: add and use avg_no_rnd chroma MC functions 16 years ago
  David Conrad c374691b28 Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only 16 years ago
  David Conrad 6cecd63005 VC1: Do qpel when needed for both MVs in a B frame 16 years ago
  Carl Eugen Hoyos e161e007be Use INIT_VLC_USE_STATIC and not its value "1". 16 years ago
  Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
  David Conrad 828775e160 Remove unused FILTSIGN macro 16 years ago
  Gwenole Beauchesne bb691a6da4 Add support for HW accelerated VC-1 decoding through the new 16 years ago
  Carl Eugen Hoyos 1a022c2fbf Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU. 16 years ago