32 Commits (b5884db437eebe136efef63a8186b7b4b51b5525)

Author SHA1 Message Date
  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
  Piotr Bandurski 59352cc219 sgienc: add a limit for maximum supported resolution 13 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
  Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
  Michael Niedermayer b911d7dc60 sgienc: switch to ff_alloc_packet2(). 13 years ago
  Michael Niedermayer 3eaf712053 sgienc: fix packet size. 13 years ago
  Anton Khirnov fb11e22fda sgienc: switch to encode2(). 13 years ago
  Carl Eugen Hoyos 21a1006109 Support encoding 16bit pixel formats to sgi. 13 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 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ò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Diego Biurrun 2499f4e09e Fix wrongly indented block. 15 years ago
  Diego Biurrun 081c14a318 Use "!exp" instead of "exp == NULL" in if condition. 15 years ago
  Diego Biurrun 37a4269d70 cosmetics: K&R coding style, prettyprinting 15 years ago
  Anne-Laure de Smit 2aa6e87a97 Add support for SGI 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
  Baptiste Coudurier 61a4fd8e64 sgi encoder does not support pal8 16 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
  Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 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
  Xiaohui Sun 2d99eed135 SGI image decoder ported to the new image API. 18 years ago