]> git.sesse.net Git - ffmpeg/history - libavcodec/mdec.c
aarch64: vp9dsp: Fix vertical alignment in the init file
[ffmpeg] / libavcodec / mdec.c
2016-05-05 Diego BiurrunMark read-only tables as static
2015-09-13 Vittorio Giovarampegvideo: Drop mpegvideo.h where not needed
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-02-23 Federico Tomassettimdec: check for out of bounds read
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-03-16 Vittorio Giovaramdec: set color_range
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-29 Anton Khirnovmdec: return meaningful error codes.
2013-01-29 Anton Khirnovmdec: cosmetics, reformat
2013-01-29 Anton Khirnovmdec: merge mdec_common_init() into decode_init().
2013-01-23 Diego BiurrunDrop DCTELEM typedef
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-03-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-18 Alexander Strangemdec: enable frame-level multithreading.
2011-05-18 Ronald S. Bultjemdec.c: fix overread.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-02 Vitor SessakMake PSX MDEC decoder output YUVJ420 and always use...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
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-23 Reimar DöffingerRelease buffer when the codec is closed.
2010-01-23 Reimar DöffingerUse qstride = 0 and allocate only a single line for...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-08-25 Måns Rullgårdmdec: remove unused members from struct MDECContext
2009-04-12 Reimar DöffingerAdd a av_fast_malloc function and replace several uses...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-08-20 Diego BiurrunRename ff_init_vlcs function to the more descriptive...
2008-08-20 Diego Biurruncosmetics: comment spelling/grammar fixes
2008-08-19 Diego BiurrunUntangle mpeg12.c and mdec.c so that mdec.c can be...
2008-06-27 Alexander StrangeRemove pointless AVFrame* casting.
2008-06-27 Alexander StrangeRemove duplicate emms.
2008-06-27 Alexander StrangeRemove commented-out code.
2008-06-27 Alexander StrangeExport qscale so that postprocessing works.
2008-06-27 Alexander StrangeRemove unused PutBitContext.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-14 Stefano SabatiniAdd codec long name, patch by Stefano Sabatini, stefano...
2008-04-08 Alexander StrangeIncrease alignment for DCT block arrays from 8 to 16
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-02-01 Michael Niedermayerconst
2007-12-05 Alexander StrangeFix missing chroma in version 3 STR.
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-07-05 Aurelien Jacobsadd proper ff_ prefix to new extern symbols
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-01-25 Diego Biurrunwarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-13 Michael Niedermayerset pix_fmt
2005-04-18 Michael Niedermayeravoid UPDATE_CACHE() in GET_RL_VLC() if not needed
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2004-09-27 Michael Niedermayerlowres width/height cleanup 3rd try
2004-05-21 Michael Niedermayermore data_size=0 cleanup
2004-04-30 Michael Niedermayercleanup & memleak fix
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-15 Mike Melansonquiet
2003-09-01 Michael Niedermayer100l
2003-09-01 Michael Niedermayermore fixes
2003-09-01 Michael Niedermayersome fixes (still buggy though)
2003-09-01 Mike Melansonskip preamble bytes
2003-08-30 Michael Niedermayer10l (big vs. little endian)
2003-08-24 Fabrice Bellardremoved unused variable
2003-08-22 Michael NiedermayerPSX MDEC decoder, based upon some code from Sebastian...