Age | Commit message (Expand) | Author |
2014-03-16 | png: K&R formatting cosmetics | Vittorio Giovara |
2013-10-03 | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun |
2013-09-29 | pngdec: Stop trying to decode once inflate returns Z_STREAM_END | Martin Storsjö |
2013-05-16 | Remove commented-out debug #define cruft | Diego Biurrun |
2013-03-08 | lavc decoders: work with refcounted frames. | Anton Khirnov |
2013-01-26 | pngdec: cosmetics, reformat. | Anton Khirnov |
2012-12-04 | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov |
2012-12-04 | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov |
2012-10-08 | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-05-04 | png: check bit depth for PAL8/Y400A pixel formats. | Ronald S. Bultje |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2012-03-08 | png: convert to bytestream2 API. | Ronald S. Bultje |
2012-02-21 | png: make .long_name more descriptive | Paul B Mahol |
2012-01-29 | png: move DSP functions to their own DSP context. | Ronald S. Bultje |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-07-20 | Fix incorrect max_lowres values | Mans Rullgard |
2011-06-02 | Remove unused variables | Mans Rullgard |
2011-05-02 | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-02-15 | Merge libavcore into libavutil | Reinhard Tartler |
2011-01-29 | Replace dprintf with av_dlog | Luca Barbato |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-09-07 | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini |
2010-08-06 | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini |
2010-07-10 | Add av_ prefix to bswap macros | Måns Rullgård |
2010-07-07 | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos |
2010-04-14 | pngdec: Add support for PIX_FMT_Y400A | Andreas Öman |
2010-03-31 | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-12-01 | pngdec.c : release allocated buffers. | Jai Menon |
2009-07-30 | Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. | Diego Biurrun |
2009-06-30 | Support RGB48 PNG decoding | Kostya Shishkov |
2009-06-05 | png decoder use get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier |
2009-05-24 | Fix unaligned dsputil call. | Vitor Sessak |
2009-04-10 | Add support to CorePNG P-frames. | Thilo Borgmann |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2008-07-10 | Remove useless casts. | avcoder |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-04-29 | Add long names to some AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-02-26 | decode mng color decorrelation | Loren Merritt |
2008-02-25 | remove a memcpy | Loren Merritt |
2008-02-21 | simd and unroll png_filter_row | Loren Merritt |
2008-02-01 | const | Michael Niedermayer |
2007-07-17 | typo fixes | Diego Biurrun |
2007-07-15 | hardly anything in PNGContext is shared; split it | Måns Rullgård |
2007-07-15 | separate en/decoder specific parts from png.c | Måns Rullgård |