История коммитов

Автор SHA1 Сообщение Дата
  Anton Khirnov 0b25c3b67c mpeg12: do not decode extradata more than once. 11 лет назад
  Diego Biurrun 326b554ccf xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name. 15 лет назад
  Reimar Döffinger d819b41ba1 Remove unused variable in mpeg_mc_decode_init 15 лет назад
  Gwenole Beauchesne 6aca2c6785 Remove superfluous call to mpeg_decode_slice() for hwaccel, this 15 лет назад
  Michael Niedermayer 3797c74ba5 Add ticks_per_frame, this should hopefully fix the regressions caused 15 лет назад
  Michael Niedermayer 765e94ef9e More AVhwaccel hunks from Gwenole Beauchesne. 15 лет назад
  Ivan Schreter edbd72acea Correct time_base and repeat_pict for MPEG2 video. 15 лет назад
  Michael Niedermayer a05aa821b6 add ff_find_hwaccel() by Gwenole Beauchesne 15 лет назад
  Michael Niedermayer c269cf68a0 Approved hunks for VAAPI / our new shiny hwaccel API 15 лет назад
  Ivan Kalvachev 21effaa4b2 Change the type of pblocks from pointers to short array into 15 лет назад
  Ivan Kalvachev 4acfdcab26 Cosmetics 15 лет назад
  Ivan Kalvachev ce0e60a108 Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&) 15 лет назад
  Ivan Kalvachev 9e494ab77c Check ff_xvmc_field_start() result in all cases. 15 лет назад
  Diego Biurrun 4440bd0da4 Add xvmc_internal.h that contains all internal xvmc function declarations. 15 лет назад
  Ivan Kalvachev 78f9a87830 use ff_xvmc for function names instead of XVMC_ 15 лет назад
  Diego Biurrun fc2dd7e3de Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. 15 лет назад
  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 лет назад
  Peter Ross 50240e5646 convert mpeg1_decode_block_intra() to inline global 15 лет назад
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 15 лет назад
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 лет назад
  Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 15 лет назад
  Carl Eugen Hoyos 2b3242253d Add mpeg1_vdpau decoder. 15 лет назад
  Carl Eugen Hoyos e7edb2ea93 12l: Fix compilation with --disable-vdpau. 15 лет назад
  NVIDIA Corporation d37edddc09 Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can 15 лет назад
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 лет назад
  Michael Niedermayer 062e7c3ca8 Avoid using sub_id in mpeg1/2video. 15 лет назад
  Carl Eugen Hoyos 448ecb68e3 Rename mpeg_set_pixelformat() as mpeg_get_pixelformat(). 15 лет назад
  Carl Eugen Hoyos 93c69a94ea Factorise setting of avctx->pix_fmt. 15 лет назад
  Diego Biurrun b24298badc Switch xvmc over to a CONFIG_ option. 15 лет назад
  Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 лет назад
  Roman Shaposhnik 3a84713aaa Making it easier to send arbitrary structures as work orders to MT workers 16 лет назад
  Michael Niedermayer ed16f91f26 Guess picture type from picture coding extension when the main header is damaged. 16 лет назад
  Michael Niedermayer 047599a4ba Rename error_resilience to error_recognition. 16 лет назад
  Michael Niedermayer 395206f6b1 Ignore the spec, and calculate aspect ratio on width/height. 16 лет назад
  Baptiste Coudurier 8ee552f69c simplify mpeg12 avctx->pix_fmt set 16 лет назад
  Diego Biurrun 071083b4a5 Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs. 16 лет назад
  Diego Biurrun 054480a57b cosmetics: comment spelling/grammar fixes 16 лет назад
  Diego Biurrun 0da49fca79 Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately. 16 лет назад
  Diego Biurrun 6ec87fbd92 Mark init_vlcs function as av_cold. 16 лет назад
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 16 лет назад
  Baptiste Coudurier ce8f4fb388 print correct mpeg-2 broken_link value, and print closed_gop 16 лет назад
  Michael Niedermayer 2d80ce2bdf Change init_2d_vlc_rl() to not use *alloc_static(). 16 лет назад
  Michael Niedermayer 9ef3193df1 Remove constant argument. 16 лет назад
  Michael Niedermayer f76605e880 Switch to INIT_VLC_USE_NEW_STATIC. 16 лет назад
  Michael Niedermayer 16e30b7a04 Do not reject odd width/height. 16 лет назад
  Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 16 лет назад
  Stefano Sabatini 6140271f54 Add some long names to AVCodec declarations. 16 лет назад
  Michael Niedermayer 9b7ca3b71d Decode stuff from extradata as well. 16 лет назад
  Michael Niedermayer 7f8ef97534 Factorize code a little. 16 лет назад
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 16 лет назад