Age | Commit message (Expand) | Author |
2014-04-01 | sgi: decode 16bit RLE images | Vittorio Giovara |
2014-04-01 | sgi: decode images with 4 channels at 8 and 16 bits | Carl Eugen Hoyos |
2014-04-01 | sgi: remove redundant argument from read_uncompressed_sgi() | Paul B Mahol |
2014-04-01 | sgi: set the row boundary to the correct value | Michael Niedermayer |
2014-04-01 | sgi: fix end of line boundary detection | Michael Niedermayer |
2014-04-01 | sgi: K&R formatting cosmetics | Vittorio Giovara |
2014-01-06 | sgidec: fix buffer size check in expand_rle_row() | Anton Khirnov |
2013-10-31 | sgidec: stop using deprecated avcodec_set_dimensions | Anton Khirnov |
2013-10-03 | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun |
2013-03-08 | lavc decoders: work with refcounted frames. | 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-29 | lavc: add CODEC_CAP_DR1 to all video decoders missing them | 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-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2012-01-27 | cosmetics: Remove extra newlines at EOF | Alex Converse |
2012-01-14 | sgidec: Use bytestream2 functions to prevent buffer overreads. | Aneesh Dogra |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
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-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-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-09-19 | Support uncompressed 16 bit sgi image format, as e.g. used by the files at | Reimar Döffinger |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
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-01 | consts | Michael Niedermayer |
2007-04-06 | SGI image decoder ported to the new image API. | Xiaohui Sun |