41 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Vittorio Giovara d8f3b0fb58 targaenc: Move size check to initialization function 9 years ago
  Vittorio Giovara be00ec832c lavc: Deprecate coder_type and its symbols 9 years ago
  Vittorio Giovara f890677d05 Replace any remaining avpicture function with imgutils 9 years ago
  Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
  Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
  Anton Khirnov fb26d76167 targaenc: use the AVFrame API properly. 11 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 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
  Anton Khirnov 61eaf45c99 targaenc: switch to encode2(). 13 years ago
  Anton Khirnov 1e742ea3c8 targaenc: don't modify input frame. 13 years ago
  Stefano Sabatini 94bed8e582 Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). 14 years ago
  Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Stefano Sabatini aec966958c Add support for PIX_FMT_RGBA in the targa encoder. 14 years ago
  Stefano Sabatini bbf874f19b Use named constants defined in targa.h. 14 years ago
  Stefano Sabatini b5becbab09 Create a targa.h file to contain common definitions for targa encoder 14 years ago
  Stefano Sabatini e259eadcab Make the targa encoder return sane error values rather than -1. 14 years ago
  Stefano Sabatini 7c559bc77e Targa encoder: log error message in case the pixel format in input is 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Alexis Ballier da5bcafe3b targeenc: fix rgb555 encoding on big endian systems. 15 years ago
  Benoit Fouet 05ec0c0012 Fix indentation after last commit. 15 years ago
  Anne-Laure de Smit e23dd95dc2 Add support for TARGA images without RLE compression. 15 years ago
  Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 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
  Michael Niedermayer e2d09b65e8 set coded_frame 17 years ago
  Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
  Ramiro Polla d010a2d5be Prevent targaenc.c from outputting trash byte. 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
  Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
  Xiaohui Sun b25514a43f Changed the rle encoder a little and made it more universal. 18 years ago
  Michael Niedermayer 1ca286e194 generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl 18 years ago
  Bobby Bingham 92964be895 Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com. 18 years ago
  Bobby Bingham e8952fa571 Move the encoding of the image data to its own function. 18 years ago
  Bobby Bingham 552cf71281 Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com. 18 years ago
  Bobby Bingham 2c0c00cb14 Targa (.tga) encoder, 18 years ago