39 Commits (5ed032fb8b34d5655b606c20bcc238116f96e816)

Author SHA1 Message Date
  Ronald S. Bultje d2205d6543 png: check bit depth for PAL8/Y400A pixel formats. 13 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
  Ronald S. Bultje 4c25269ced png: convert to bytestream2 API. 13 years ago
  Paul B Mahol 08630d25a2 png: make .long_name more descriptive 13 years ago
  Ronald S. Bultje e92003514d png: move DSP functions to their own DSP context. 13 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Mans Rullgard e23a05ab06 Fix incorrect max_lowres values 14 years ago
  Mans Rullgard e65ab9d94f Remove unused variables 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
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
  Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 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 15 years ago
  Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
  Carl Eugen Hoyos 0fd0ef7947 Add new decoder property max_lowres and do not init decoder if requested value is higher. 15 years ago
  Andreas Öman 67d96fb42d pngdec: Add support for PIX_FMT_Y400A 15 years ago
  Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Jai Menon de3553b078 pngdec.c : release allocated buffers. 15 years ago
  Diego Biurrun 8b44de14d1 Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. 16 years ago
  Kostya Shishkov f3ac96e4d8 Support RGB48 PNG decoding 16 years ago
  Baptiste Coudurier d0a7936710 png decoder use get_buffer, set CODEC_CAP_DR1 16 years ago
  Vitor Sessak 09d1208cdb Fix unaligned dsputil call. 16 years ago
  Thilo Borgmann ee30cdabad Add support to CorePNG P-frames. 16 years ago
  Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
  avcoder 6413d91d08 Remove useless casts. 17 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
  Loren Merritt 042e0adda9 decode mng color decorrelation 17 years ago
  Loren Merritt bd58e7f730 remove a memcpy 17 years ago
  Loren Merritt 4a9ca0a279 simd and unroll png_filter_row 17 years ago
  Michael Niedermayer 1dc5527934 const 17 years ago
  Diego Biurrun f1ea5c2a96 typo fixes 18 years ago
  Måns Rullgård e0eddd1269 hardly anything in PNGContext is shared; split it 18 years ago
  Måns Rullgård b958a7f111 separate en/decoder specific parts from png.c 18 years ago
  Diego Biurrun ac3967c1ce spelling 18 years ago
  Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
  Ramiro Polla 67a5daf07f Remove duplicate bytestream functions 18 years ago
  Diego Biurrun 3cf5b6bed7 consistency renaming: rgba32 --> rgb32 18 years ago
  Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
  Måns Rullgård e3d2a690e8 remove useless #ifdef CONFIG_ZLIB 18 years ago
  Kostya Shishkov ae912c5b62 PNG 16-bit gray decoding support 18 years ago
  Kostya Shishkov ab9ce19170 Make PNG produce correct 8-bit pictures 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  Måns Rullgård 62bb489b13 add some #ifdef CONFIG_ENCODERS/DECODERS 18 years ago
  Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 years ago