| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/indeo3: Round dimensions up in allocate_frame_buffers() | Michael Niedermayer | 2024-02-12 | 1 | -0/+3 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+0 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -3/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -6/+6 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/indeo3: Make decoder init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -2/+4 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/indeo3: add support for more dimensions | Paul B Mahol | 2021-02-19 | 1 | -1/+1 |
* | avcodec/indeo3: Cleanup generically after init failure | Andreas Rheinhardt | 2020-09-19 | 1 | -3/+2 |
* | Merge commit '746c56b7730ce09397d3a8354acc131285e9d829' | Clément Bœsch | 2017-03-20 | 1 | -7/+7 |
|\ |
|
| * | indeo: Change type of array pitch parameters to ptrdiff_t | Diego Biurrun | 2016-09-04 | 1 | -7/+7 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -1/+1 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -1/+1 |
| * | indeo3: check ff_set_dimensions return value | Vittorio Giovara | 2014-11-13 | 1 | -1/+2 |
* | | avcodec/indeo3: ensure offsets are non negative | Michael Niedermayer | 2014-12-18 | 1 | -1/+2 |
* | | avcodec/indeo3: use signed variables to avoid underflow | Michael Niedermayer | 2014-12-17 | 1 | -2/+3 |
* | | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -2/+2 |
* | | avcodec/indeo3: check the return code of ff_set_dimensions() | Michael Niedermayer | 2013-12-11 | 1 | -1/+2 |
* | | Merge commit '967cd6fafbf2fdec9cbe011296ad34a70212427e' | Michael Niedermayer | 2013-11-01 | 1 | -1/+1 |
|\| |
|
| * | indeo3: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -1/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | indeo3: check return values of av_malloc() | Paul B Mahol | 2013-06-30 | 1 | -16/+19 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-10 | 1 | -3/+1 |
|\| |
|
| * | indeo3: avoid writes without necessary alignment in copy_cell() | Janne Grunau | 2013-05-10 | 1 | -3/+1 |
* | | Merge commit 'a97d8cc16e0da30c9ffefa1ede2a0adf3db5f3f8' | Michael Niedermayer | 2013-05-08 | 1 | -20/+20 |
|\| |
|
| * | indeo3: use unaligned reads on reference blocks. | Anton Khirnov | 2013-05-07 | 1 | -20/+20 |
* | | Merge commit 'bda9e6d923df6d46cc5cafb30a59a01d2514fa61' | Michael Niedermayer | 2013-05-01 | 1 | -3/+3 |
|\| |
|
| * | indeo3: use put_pixels instead of put_no_rnd_pixels in copy_cell() | Anton Khirnov | 2013-04-30 | 1 | -3/+3 |
* | | Merge commit '95220be1faac628d849a004644c0d102df0aa98b' | Michael Niedermayer | 2013-05-01 | 1 | -4/+4 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-17 | 1 | -29/+30 |
|\| |
|
| * | indeo3: check motion vectors. | Anton Khirnov | 2013-04-17 | 1 | -5/+29 |
* | | Merge commit '34e6af9e204ca6bb18d8cf8ec68fe19b0e083e95' | Michael Niedermayer | 2013-04-17 | 1 | -3/+1 |
|\| |
|
| * | indeo3: fix data size check | Anton Khirnov | 2013-04-17 | 1 | -2/+1 |
* | | Merge commit '66531d634e75b834e89e4a6a0f7470ca018712a1' | Michael Niedermayer | 2013-04-17 | 1 | -17/+22 |
|\| |
|
| * | indeo3: switch parsing the header to bytestream2 | Anton Khirnov | 2013-04-17 | 1 | -17/+22 |
* | | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -2/+2 |
|\| |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |