409 Commits (e5dfa4361955803ac10911a005803c1e514b6ca7)

Author SHA1 Message Date
Peter Meerwald 9abc80f1ed libavcodec: Make use of av_clip functions 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Vittorio Giovara 1a02e78653 vc1: initialize color properties 10 years ago
Luca Barbato 04d14c9b68 vc1: Split the decoder in components 10 years ago
Luca Barbato 68211c70af vc1: Do not assume seek happens after decoding 10 years ago
Michael Niedermayer 04152a31cb avcodec/vc1dec: Fixing is_intra, 2nd attempt 10 years ago
Michael Niedermayer a52f443714 avcodec/vc1dec: fix is_intra block vs. mb bug 10 years ago
Michael Niedermayer a97328afef vc1: Use logical instead of bitwise or for twomv 10 years ago
Tim Walker b5fe13448b vc1: Use logical instead of bitwise or for coded_inter 10 years ago
Michael Niedermayer 30f680ee0a avcodec/vc1dec: fix null pointer dereference 10 years ago
Diego Biurrun d456baafb6 vc1: Add missing parentheses to conditions in vc1_decode_b_mb_intfr() 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 10 years ago
Michael Niedermayer 6801eb0a09 avcodec/vc1dec: do not crash when flushing without an allocated frame 10 years ago
Ben Avison adf8227cf4 vc-1: Add platform-specific start code search routine to VC1DSPContext. 10 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
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
Michael Niedermayer 759e793823 avcodec/vc1dec: Fix support for small widths/linesizes 11 years ago
Michael Niedermayer 007547b282 avcodec: fix () in TRANSPOSE macro 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
Michael Niedermayer e9ad121ba5 Fix skiping typos 11 years ago
Michael Niedermayer 3ba77ea369 avcodec/vc1dec: print debug message if a b frame without reference is skiped 11 years ago
Alessandro Ghedini cdf6eb5a97 vc1: Do not return an error when skipping b frames 11 years ago
Ben Avison 9d8ecdd8ca vc-1: Add platform-specific start code search routine to VC1DSPContext. 11 years ago
Christophe Gisquet 319235c67c vc1dsp: introduce cases for 8x8 and 16x16 11 years ago
Michael Niedermayer b9831364de avcodec/vc1dec: use av_realloc_array() 11 years ago
Michael Niedermayer cb53beb81a iavcodec/vc1dec: Fix missing {} 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
Michael Niedermayer 20be510887 avcodec/vc1dec: remove blocks_off use from vc1_pred_b_mv() 11 years ago
Michael Niedermayer 41f9742053 avcodec/vc1dec: vc1_pred_b_mv() is not used for fields, simplify code 11 years ago
Michael Niedermayer f4b288a639 avcodec/vc1dec: Print warning for frame pictures with direct mode MBs, followed by field pictures 11 years ago
Michael Niedermayer 85d51d8e32 avcodec/vc1dec: field pictures with direct mode MBs, followed by frame pictures are not supported 11 years ago
Anton Khirnov ebfe622bb1 mpegvideo: drop support for real (non-emulated) edges 11 years ago
Michael Niedermayer 64b98df389 vc1: simplify *_use_ic initialization 11 years ago
Michael Niedermayer 3e626548ce avcodec/vc1dec: use av_mallocz for luma_mv 11 years ago
Michael Niedermayer d8fd183683 vc1: Fix mb_height for field pictures 11 years ago
Michael Niedermayer c9f72e4b81 avcodec/vc1dec: fix mby_start for interlaced content 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
Michael Niedermayer 48016f8feb avcodec/vc1dec: propagate errors from vc1_parse_sprites() 11 years ago
Michael Niedermayer 5f00b333a4 avcodec/vc1dec: zero SpriteData struct 11 years ago
Michael Niedermayer cf95dee3de avcodec/vc1dec: dont calculate unused values from uninitialized sprites 11 years ago