56 Commits (848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42)

Author SHA1 Message Date
wm4 b9f7a67708 png: Set the color range as full range 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Vittorio Giovara 1e76345432 png: improve signature check 10 years ago
Vittorio Giovara e64f0bf2d2 png: support reading gray+alpha at 16 bits 10 years ago
Vittorio Giovara 2257165bff png: disable broken MMX/SIMD code for bpp <= 2 10 years ago
Vittorio Giovara e96c3b81ca avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 10 years ago
Vittorio Giovara 92a36a6b33 pngdec: correctly indent macros 10 years ago
Vittorio Giovara c598b569fb png: K&R formatting cosmetics 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö a81cad8f86 pngdec: Stop trying to decode once inflate returns Z_STREAM_END 11 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 9221c0af77 pngdec: cosmetics, reformat. 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
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. 13 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 14 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