summaryrefslogtreecommitdiff
path: root/libavcodec/indeo3.c
Commit message (Expand)AuthorAge
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* indeo3: Eliminate use of long.Alex Converse2011-05-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* 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