summaryrefslogtreecommitdiff
path: root/libavcodec/indeo3.c
Commit message (Expand)AuthorAge
...
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-22
* Change av_free to av_freepReimar Döffinger2009-07-06
* Reallocate internal buffer when coded frame size changes.Reimar Döffinger2009-07-06
* Change iv_decode_frame to get AVCodecContext as argument, so thatReimar Döffinger2009-07-06
* indeo3 decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* 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