summaryrefslogtreecommitdiff
path: root/libavcodec/indeo3.c
Commit message (Expand)AuthorAge
* Merge commit 'bda9e6d923df6d46cc5cafb30a59a01d2514fa61'Michael Niedermayer2013-05-01
|\
| * indeo3: use put_pixels instead of put_no_rnd_pixels in copy_cell()Anton Khirnov2013-04-30
* | Merge commit '95220be1faac628d849a004644c0d102df0aa98b'Michael Niedermayer2013-05-01
|\|
| * indeo3: fix off by one in MV validity checkAnton Khirnov2013-04-30
| * indeo3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-17
|\|
| * indeo3: check motion vectors.Anton Khirnov2013-04-17
* | Merge commit '34e6af9e204ca6bb18d8cf8ec68fe19b0e083e95'Michael Niedermayer2013-04-17
|\|
| * indeo3: fix data size checkAnton Khirnov2013-04-17
* | Merge commit '66531d634e75b834e89e4a6a0f7470ca018712a1'Michael Niedermayer2013-04-17
|\|
| * indeo3: switch parsing the header to bytestream2Anton Khirnov2013-04-17
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-14
|\|
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | indeo3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a'Michael Niedermayer2013-02-09
|\|
* | Merge commit 'b9ee5f2cab3ffe1c962e542346b1ed61394864ec'Michael Niedermayer2013-02-09
|\|
| * indeo3: replace use of copy_block4 with put_pixelsMans Rullgard2013-02-07
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-05
|\|
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
| * indeo3: remove duplicate capabilities line.Anton Khirnov2012-10-29
* | indeo3: move get_buffer() above decode_plane() callsPaul B Mahol2012-11-04
* | indeo3: release buffer before calling decode_planePaul B Mahol2012-11-02
* | Revert "Partly revert f174fba: indeo3 decoder does not support direct renderi...Paul B Mahol2012-11-02
* | Partly revert f174fba: indeo3 decoder does not support direct rendering.Carl Eugen Hoyos2012-10-30
* | lavc: remove duplicated .capabilitiesPaul B Mahol2012-10-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-29
|\|
| * lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov2012-10-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-19
|\|
| * indeo3: do not try to output more lines than we can fitKostya Shishkov2012-10-19
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit 'd05f72c75445969cd7bdb1d860635c9880c67fb6'Michael Niedermayer2012-09-30
|\|
| * indeo3: fix out of cell write.Anton Khirnov2012-09-29
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-16
|\|
| * 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 reallocation code so that it doesnt become inconsistent.Michael Niedermayer2012-04-20
* | indeo3dec: check mv bitstream pointerMichael Niedermayer2012-03-26
* | indeo3dec: Fix end pointer.Michael Niedermayer2012-03-26
* | indeo3: fix out of picture write.Michael Niedermayer2012-03-24