summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo3.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* indeo3: check motion vectors for validityJanne Grunau2012-01-071-4/+18
* indeo3: check per-plane data buffer against input buffer bounds.Aneesh Dogra2011-11-291-1/+3
* indeo3: cosmeticsKostya Shishkov2011-11-281-1/+1
* indeo3: error out if no motion vector is set.Aneesh Dogra2011-11-271-0/+2
* indeo3: Fix a fencepost error.Alex Converse2011-11-081-1/+1
* replacement Indeo 3 decoderMaxim Poliakovski2011-11-031-1003/+919
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-10/+8
* indeo3: Eliminate use of long.Alex Converse2011-05-031-11/+11
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-33/+33
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-33/+33
* 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
OpenPOWER on IntegriCloud