summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo3.c
Commit message (Expand)AuthorAgeFilesLines
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-221-1/+0
* Change av_free to av_freepReimar Döffinger2009-07-061-3/+3
* Reallocate internal buffer when coded frame size changes.Reimar Döffinger2009-07-061-0/+12
* Change iv_decode_frame to get AVCodecContext as argument, so thatReimar Döffinger2009-07-061-3/+4
* indeo3 decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Reindent after last commitAlex Converse2009-02-191-1/+1
* Some buffer checks for indeo3Alex Converse2009-02-191-2/+20
* 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
OpenPOWER on IntegriCloud