375 Commits (dbd1fdd21400189f64aedde6a94ea14beca5a85e)

Author SHA1 Message Date
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
Anton Khirnov 66499f34b5 mpegvideo: do not set current_picture_ptr in decoders 11 years ago
Anton Khirnov ac1fc92ea4 vc1dec: move setting repeat_pict after frame_start() has been called. 11 years ago
Anton Khirnov de4ec972c0 vc1: fix a memleak. 11 years ago
Anton Khirnov 6792559f8a vc1: use the AVFrame API properly. 11 years ago
Ronald S. Bultje 458446acfa lavc: Edge emulation with dst/src linesize 11 years ago
Luca Barbato 08303d7741 hwaccel: Simplify ff_find_hwaccel 11 years ago
Michael Niedermayer 2c7c2a53b9 vcodec/vc1dec: remove dead code 11 years ago
Michael Niedermayer 1e2ab98460 avcodec/vc1dec: use logical operation instead of bitwise for twomv 11 years ago
Clément Bœsch b46f19100b cosmetics: group remaining .name and .long_name. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Ronald S. Bultje face578d56 Rewrite emu_edge functions to have separate src/dst_stride arguments. 11 years ago
Michael Niedermayer 356031348c avcodec/vc1dec: fix propagating error codes from various functions 11 years ago
Michael Niedermayer a51f3b53fe avcodec/vc1dec: Fix return code on malloc() failure from ff_vc1_decode_init_alloc_tables() 11 years ago
Martin Storsjö 23d6ba2c44 vc1dec: Check the error handling flags on slice/field header decode errors 11 years ago
Michael Niedermayer bb7bf17595 vc1dec: Don't decode slices when the latest slice header failed to decode 11 years ago
Martin Storsjö 5e25fdbfe0 vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocks 11 years ago
Martin Storsjö b772b0e28e vc1dec: Undo mpegvideo initialization if unable to allocate tables 11 years ago
Martin Storsjö ede508443e vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errors 11 years ago
Michael Niedermayer a0c6c8e53e Revert "Merge commit of 'vdpau: remove old-style decoders'" 11 years ago
Luca Barbato 43bacd5b7d vc1: check mb_height validity. 11 years ago
Luca Barbato 090cd06311 vc1: check the source buffer in vc1_mc functions 11 years ago
Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 11 years ago