summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo3.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded check.Benoit Fouet2009-01-261-3/+0
* Fix an exploit in indeo by checking we are not writing out of the strip array.Benoit Fouet2009-01-261-0/+8
* indeo3: replace sizeof(struct ...) by sizeof(*var)Aurelien Jacobs2008-12-141-2/+2
* Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace.Diego Biurrun2008-12-131-5/+5
* Rename some variables and add some comments to try to be a bit more clear.Benoit Fouet2008-10-021-33/+34
* Fix indentation.Benoit Fouet2008-10-011-6/+6
* Remove useless context variable.Benoit Fouet2008-10-011-2/+0
* Merge declaration and assignment.Benoit Fouet2008-10-011-13/+9
* Move iv_decode_frame function to remove a forward declaration.Benoit Fouet2008-09-301-72/+67
* Remove useless lines.Benoit Fouet2008-09-301-4/+0
* Reindent whole file.Benoit Fouet2008-09-301-921/+921
* Indent.Benoit Fouet2008-09-301-1/+1
* Simplify iv_free_func().Benoit Fouet2008-09-301-12/+0
* Move allocated buffer out of YUV buffer structure.Benoit Fouet2008-09-301-11/+11
* Remove useless initializations.Benoit Fouet2008-09-301-7/+0
* Check allocations on init.Benoit Fouet2008-09-301-8/+17
* Remove useless test.Benoit Fouet2008-09-301-3/+1
* CosmeticsBenoit Fouet2008-09-301-12/+13
* use uint8_t instead of unsigned charBenoit Fouet2008-09-301-18/+18
* Corrector type fits in 8 bits.Benoit Fouet2008-09-301-3/+3
* Remove useless casts and use variable instead of its type in sizeof.Benoit Fouet2008-09-301-2/+2
* Change table types to uint8_tBenoit Fouet2008-09-301-2/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-5/+5
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-051-1/+0
* constMichael Niedermayer2008-02-011-7/+7
* Use bytestream.Michael Niedermayer2008-02-011-19/+11
* constsMichael Niedermayer2008-02-011-3/+3
* Two tables that should be constReimar Döffinger2008-01-311-2/+2
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
* use FFMINRamiro Polla2007-02-251-7/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-6/+6
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-42/+42
* indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net)Michael Niedermayer2005-03-061-3/+6
* indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian J...Sebastian Jedruszkiewicz2005-02-271-30/+45
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-5/+0
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-0/+4
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-061-1/+2
* greyscale decoding (option to skip u,v planes) supportAlex Beregszaszi2004-09-211-0/+8
* data_size = 0 cleanupMichael Niedermayer2004-05-211-1/+0
* segfault fixMichael Niedermayer2004-02-071-0/+6
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-5/+5
* fixes levis.aviMichael Niedermayer2003-09-251-4/+4
* use const data - began to make code more portableFabrice Bellard2003-09-091-17/+20
* Warning and compatibility fixes.Falk Hüffner2003-05-241-1/+0
OpenPOWER on IntegriCloud