summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo3.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '746c56b7730ce09397d3a8354acc131285e9d829'Clément Bœsch2017-03-201-7/+7
|\
| * indeo: Change type of array pitch parameters to ptrdiff_tDiego Biurrun2016-09-041-7/+7
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-1/+1
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-1/+1
| * indeo3: check ff_set_dimensions return valueVittorio Giovara2014-11-131-1/+2
* | avcodec/indeo3: ensure offsets are non negativeMichael Niedermayer2014-12-181-1/+2
* | avcodec/indeo3: use signed variables to avoid underflowMichael Niedermayer2014-12-171-2/+3
* | Add missing "const" all over the place.Reimar Döffinger2014-08-291-2/+2
* | avcodec/indeo3: check the return code of ff_set_dimensions()Michael Niedermayer2013-12-111-1/+2
* | Merge commit '967cd6fafbf2fdec9cbe011296ad34a70212427e'Michael Niedermayer2013-11-011-1/+1
|\ \ | |/
| * indeo3: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | indeo3: check return values of av_malloc()Paul B Mahol2013-06-301-16/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-101-3/+1
|\ \ | |/
| * indeo3: avoid writes without necessary alignment in copy_cell()Janne Grunau2013-05-101-3/+1
* | Merge commit 'a97d8cc16e0da30c9ffefa1ede2a0adf3db5f3f8'Michael Niedermayer2013-05-081-20/+20
|\ \ | |/
| * indeo3: use unaligned reads on reference blocks.Anton Khirnov2013-05-071-20/+20
* | Merge commit 'bda9e6d923df6d46cc5cafb30a59a01d2514fa61'Michael Niedermayer2013-05-011-3/+3
|\ \ | |/
| * indeo3: use put_pixels instead of put_no_rnd_pixels in copy_cell()Anton Khirnov2013-04-301-3/+3
* | Merge commit '95220be1faac628d849a004644c0d102df0aa98b'Michael Niedermayer2013-05-011-4/+4
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-171-29/+30
|\ \ | |/
| * indeo3: check motion vectors.Anton Khirnov2013-04-171-5/+29
* | Merge commit '34e6af9e204ca6bb18d8cf8ec68fe19b0e083e95'Michael Niedermayer2013-04-171-3/+1
|\ \ | |/
| * indeo3: fix data size checkAnton Khirnov2013-04-171-2/+1
* | Merge commit '66531d634e75b834e89e4a6a0f7470ca018712a1'Michael Niedermayer2013-04-171-17/+22
|\ \ | |/
| * indeo3: switch parsing the header to bytestream2Anton Khirnov2013-04-171-17/+22
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-141-2/+2
|\ \ | |/
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | indeo3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-5/+5
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-16/+5
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-15/+5
* | Merge commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a'Michael Niedermayer2013-02-091-0/+1
|\ \ | |/
* | Merge commit 'b9ee5f2cab3ffe1c962e542346b1ed61394864ec'Michael Niedermayer2013-02-091-6/+9
|\ \ | |/
| * indeo3: replace use of copy_block4 with put_pixelsMans Rullgard2013-02-071-9/+12
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-3/+3
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-3/+3
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * 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
* | indeo3: move get_buffer() above decode_plane() callsPaul B Mahol2012-11-041-6/+6
* | indeo3: release buffer before calling decode_planePaul B Mahol2012-11-021-3/+3
* | Revert "Partly revert f174fba: indeo3 decoder does not support direct renderi...Paul B Mahol2012-11-021-0/+1
OpenPOWER on IntegriCloud