]> git.sesse.net Git - ffmpeg/history - libavcodec/mimic.c
avcodec: Don't anonymously typedef structs
[ffmpeg] / libavcodec / mimic.c
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-04-19 Ronald S. Bultjemimic: Use hpeldsp instead of dsputil for half-pel...
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-29 Anton Khirnovmimic: remove a pointless cast.
2013-01-26 Anton Khirnovmimic: return meaningful error codes.
2013-01-26 Anton Khirnovmimic: cosmetics, reformat
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-04 Janne Grunaumimic: initialize padding of swap_buf through av_fast_p...
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-04-06 Martin Storsjöcosmetics: Convert mimic.c to utf-8
2012-03-16 Ronald S. Bultjemimic: don't use self as reference, and report completi...
2012-03-12 Paul B Maholmimic: do not continue if swap_buf_size is 0
2012-03-12 Paul B Maholmimic: convert to bytestream2 API
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2011-11-19 Justin Rugglesavcodec: move some AVCodecContext fields to an internal...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-03-29 Alexander Strangemimic: implement multithreading.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-16 Ramiro PollaRemove occurrences of my old email address
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Reimar DöffingerAdd a av_fast_malloc function and replace several uses...
2009-04-12 Reimar DöffingerUse void * instead of uint8_t * for the destination...
2009-04-12 Reimar DöffingerUse AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-17 Diego Biurruncosmetics: 'const static' --> 'static const' to avoid...
2008-12-10 Loren Merrittclear_block mmx
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-04-26 Ramiro Pollaget_vlc2() only gets up to three levels in the tables...
2008-04-22 Ramiro PollaFix regression introduced by r12929.
2008-04-22 Ramiro PollaThe code now is pretty self explanatory about the heade...
2008-04-22 Ramiro PollaUse bytestream functions for reading frame header.
2008-04-19 Ramiro PollaDo not pass dct_block to vlc_decode_block().
2008-04-19 Ramiro PollaCosmetics and style.
2008-04-19 Ramiro PollaRename vlc1 to vlc.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-18 Ramiro PollaMimic decoder.