]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mdec.c
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / mdec.c
2009-04-12 reimarAdd a av_fast_malloc function and replace several uses...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-08-20 diegoRename ff_init_vlcs function to the more descriptive...
2008-08-20 diegocosmetics: comment spelling/grammar fixes
2008-08-19 diegoUntangle mpeg12.c and mdec.c so that mdec.c can be...
2008-06-27 astrangeRemove pointless AVFrame* casting.
2008-06-27 astrangeRemove duplicate emms.
2008-06-27 astrangeRemove commented-out code.
2008-06-27 astrangeExport qscale so that postprocessing works.
2008-06-27 astrangeRemove unused PutBitContext.
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-14 diegoAdd codec long name, patch by Stefano Sabatini, stefano...
2008-04-08 superdumpIncrease alignment for DCT block arrays from 8 to 16
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-02-01 michaelconst
2007-12-05 benoitFix missing chroma in version 3 STR.
2007-07-05 diegoGroup all copyright and author notices together.
2007-07-05 aureladd proper ff_ prefix to new extern symbols
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-02-05 diegoMSVC-compatible __align8/__align16 declaration
2006-01-25 diegowarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-08-13 michaelset pix_fmt
2005-04-18 michaelavoid UPDATE_CACHE() in GET_RL_VLC() if not needed
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2004-09-27 michaellowres width/height cleanup 3rd try
2004-05-21 michaelmore data_size=0 cleanup
2004-04-30 michaelcleanup & memleak fix
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-15 melansonquiet
2003-09-01 michaelni100l
2003-09-01 michaelnimore fixes
2003-09-01 michaelnisome fixes (still buggy though)
2003-09-01 tmmmskip preamble bytes
2003-08-30 michaelni10l (big vs. little endian)
2003-08-24 bellardremoved unused variable
2003-08-22 michaelniPSX MDEC decoder, based upon some code from Sebastian...