367 Commits (778bc09bbe5cd5b1044c47ff914de34971e3ba81)

Author SHA1 Message Date
Michael Niedermayer 9c24cd7236 Extract colorspace fields from MPEG1/2. 16 years ago
Michael Niedermayer 714127812c Ignore first entry of intra matrixes if it is invalid. 16 years ago
Michael Niedermayer 45ccc61a06 Factorize quantization matrix loading code out. 16 years ago
Michael Niedermayer 0127b86108 Fix mb_height for interlaced mpeg2. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Michael Niedermayer a4c7a5ea27 Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead 16 years ago
Diego Biurrun 326b554ccf xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name. 16 years ago
Reimar Döffinger d819b41ba1 Remove unused variable in mpeg_mc_decode_init 16 years ago
Gwenole Beauchesne 6aca2c6785 Remove superfluous call to mpeg_decode_slice() for hwaccel, this 16 years ago
Michael Niedermayer 3797c74ba5 Add ticks_per_frame, this should hopefully fix the regressions caused 16 years ago
Michael Niedermayer 765e94ef9e More AVhwaccel hunks from Gwenole Beauchesne. 16 years ago
Ivan Schreter edbd72acea Correct time_base and repeat_pict for MPEG2 video. 16 years ago
Michael Niedermayer a05aa821b6 add ff_find_hwaccel() by Gwenole Beauchesne 16 years ago
Michael Niedermayer c269cf68a0 Approved hunks for VAAPI / our new shiny hwaccel API 16 years ago
Ivan Kalvachev 21effaa4b2 Change the type of pblocks from pointers to short array into 16 years ago
Ivan Kalvachev 4acfdcab26 Cosmetics 16 years ago
Ivan Kalvachev ce0e60a108 Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&) 16 years ago
Ivan Kalvachev 9e494ab77c Check ff_xvmc_field_start() result in all cases. 16 years ago
Diego Biurrun 4440bd0da4 Add xvmc_internal.h that contains all internal xvmc function declarations. 16 years ago
Ivan Kalvachev 78f9a87830 use ff_xvmc for function names instead of XVMC_ 16 years ago
Diego Biurrun fc2dd7e3de Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. 16 years ago
Peter Ross 44ba8b650f don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is required for the Electronic Arts TQI decoder. 16 years ago
Peter Ross 50240e5646 convert mpeg1_decode_block_intra() to inline global 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 16 years ago
Carl Eugen Hoyos 2b3242253d Add mpeg1_vdpau decoder. 16 years ago
Carl Eugen Hoyos e7edb2ea93 12l: Fix compilation with --disable-vdpau. 16 years ago
NVIDIA Corporation d37edddc09 Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer 062e7c3ca8 Avoid using sub_id in mpeg1/2video. 16 years ago
Carl Eugen Hoyos 448ecb68e3 Rename mpeg_set_pixelformat() as mpeg_get_pixelformat(). 16 years ago
Carl Eugen Hoyos 93c69a94ea Factorise setting of avctx->pix_fmt. 16 years ago
Diego Biurrun b24298badc Switch xvmc over to a CONFIG_ option. 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Roman Shaposhnik 3a84713aaa Making it easier to send arbitrary structures as work orders to MT workers 16 years ago
Michael Niedermayer ed16f91f26 Guess picture type from picture coding extension when the main header is damaged. 16 years ago
Michael Niedermayer 047599a4ba Rename error_resilience to error_recognition. 16 years ago
Michael Niedermayer 395206f6b1 Ignore the spec, and calculate aspect ratio on width/height. 16 years ago
Baptiste Coudurier 8ee552f69c simplify mpeg12 avctx->pix_fmt set 16 years ago
Diego Biurrun 071083b4a5 Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs. 16 years ago
Diego Biurrun 054480a57b cosmetics: comment spelling/grammar fixes 16 years ago
Diego Biurrun 0da49fca79 Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately. 16 years ago
Diego Biurrun 6ec87fbd92 Mark init_vlcs function as av_cold. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier ce8f4fb388 print correct mpeg-2 broken_link value, and print closed_gop 17 years ago
Michael Niedermayer 2d80ce2bdf Change init_2d_vlc_rl() to not use *alloc_static(). 17 years ago
Michael Niedermayer 9ef3193df1 Remove constant argument. 17 years ago
Michael Niedermayer f76605e880 Switch to INIT_VLC_USE_NEW_STATIC. 17 years ago
Michael Niedermayer 16e30b7a04 Do not reject odd width/height. 17 years ago