261 Commits (9d64f236292ba28018dd9afd2d57f8f944b33f81)

Author SHA1 Message Date
Michael Niedermayer 728214992e vc1dec: Remove interlaced warning 12 years ago
Michael Niedermayer 28243b0d35 vc1dec: Redesign the intensity compensation 12 years ago
Martin Storsjö b0696e947f vc1: Reindent INIT_LUT(), align backslashes 12 years ago
Michael Niedermayer 6ce2c3106d vc1: Make INIT_LUT() self contained 12 years ago
Michael Niedermayer 37f2ac36a9 vc1: Simplify code by using INIT_LUT() 12 years ago
Michael Niedermayer 0379fc1487 vc1: Move INIT_LUT() further up to allow using it in more places 12 years ago
Michael Niedermayer 4162fc62b3 vc1dec: Do not allow field_mode to change after the first header 12 years ago
Hendrik Leppkes fe06795d78 vc1: implement frame interlaced b-frame header parsing 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Mashiat Sarker Shakkhar 5d2be71b9e vc1: Use codec ID from AVCodecContext while parsing frame header 12 years ago
Mashiat Sarker Shakkhar 35a35d49d2 Double motion vector range for HPEL interlaced picture in proper place 12 years ago
Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Diego Biurrun 6f6b0311a3 avcodec: Drop some silly commented-out av_log() invocations 12 years ago
Alberto Delmás ee769c6a7c MSS2 decoder 12 years ago
Mashiat Sarker Shakkhar 95b192de5d vc1: Do not read from array if index is invalid. 13 years ago
Diego Biurrun 3c715383ea vc1: Move init code shared between decoder and parser to common code file. 13 years ago
Martin Storsjö 5f2c159c0f vc1: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö 1fec055066 msmpeg4: Add ff_ prefixes to nonstatic symbols 13 years ago
Hendrik Leppkes feaa40020b vc1: always read the bfraction element for interlaced fields 13 years ago
Hendrik Leppkes 7662a532fb vc1: don't read the interpfrm and bfraction elements for interlaced frames 13 years ago
Luca Barbato 1f948745c3 vc1: use an enum for Frame Coding Mode 13 years ago
Kostya Shishkov 42feaf4070 vc1: explicitly zero interlaced mode coding variables for progressive mode 13 years ago
Kostya Shishkov 109d8aa1e6 vc1: K&R reformatting cosmetics 13 years ago
Mashiat Sarker Shakkhar cad16562c8 vc1dec: interlaced stream decoding support 3/3 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 0e86965514 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 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
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 f8bed30d8b VC1: merge idct8x8, coeff adjustments and put_pixels. 14 years ago
Ronald S. Bultje 12802ec060 dsputil: move VC1-specific stuff into VC1DSPContext. 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