82 Commits (a91cedf79a92377300006b66b8707ae52021eea9)

Author SHA1 Message Date
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Luca Barbato 04d14c9b68 vc1: Split the decoder in components 10 years ago
Diego Biurrun 4d55e9de27 vc1: Split bits used in libavformat into a separate header 10 years ago
Michael Niedermayer 64b98df389 vc1: simplify *_use_ic initialization 11 years ago
Michael Niedermayer 2cfccd8060 avcodec/vc1: Factorize imode enum out / remove duplication 11 years ago
Anton Khirnov c2f7417eeb vc1: move MpegEncContext.resync_marker into VC1Context. 11 years ago
Anton Khirnov 6792559f8a vc1: use the AVFrame API properly. 11 years ago
Michael Niedermayer 728214992e vc1dec: Remove interlaced warning 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
Michael Niedermayer 4162fc62b3 vc1dec: Do not allow field_mode to change after the first header 12 years ago
Michael Niedermayer 05f4c05061 vc1dec: remove interlaced warning 12 years ago
Michael Niedermayer 32a6dfeb12 vc1dec: drop mv_f_last, simplify code 12 years ago
Michael Niedermayer 782ebd6118 vc1dec: redesign the intensity compensation 12 years ago
Diego Biurrun 94ee7da08d Remove pointless av_cold attributes in header files 12 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Michael Niedermayer 7845f8d282 vc1dec: do not allow field_mode to change after the first header 12 years ago
Michael Niedermayer ddabecbbf5 vc1dec: export adv profile color format indication 12 years ago
Alberto Delmás ee769c6a7c MSS2 decoder 12 years ago
Kostya Shishkov 7627c35a81 vc1: export some functions 12 years ago
Michael Niedermayer 3b5ba60aa7 vc1dec: fix handling of max_coded dimensions 12 years ago
Reimar Döffinger 6d797ac70f VC1: Do not needlessly use signed types. 13 years ago
Diego Biurrun 3c715383ea vc1: Move init code shared between decoder and parser to common code file. 13 years ago
Ronald S. Bultje c742ab4e81 vc1parse: call vc1_init_common(). 13 years ago
Martin Storsjö 5f2c159c0f vc1: Add ff_ prefix to nonstatic symbols 13 years ago
Luca Barbato 1f948745c3 vc1: use an enum for Frame Coding Mode 13 years ago
Kostya Shishkov b18c68ad25 vc1: K&R formatting cosmetics 13 years ago
Mashiat Sarker Shakkhar d5b015e42d vc1dec: interlaced stream decoding support 1/3 13 years ago
Alberto Delmás 45ecda8554 Windows Media Image decoder (WMVP/WVP2) 13 years ago
Ronald S. Bultje 7d2e03afc8 vc1: make overlap filter for I-frames bit-exact. 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
Ronald S. Bultje c47d383502 vc1: make P-frame deblock filter bit-exact. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ronald S. Bultje 9a1ced321b dsputil: move VC1-specific stuff into VC1DSPContext. 14 years ago
Ronald S. Bultje 2739dc5d85 VC1: transpose IDCT 8x8 coeffs while reading. 14 years ago
Ronald S. Bultje 12802ec060 dsputil: move VC1-specific stuff into VC1DSPContext. 14 years ago
Ronald S. Bultje 1da6ea3954 VC1: transpose IDCT 8x8 coeffs while reading. 14 years ago
Kostya Shishkov 10f93363b7 RES_SM in WMV3 is really two flags, so split it in decoder 14 years ago
Kostya Shishkov 9e553f7acc Print error message when true interlaced VC-1 frames are encountered 15 years ago
Baptiste Coudurier 2d05bc8641 set pict_type in VC-1 parser, fix some timestamps problems 16 years ago
Gwenole Beauchesne f92a6c66ed Record B-fraction index from frame header and two fields from entry point structure 16 years ago
Carl Eugen Hoyos 49186206eb Add refdist_flag to VC1Context. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Kostya Shishkov 00a750009f In-loop deblocking filter for VC-1 decoder 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Aurelien Jacobs 48d533e6fa define BI frame type along with other frame types 17 years ago
Christophe Gisquet 750e37eb83 Select scan tables for 8x4 and 4x8 blocks only once. 17 years ago
Michael Niedermayer 9abc7e0fdc intrax8 decoder patch by "someone" 17 years ago