| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+1 |
* | avcodec/sgidec: do not forget the number of components in read_uncompressed_s... | Michael Niedermayer | 2023-01-12 | 1 | -1/+1 |
* | avcodec/sgidec: Use planar pixel formats | Andreas Rheinhardt | 2022-10-05 | 1 | -66/+57 |
* | avcodec/sgidec: Avoid redundant private context | Andreas Rheinhardt | 2022-10-05 | 1 | -85/+73 |
* | avcodec/sgidec: Support negative linesizes | Andreas Rheinhardt | 2022-10-05 | 1 | -10/+11 |
* | 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 | -2/+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/+0 |
* | 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 | -4/+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 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/sgidec: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2020-12-04 | 1 | -0/+1 |
* | 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 |
* | | avcodec/sgidec: fix count check | Michael Niedermayer | 2014-10-27 | 1 | -1/+1 |
* | | avcodec/sgidec: fix linesize for 16bit | Michael Niedermayer | 2014-10-27 | 1 | -1/+1 |
* | | Merge commit 'd613091f8858d87789916e2bd7a84ea3144077d4' | Michael Niedermayer | 2014-04-01 | 1 | -6/+50 |
|\| |
|
| * | sgi: decode 16bit RLE images | Vittorio Giovara | 2014-04-01 | 1 | -6/+50 |
| * | sgi: decode images with 4 channels at 8 and 16 bits | Carl Eugen Hoyos | 2014-04-01 | 1 | -2/+2 |
* | | Merge commit 'ab7c64624a1254d509b71c2a4945336567e93845' | Michael Niedermayer | 2014-04-01 | 1 | -2/+1 |
|\| |
|
| * | sgi: remove redundant argument from read_uncompressed_sgi() | Paul B Mahol | 2014-04-01 | 1 | -4/+3 |
* | | Merge commit '6d9ccee4519f41155c88655c77bfb1ef085797fd' | Michael Niedermayer | 2014-04-01 | 1 | -1/+1 |
|\| |
|
| * | sgi: set the row boundary to the correct value | Michael Niedermayer | 2014-04-01 | 1 | -1/+1 |
| * | sgi: fix end of line boundary detection | Michael Niedermayer | 2014-04-01 | 1 | -2/+4 |
* | | Merge commit 'a7dbfcf6cb6ab8a8981d74332fd02fb90360d22f' | Michael Niedermayer | 2014-04-01 | 1 | -2/+3 |
|\| |
|
| * | sgi: K&R formatting cosmetics | Vittorio Giovara | 2014-04-01 | 1 | -2/+2 |
* | | Merge commit 'f4a8a0080537484154bb74e08ec76cbcbd25484b' | Michael Niedermayer | 2014-01-06 | 1 | -4/+18 |
|\| |
|
| * | sgidec: fix buffer size check in expand_rle_row() | Anton Khirnov | 2014-01-06 | 1 | -4/+18 |
* | | Merge commit 'c755870d52c8c29676e5ba7ee9557adf4a7ca934' | Michael Niedermayer | 2013-11-01 | 1 | -3/+3 |
|\| |
|
| * | sgidec: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -3/+3 |
* | | avcodec/sgi: Fix dereferencing uninitialized pointer | Michael Niedermayer | 2013-10-23 | 1 | -4/+3 |
* | | 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 |
* | | sgidec: use bytestream2_get_bufferu() | Paul B Mahol | 2013-08-26 | 1 | -3/+4 |
* | | sgidec: safer check for buffer overflow | Paul B Mahol | 2013-07-27 | 1 | -1/+1 |
* | | sgidec: return meaningful error codes | Paul B Mahol | 2013-07-27 | 1 | -8/+9 |
* | | sgidec: simplify return path | Paul B Mahol | 2013-07-27 | 1 | -6/+4 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -4/+2 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -30/+2 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -30/+2 |
* | | sgidec: use unchecked bytestream2 functions where it makes sense | Paul B Mahol | 2013-03-01 | 1 | -7/+7 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | lavc: remove duplicated .capabilities | Paul B Mahol | 2012-10-29 | 1 | -1/+0 |