]> git.sesse.net Git - ffmpeg/history - libavcodec/mdec.c
Check *data_size in decode_frame()
[ffmpeg] / libavcodec / mdec.c
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...