Commit History

Author SHA1 Message Date
  Anton Khirnov 0b25c3b67c mpeg12: do not decode extradata more than once. 11 years ago
  Diego Biurrun 326b554ccf xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name. 15 years ago
  Reimar Döffinger d819b41ba1 Remove unused variable in mpeg_mc_decode_init 15 years ago
  Gwenole Beauchesne 6aca2c6785 Remove superfluous call to mpeg_decode_slice() for hwaccel, this 15 years ago
  Michael Niedermayer 3797c74ba5 Add ticks_per_frame, this should hopefully fix the regressions caused 15 years ago
  Michael Niedermayer 765e94ef9e More AVhwaccel hunks from Gwenole Beauchesne. 15 years ago
  Ivan Schreter edbd72acea Correct time_base and repeat_pict for MPEG2 video. 15 years ago
  Michael Niedermayer a05aa821b6 add ff_find_hwaccel() by Gwenole Beauchesne 15 years ago
  Michael Niedermayer c269cf68a0 Approved hunks for VAAPI / our new shiny hwaccel API 15 years ago
  Ivan Kalvachev 21effaa4b2 Change the type of pblocks from pointers to short array into 15 years ago
  Ivan Kalvachev 4acfdcab26 Cosmetics 15 years ago
  Ivan Kalvachev ce0e60a108 Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&) 15 years ago
  Ivan Kalvachev 9e494ab77c Check ff_xvmc_field_start() result in all cases. 15 years ago
  Diego Biurrun 4440bd0da4 Add xvmc_internal.h that contains all internal xvmc function declarations. 15 years ago
  Ivan Kalvachev 78f9a87830 use ff_xvmc for function names instead of XVMC_ 15 years ago
  Diego Biurrun fc2dd7e3de Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. 15 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. 15 years ago
  Peter Ross 50240e5646 convert mpeg1_decode_block_intra() to inline global 15 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 15 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 years ago
  Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 15 years ago
  Carl Eugen Hoyos 2b3242253d Add mpeg1_vdpau decoder. 15 years ago
  Carl Eugen Hoyos e7edb2ea93 12l: Fix compilation with --disable-vdpau. 15 years ago
  NVIDIA Corporation d37edddc09 Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can 15 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 years ago
  Michael Niedermayer 062e7c3ca8 Avoid using sub_id in mpeg1/2video. 15 years ago
  Carl Eugen Hoyos 448ecb68e3 Rename mpeg_set_pixelformat() as mpeg_get_pixelformat(). 15 years ago
  Carl Eugen Hoyos 93c69a94ea Factorise setting of avctx->pix_fmt. 15 years ago
  Diego Biurrun b24298badc Switch xvmc over to a CONFIG_ option. 15 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. 16 years ago
  Baptiste Coudurier ce8f4fb388 print correct mpeg-2 broken_link value, and print closed_gop 16 years ago
  Michael Niedermayer 2d80ce2bdf Change init_2d_vlc_rl() to not use *alloc_static(). 16 years ago
  Michael Niedermayer 9ef3193df1 Remove constant argument. 16 years ago
  Michael Niedermayer f76605e880 Switch to INIT_VLC_USE_NEW_STATIC. 16 years ago
  Michael Niedermayer 16e30b7a04 Do not reject odd width/height. 16 years ago
  Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 16 years ago
  Stefano Sabatini 6140271f54 Add some long names to AVCodec declarations. 16 years ago
  Michael Niedermayer 9b7ca3b71d Decode stuff from extradata as well. 16 years ago
  Michael Niedermayer 7f8ef97534 Factorize code a little. 16 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 16 years ago