]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/indeo3.c
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / indeo3.c
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-19 alexcReindent after last commit
2009-02-19 alexcSome buffer checks for indeo3
2009-01-26 benoitRemove unneeded check.
2009-01-26 benoitFix an exploit in indeo by checking we are not writing...
2008-12-14 aurelindeo3: replace sizeof(struct ...) by sizeof(*var)
2008-12-13 diegoReplace 'typedef struct ustr_t' by 'struct ustr', _t...
2008-10-02 benoitRename some variables and add some comments to try...
2008-10-01 benoitFix indentation.
2008-10-01 benoitRemove useless context variable.
2008-10-01 benoitMerge declaration and assignment.
2008-09-30 benoitMove iv_decode_frame function to remove a forward decla...
2008-09-30 benoitRemove useless lines.
2008-09-30 benoitReindent whole file.
2008-09-30 benoitIndent.
2008-09-30 benoitSimplify iv_free_func().
2008-09-30 benoitMove allocated buffer out of YUV buffer structure.
2008-09-30 benoitRemove useless initializations.
2008-09-30 benoitCheck allocations on init.
2008-09-30 benoitRemove useless test.
2008-09-30 benoitCosmetics
2008-09-30 benoituse uint8_t instead of unsigned char
2008-09-30 benoitCorrector type fits in 8 bits.
2008-09-30 benoitRemove useless casts and use variable instead of its...
2008-09-30 benoitChange table types to uint8_t
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-05 aurelremove more useless mpegvideo.h includes
2008-02-01 michaelconst
2008-02-01 michaelUse bytestream.
2008-02-01 michaelconsts
2008-01-31 reimarTwo tables that should be const
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-04-07 diegoRemove superfluous setting of has_b_frames in codecs...
2007-02-25 aureluse FFMIN
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 mrufix some signedness warnings
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-03-06 michaelindeo3 for bigendian patch by (demo-n <demo-n users...
2005-02-27 michaelindeo3 for bigendian patch by (elf at frogger dot rules...
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2005-01-12 michaelvarious security fixes and precautionary checks
2004-10-06 kabi* fixing a few of gcc 'clean-code' warnings
2004-09-21 alexgreyscale decoding (option to skip u,v planes) support
2004-05-21 michaeldata_size = 0 cleanup
2004-02-07 michaelsegfault fix
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-09-25 michaelnifixes levis.avi
2003-09-09 bellarduse const data - began to make code more portable
2003-05-24 mellumWarning and compatibility fixes.
2003-05-06 michaelnirelease buffer cleanup
2003-04-19 tmmmcode redundancy reduction, courtesy of suxen_drol ...
2003-04-15 tmmmnative Indeo3 decoder implementation