67 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Diego Biurrun dcc39ee10e lavc: Remove deprecated XvMC support hacks 8 years ago
  Alexandra Hájková 9a23b59943 bink: Convert to the new bitstream reader 9 years ago
  Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
  Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
  Luca Barbato 7f596368a4 bink: Factorize bink put_pixel 10 years ago
  Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
  Diego Biurrun b88cc5cca1 bink: Rename BinkDSPContext member so as not to clash with BlockDSPContext 11 years ago
  Diego Biurrun cb52a17cb6 dsputil: Move Bink-specific add_pixels8 to binkdsp 11 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
  Luca Barbato 9991298f2c bink: Bound check the quantization matrix. 11 years ago
  Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
  Ronald S. Bultje 0f0a11d576 bink: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
  Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
  Anton Khirnov f2960097e4 bink: fix a check for the first frame. 12 years ago
  Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
  Ronald S. Bultje 93af2734ee lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT. 12 years ago
  Anton Khirnov 6a97ea65b6 bink: operate with pointers to AVFrames instead of whole structs. 12 years ago
  Anton Khirnov 86d4e75422 bink: return meaningful error codes. 12 years ago
  Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
  Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
  Anton Khirnov f174fbac3c lavc: add CODEC_CAP_DR1 to all video decoders missing them 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
  Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 14 years ago
  Kostya Shishkov 1d10afd581 bink: fix typo in FFALIGN() argument 13 years ago
  Kostya Shishkov 8ae28ac0f3 bink: align plane width to 8 when calculating bundle sizes 13 years ago
  Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
  Diego Biurrun aaf47bcde7 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
  Mans Rullgard 3f5d6a665a binkvideo: simplify and remove invalid shifts 13 years ago
  Laurent Aimar a00676e48e bink: Check for various out of bound writes 13 years ago
  Laurent Aimar 24adf7832b bink: Check for out of bound writes when building tree 13 years ago
  Laurent Aimar c7e631986b bink: Prevent NULL dereferences with missing reference frame 13 years ago
  Alex Converse e11a5fccb2 bink: Eliminate unnecessary shadow declaration. 13 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Mans Rullgard 1b3539d453 dsputil: move a bink-only function to binkdsp 13 years ago
  Kostya Shishkov 2968bedf12 bink: make IDCT take 32-bit input 14 years ago
  Diego Biurrun e169428529 Mark parameterless function declarations as 'void'. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Mans Rullgard 8997bb8807 bink: use LOCAL_ALIGNED for aligned stack data 14 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
  Peter Ross 2315392174 bink: permute Bink version 'b' quant matrices by inverse scan order 14 years ago
  Peter Ross cb62510cab bink: simplify how quantization matrices are passed to read_dct_coeffs() 14 years ago
  Vitor Sessak 47d62c965b Make tables generation insensitive to floating-point implementation 14 years ago
  Peter Ross adb1ad0d80 bink: reindent after last commit 14 years ago
  Peter Ross e00f41d574 Bink version 'b' video decoder 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Kostya Shishkov 03ec42aa1c Change some band size calculations in Bink decoder to use width in blocks 14 years ago