358 Commits (5659f7404731415c7e1cfdf4d8b0afeb6b1132de)

Author SHA1 Message Date
Alexandra Hájková fa64aea12e unary: Convert to the new bitstream reader 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
Diego Biurrun f9fbd47467 msmpeg4data: Move WMV2 data tables to their own file 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer 3b63819dfb avcodec/vc1: Fix undefined shifts 10 years ago
zhaoxiu.zeng 38c619c1ed avcodec/vc1: cleanup and simplification 10 years ago
Paul B Mahol bc74f946bc avcodec/vc1: remove unneeded #includes, there are no assert() only av_assert* 10 years ago
Michael Niedermayer 220a15c074 avcodec/vc1: fix time_base and framerate 10 years ago
Anton Khirnov 7ea1b3472a lavc: deprecate the use of AVCodecContext.time_base for decoding 10 years ago
Ben Avison adf8227cf4 vc-1: Add platform-specific start code search routine to VC1DSPContext. 10 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
Michael Niedermayer 398e3a591f avcodec: replace uses of deprecated avcodec_set_dimensions() 11 years ago
Ben Avison 9d8ecdd8ca vc-1: Add platform-specific start code search routine to VC1DSPContext. 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Michael Niedermayer b51e935477 avcodec/vc1: reset fcm/field_mode in non advanced header parsing 11 years ago
Michael Niedermayer dcf5bfbdb6 avcodec/vc1: Check bfraction_lut_index 11 years ago
Michael Niedermayer 388b4cf86e avcodec/vc1: factor read_bfraction() out 11 years ago
Michael Niedermayer 40c218c60d avcodec/vc1: fix type of tmp 11 years ago
Michael Niedermayer dd2d0039b6 vc1: Always reset numref when parsing a new frame header. 11 years ago
Tim Walker 49b9badcaa vc1: Enable the interlaced B-frame codepath. 11 years ago
Hendrik Leppkes 719f1ce5fb vc1: set chromaformat = 1 for simple/main profile 11 years ago
Mason Carter 61ae993957 vc1: Fix intensity compensation performance regression 11 years ago
Michael Niedermayer 64b98df389 vc1: simplify *_use_ic initialization 11 years ago
Mason Carter ed5bed4152 VC1: Fix intensity compensation performance regression 11 years ago
Michael Niedermayer d8fd183683 vc1: Fix mb_height for field pictures 11 years ago
Michael Niedermayer 2224159c78 avcodec/vc1: fix DIFF2/NORM2 with width<=16 11 years ago
Michael Niedermayer 017e234c20 avcodec/vc1: fix mb_height for field pictures 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
Kostya Shishkov de44dfc7c0 vc1: Reset numref if fieldmode is not set 11 years ago
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
Michael Niedermayer d78329700d vc1dec: make sure next_use_ic is set correctly 12 years ago
Michael Niedermayer ee4c01bef6 vc1dec: factor lut clean code 12 years ago
Michael Niedermayer 05f4c05061 vc1dec: remove interlaced warning 12 years ago
Michael Niedermayer 782ebd6118 vc1dec: redesign the intensity compensation 12 years ago
Michael Niedermayer c560437e95 vc1: make INIT_LUT() self contained 12 years ago
Michael Niedermayer 62d9445396 vc1: simplify code use INIT_LUT() 12 years ago
Michael Niedermayer a0fbc28c38 vc1dec: Fix non pullup tff 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