43 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
  Anton Khirnov eed5a478ba targa: stop using deprecated avcodec_set_dimensions 11 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
  Anton Khirnov 01cbc6f6ad targa: 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 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
  Ronald S. Bultje 2ad405548b targa: convert to bytestream2. 13 years ago
  Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
  Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
  Justin Ruggles faaebcdf6b targa: add support for rgb555 palette 13 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Mans Rullgard 551dfdde70 targa: fix big-endian build 14 years ago
  Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
  Kostya Shishkov 2d8591c27e make containers pass palette change in AVPacket 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Ronald S. Bultje 78e2380a6d targa: prevent integer overflow in bufsize check. 14 years ago
  Jean-Daniel Dupas 351423ae1f targa: fix potential buffer overreads 14 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Stefano Sabatini b5becbab09 Create a targa.h file to contain common definitions for targa encoder 14 years ago
  Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
  Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Kostya Shishkov c4396c241c Remove useless code causing crash in Targa decoder 15 years ago
  Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
  Baptiste Coudurier 89978e35a2 targa image decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
  Kostya Shishkov 1c86db80a9 Remove useless assignment during initialization for some decoders 16 years ago
  Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
  Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
  Stefano Sabatini bcdb2378f7 Add long names to some AVCodec declarations. 17 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
  Michael Niedermayer 4894578b58 const 17 years ago
  Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
  Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
  Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
  Kostya Shishkov 57aff88581 RGB32 support in Targa 18 years ago
  Kostya Shishkov a21711022e Use bpp from header in error message 18 years ago
  Kostya Shishkov 3689cf1649 Targa image decoder 18 years ago