74 Commits (56d3cd1455ea1970165a3ca047a97c3e43a9e9aa)

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
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Michael Niedermayer 375013e3d6 avcodec/mpeg12dec: drop confusing av_dlog() 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Janne Grunau 73eca738ac mpeg12dec: do not add stereo3D side data to a non-existing frame 11 years ago
Vittorio Giovara a91d3658d9 mpeg: K&R formatting cosmetics 11 years ago
Michael Niedermayer 7667afffb8 avcodec/mpeg12dec: Revert Change to mpeg2_fast_decode_block_non_intra 11 years ago
Michael Niedermayer 6a92598e14 avcodec/mpeg12dec: Redesign index checks for mpeg2_fast_decode_block_intra 11 years ago
Janne Grunau 6d93307f8d mpeg12: check scantable indices in all decode_block functions 11 years ago
Michael Niedermayer 934bb11ad7 avcodec/mpeg12dec: fix mis-indented line 11 years ago
Michael Niedermayer 5f54756f7e avcodec/mpeg12dec: Disable the checked bitstream reader 11 years ago
Michael Niedermayer 76b5e99ce9 avcodec/mpeg12dec: Check for overread in mpeg_decode_slice() 11 years ago
Michael Niedermayer d82eccea2b avcodec/mpeg12dec: check block index in mpeg2_fast_decode_block_non_intra() 11 years ago
Michael Niedermayer 0c8e5fb211 avcodec/mpeg12dec: Optimize mpeg1_decode_block_intra() 11 years ago
Michael Niedermayer 0a59055167 avcodec/mpeg12dec: check for overread in mpeg1_fast_decode_block_inter() 11 years ago
Michael Niedermayer 746350ea0f avcodec/mpeg12dec: Make mpeg2_fast_decode_block_intra() more robust by breaking out on invalid vlcs 11 years ago
Carl Eugen Hoyos c892621577 Fix compilation with --disable-hwaccel=mpeg1_xvmc,mpeg2_xvmc 11 years ago
Ivan Kalvachev 1c63aed232 Convert XvMC to hwaccel v3 11 years ago
Tomer Barletz fe285b04bb avcodec/mpeg12dec: Don't create side data when current picture ptr is NULL. 11 years ago
Vittorio Giovara bacc2869f3 mpeg12dec: parse frame packing arrangement user_data and save relevant stereo3d information 11 years ago
Anton Khirnov a097f0049b mpeg12dec: move first_slice from MpegEncContext to Mpeg1Context 11 years ago
John Stebbins 1eaac1d6f7 mpeg12dec: Extract CC user data into frame side data 11 years ago
Diego Biurrun ad1161799e mpeg12dec: Remove outdated UV swapping code for VCR2 11 years ago
Diego Biurrun 7b9780e7bf mpeg12dec: Remove unused swap_uv member from Mpeg1Context 11 years ago
Diego Biurrun 3215140425 mpeg12dec: Remove incomplete and wrong UV swapping code for VCR2 11 years ago
Diego Biurrun 19e30a58fc Deprecate obsolete XvMC hardware decoding support 11 years ago
Luca Barbato 08303d7741 hwaccel: Simplify ff_find_hwaccel 11 years ago
Anton Khirnov 6c7254722a mpeg12dec: stop using deprecated avcodec_set_dimensions 11 years ago
Michael Niedermayer 18802942d1 avcodec/mpeg12dec: Use skip_1stop_8data_bits() 11 years ago
Michael Niedermayer e1848aa469 avcodec/mpeg12dec: forward errors when EXPLODE is set 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
Michael Niedermayer 108b91c3fe avcodec/mpeg12dec: clear mpeg_enc_ctx_allocated when contexts are deallocated 11 years ago
Michael Niedermayer 70967a60df mpeg12dec: also print progressive seq and chroma format 12 years ago
Michael Niedermayer a0c6c8e53e Revert "Merge commit of 'vdpau: remove old-style decoders'" 12 years ago
Diego Biurrun 38f64c0330 mpeg12decdata.h: Move all tables to the only place they are used 12 years ago
Michael Niedermayer 9706401927 avcodec/mpeg12dec: check slice size before trying to decode it 12 years ago
Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 12 years ago
Rémi Denis-Courmont 93a51984a2 mpeg12: Ignore slice threading if hwaccel is active 12 years ago
Michael Niedermayer 101c7ea906 avcodec/mpeg12dec: remove commented out assert 12 years ago
Michael Niedermayer 970c8df735 mpeg12dec: avoid reinitializtation on PS changes when possible. 12 years ago
Janne Grunau bf20cdbd86 mpeg12: skip frames consistently 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Diego Biurrun bd8ac88214 avcodec: Add av_cold attributes to end functions missing them 12 years ago
Rainer Hochecker fe1f36547d register AV_PIX_FMT_VDPAU for hwaccel 12 years ago
Reimar Döffinger c10d498bfd Add thread-safe wrapper for get_format(). 12 years ago
Diego Biurrun e557584aa7 mpeg12: Move Mpeg1Context declaration to the only place it is used 12 years ago