Age | Commit message (Expand) | Author |
2013-10-03 | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun |
2013-04-19 | mimic: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje |
2013-03-13 | avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() | Diego Biurrun |
2013-03-08 | lavc decoders: work with refcounted frames. | Anton Khirnov |
2013-01-29 | mimic: remove a pointless cast. | Anton Khirnov |
2013-01-26 | mimic: return meaningful error codes. | Anton Khirnov |
2013-01-26 | mimic: cosmetics, reformat | Anton Khirnov |
2013-01-22 | Drop DCTELEM typedef | Diego Biurrun |
2012-12-05 | mimic: initialize padding of swap_buf through av_fast_padded_malloc | Janne Grunau |
2012-12-04 | lavc: fix decode_frame() third parameter semantics for video decoders | 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-04-06 | cosmetics: Convert mimic.c to utf-8 | Martin Storsjö |
2012-03-16 | mimic: don't use self as reference, and report completion at end of decode(). | Ronald S. Bultje |
2012-03-12 | mimic: do not continue if swap_buf_size is 0 | Paul B Mahol |
2012-03-12 | mimic: convert to bytestream2 API | Paul B Mahol |
2012-02-15 | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö |
2012-02-15 | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö |
2011-11-19 | avcodec: move some AVCodecContext fields to an internal struct. | Justin Ruggles |
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-04-17 | Replace more FFmpeg references by Libav. | Diego Biurrun |
2011-03-28 | mimic: implement multithreading. | Alexander Strange |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-16 | Remove occurrences of my old email address | Ramiro Polla |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
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-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-12 | Add a av_fast_malloc function and replace several uses of av_fast_realloc, | Reimar Döffinger |
2009-04-12 | Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf | Reimar Döffinger |
2009-04-12 | Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders | Reimar Döffinger |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-02-17 | cosmetics: 'const static' --> 'static const' to avoid warnings of the type | Diego Biurrun |
2008-12-10 | clear_block mmx | Loren Merritt |
2008-10-21 | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-04-27 | Add long names to many AVCodec declarations. | Stefano Sabatini |
2008-04-26 | get_vlc2() only gets up to three levels in the tables. The last codes weren't... | Ramiro Polla |
2008-04-22 | Fix regression introduced by r12929. | Ramiro Polla |
2008-04-22 | The code now is pretty self explanatory about the header structure. | Ramiro Polla |
2008-04-22 | Use bytestream functions for reading frame header. | Ramiro Polla |
2008-04-19 | Do not pass dct_block to vlc_decode_block(). | Ramiro Polla |
2008-04-19 | Cosmetics and style. | Ramiro Polla |
2008-04-19 | Rename vlc1 to vlc. | Ramiro Polla |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-03-18 | Mimic decoder. | Ramiro Polla |