summaryrefslogtreecommitdiff
path: root/libavcodec/indeo3.c
Commit message (Expand)AuthorAge
* indeo3: remove duplicate capabilities line.Anton Khirnov2012-10-29
* lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov2012-10-29
* indeo3: do not try to output more lines than we can fitKostya Shishkov2012-10-19
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* indeo3: fix out of cell write.Anton Khirnov2012-09-29
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* indeo3: validate new frame size before resetting decoderKostya Shishkov2012-05-15
* indeo3: when freeing buffers, set pointers referencing them to NULL as wellKostya Shishkov2012-05-15
* indeo3: initialise pixel planes on allocationKostya Shishkov2012-05-15
* indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoderKostya Shishkov2012-05-15
* indeo3: fix motion vector validationHendrik Leppkes2012-05-01
* Indeo3: fix crashes on corrupt bitstreams.Ronald S. Bultje2012-02-28
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* indeo3: check motion vectors for validityJanne Grunau2012-01-07
* indeo3: check per-plane data buffer against input buffer bounds.Aneesh Dogra2011-11-29
* indeo3: cosmeticsKostya Shishkov2011-11-28
* indeo3: error out if no motion vector is set.Aneesh Dogra2011-11-27
* indeo3: Fix a fencepost error.Alex Converse2011-11-08
* replacement Indeo 3 decoderMaxim Poliakovski2011-11-03
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* 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