| Commit message (Expand) | Author | Age | Files | Lines |
* | indeo3: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -1/+1 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | indeo3: avoid writes without necessary alignment in copy_cell() | Janne Grunau | 2013-05-10 | 1 | -3/+1 |
* | indeo3: use unaligned reads on reference blocks. | Anton Khirnov | 2013-05-07 | 1 | -20/+20 |
* | indeo3: use put_pixels instead of put_no_rnd_pixels in copy_cell() | Anton Khirnov | 2013-04-30 | 1 | -3/+3 |
* | indeo3: fix off by one in MV validity check | Anton Khirnov | 2013-04-30 | 1 | -4/+4 |
* | indeo3: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -8/+8 |
* | indeo3: check motion vectors. | Anton Khirnov | 2013-04-17 | 1 | -5/+29 |
* | indeo3: fix data size check | Anton Khirnov | 2013-04-17 | 1 | -2/+1 |
* | indeo3: switch parsing the header to bytestream2 | Anton Khirnov | 2013-04-17 | 1 | -17/+22 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -15/+5 |
* | indeo3: replace use of copy_block4 with put_pixels | Mans Rullgard | 2013-02-07 | 1 | -9/+12 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -3/+3 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | indeo3: remove duplicate capabilities line. | Anton Khirnov | 2012-10-29 | 1 | -1/+0 |
* | lavc: add CODEC_CAP_DR1 to all video decoders missing them | Anton Khirnov | 2012-10-29 | 1 | -0/+1 |
* | indeo3: do not try to output more lines than we can fit | Kostya Shishkov | 2012-10-19 | 1 | -5/+15 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | indeo3: fix out of cell write. | Anton Khirnov | 2012-09-29 | 1 | -0/+3 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | indeo3: validate new frame size before resetting decoder | Kostya Shishkov | 2012-05-15 | 1 | -0/+8 |
* | indeo3: when freeing buffers, set pointers referencing them to NULL as well | Kostya Shishkov | 2012-05-15 | 1 | -0/+1 |
* | indeo3: initialise pixel planes on allocation | Kostya Shishkov | 2012-05-15 | 1 | -0/+2 |
* | indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoder | Kostya Shishkov | 2012-05-15 | 1 | -14/+16 |
* | indeo3: fix motion vector validation | Hendrik Leppkes | 2012-05-01 | 1 | -2/+2 |
* | Indeo3: fix crashes on corrupt bitstreams. | Ronald S. Bultje | 2012-02-28 | 1 | -1/+8 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | indeo3: check motion vectors for validity | Janne Grunau | 2012-01-07 | 1 | -4/+18 |
* | indeo3: check per-plane data buffer against input buffer bounds. | Aneesh Dogra | 2011-11-29 | 1 | -1/+3 |
* | indeo3: cosmetics | Kostya Shishkov | 2011-11-28 | 1 | -1/+1 |
* | indeo3: error out if no motion vector is set. | Aneesh Dogra | 2011-11-27 | 1 | -0/+2 |
* | indeo3: Fix a fencepost error. | Alex Converse | 2011-11-08 | 1 | -1/+1 |
* | replacement Indeo 3 decoder | Maxim Poliakovski | 2011-11-03 | 1 | -1003/+919 |
* | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -10/+8 |
* | indeo3: Eliminate use of long. | Alex Converse | 2011-05-03 | 1 | -11/+11 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -33/+33 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -33/+33 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -1/+1 |
* | Remove useless #include <unistd.h> from many files | Måns Rullgård | 2009-07-22 | 1 | -1/+0 |
* | Change av_free to av_freep | Reimar Döffinger | 2009-07-06 | 1 | -3/+3 |
* | Reallocate internal buffer when coded frame size changes. | Reimar Döffinger | 2009-07-06 | 1 | -0/+12 |
* | Change iv_decode_frame to get AVCodecContext as argument, so that | Reimar Döffinger | 2009-07-06 | 1 | -3/+4 |