summaryrefslogtreecommitdiff
path: root/libavcodec/indeo3.c
Commit message (Expand)AuthorAge
* Reindent after last commitAlex Converse2009-02-19
* Some buffer checks for indeo3Alex Converse2009-02-19
* Remove unneeded check.Benoit Fouet2009-01-26
* Fix an exploit in indeo by checking we are not writing out of the strip array.Benoit Fouet2009-01-26
* indeo3: replace sizeof(struct ...) by sizeof(*var)Aurelien Jacobs2008-12-14
* Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace.Diego Biurrun2008-12-13
* Rename some variables and add some comments to try to be a bit more clear.Benoit Fouet2008-10-02
* Fix indentation.Benoit Fouet2008-10-01
* Remove useless context variable.Benoit Fouet2008-10-01
* Merge declaration and assignment.Benoit Fouet2008-10-01
* Move iv_decode_frame function to remove a forward declaration.Benoit Fouet2008-09-30
* Remove useless lines.Benoit Fouet2008-09-30
* Reindent whole file.Benoit Fouet2008-09-30
* Indent.Benoit Fouet2008-09-30
* Simplify iv_free_func().Benoit Fouet2008-09-30
* Move allocated buffer out of YUV buffer structure.Benoit Fouet2008-09-30
* Remove useless initializations.Benoit Fouet2008-09-30
* Check allocations on init.Benoit Fouet2008-09-30
* Remove useless test.Benoit Fouet2008-09-30
* CosmeticsBenoit Fouet2008-09-30
* use uint8_t instead of unsigned charBenoit Fouet2008-09-30
* Corrector type fits in 8 bits.Benoit Fouet2008-09-30
* Remove useless casts and use variable instead of its type in sizeof.Benoit Fouet2008-09-30
* Change table types to uint8_tBenoit Fouet2008-09-30
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
* constMichael Niedermayer2008-02-01
* Use bytestream.Michael Niedermayer2008-02-01
* constsMichael Niedermayer2008-02-01
* Two tables that should be constReimar Döffinger2008-01-31
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* use FFMINRamiro Polla2007-02-25
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix some signedness warningsMåns Rullgård2006-09-27
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net)Michael Niedermayer2005-03-06
* indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian J...Sebastian Jedruszkiewicz2005-02-27
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-06
* greyscale decoding (option to skip u,v planes) supportAlex Beregszaszi2004-09-21
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* segfault fixMichael Niedermayer2004-02-07
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* fixes levis.aviMichael Niedermayer2003-09-25