| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-29 | 1 | -0/+1 |
|\| |
|
| * | lavc: add CODEC_CAP_DR1 to all video decoders missing them | Anton Khirnov | 2012-10-29 | 1 | -0/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -3/+3 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -3/+3 |
* | | sgidec: fix error free end detection. | Michael Niedermayer | 2012-08-12 | 1 | -2/+3 |
* | | sgidec: correct end pointer | Michael Niedermayer | 2012-08-12 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | sgidec: add CODEC_CAP_DR1 | Paul B Mahol | 2012-07-08 | 1 | -0/+1 |
* | | sgidec: remove redundant argument from read_uncompressed_sgi() | Paul B Mahol | 2012-07-08 | 1 | -4/+3 |
* | | sgidec: fix off by 1 error that tested a sample too far for oob. | Michael Niedermayer | 2012-07-09 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|