summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo3.c
Commit message (Expand)AuthorAgeFilesLines
* indeo3: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* indeo3: avoid writes without necessary alignment in copy_cell()Janne Grunau2013-05-101-3/+1
* indeo3: use unaligned reads on reference blocks.Anton Khirnov2013-05-071-20/+20
* indeo3: use put_pixels instead of put_no_rnd_pixels in copy_cell()Anton Khirnov2013-04-301-3/+3
* indeo3: fix off by one in MV validity checkAnton Khirnov2013-04-301-4/+4
* indeo3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-8/+8
* indeo3: check motion vectors.Anton Khirnov2013-04-171-5/+29
* indeo3: fix data size checkAnton Khirnov2013-04-171-2/+1
* indeo3: switch parsing the header to bytestream2Anton Khirnov2013-04-171-17/+22
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-15/+5
* indeo3: replace use of copy_block4 with put_pixelsMans Rullgard2013-02-071-9/+12
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-3/+3
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* indeo3: remove duplicate capabilities line.Anton Khirnov2012-10-291-1/+0
* lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov2012-10-291-0/+1
* indeo3: do not try to output more lines than we can fitKostya Shishkov2012-10-191-5/+15
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* indeo3: fix out of cell write.Anton Khirnov2012-09-291-0/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* indeo3: validate new frame size before resetting decoderKostya Shishkov2012-05-151-0/+8
* indeo3: when freeing buffers, set pointers referencing them to NULL as wellKostya Shishkov2012-05-151-0/+1
* indeo3: initialise pixel planes on allocationKostya Shishkov2012-05-151-0/+2
* indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoderKostya Shishkov2012-05-151-14/+16
* indeo3: fix motion vector validationHendrik Leppkes2012-05-011-2/+2
* Indeo3: fix crashes on corrupt bitstreams.Ronald S. Bultje2012-02-281-1/+8
* 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
OpenPOWER on IntegriCloud