Age | Commit message (Expand) | Author |
2014-07-27 | eamad: use the bytestream2 API instead of AV_RL | Anton Khirnov |
2014-07-18 | idct: Convert IDCT permutation #defines to an enum | Diego Biurrun |
2014-06-30 | dsputil: Split off IDCT bits into their own context | Diego Biurrun |
2014-06-22 | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun |
2014-06-18 | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun |
2013-11-16 | eamad: use the AVFrame API properly. | Anton Khirnov |
2013-10-31 | eamad: 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 | eamad: allocate a dummy reference frame when the real one is missing | Anton Khirnov |
2013-03-08 | lavc decoders: work with refcounted frames. | Anton Khirnov |
2013-02-26 | Remove unnecessary dsputil.h #includes | Diego Biurrun |
2013-01-22 | Drop DCTELEM typedef | Diego Biurrun |
2012-12-05 | eamad: initialize padding of bitstream_buf through av_fast_padded_malloc() | Janne Grunau |
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-08-01 | eamad: Use dsputils instead of a custom bswap16_buf | Derek Buitenhuis |
2012-07-29 | eamad/eatgq/eatqi: call special EA IDCT directly | Mans Rullgard |
2012-07-29 | eamad: remove use of MpegEncContext | Mans Rullgard |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2012-02-15 | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö |
2011-12-05 | misc Doxygen markup improvements | Diego Biurrun |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
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-07-10 | Add av_ prefix to bswap macros | Måns Rullgård |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-06 | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård |
2010-01-22 | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård |
2009-06-14 | Initialise MAD decode_block_intra() loop iterator to zero. | Peter Ross |
2009-06-13 | Electronic Arts Madcow decoder | Peter Ross |