| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/frame: deprecate palette_has_changed | James Almer | 2023-05-18 | 1 | -0/+4 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+1 |
* | 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/qdrw: adjust max colors to array size | Michael Niedermayer | 2022-07-03 | 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 | -4/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -6/+7 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/qdrw: Check input for header/skiped space before get_buffer() | Michael Niedermayer | 2019-10-25 | 1 | -0/+2 |
* | lavc/qdrw: Read PixMap palette. | Carl Eugen Hoyos | 2018-05-10 | 1 | -5/+7 |
* | avcodec/qdrw: support 16bpp files with bppcnt == 2 && bpp == 8 | Piotr Bandurski | 2017-11-05 | 1 | -1/+1 |
* | avcodec/qdrw: Fix null pointer dereference | Michael Niedermayer | 2017-06-04 | 1 | -1/+5 |
* | avcodec/qdrw: check bytes per scanline for 2bpp images | Paul B Mahol | 2017-02-27 | 1 | -1/+4 |
* | avcodec/qdrw: consume bytes when end is reached for 8bpp case | Paul B Mahol | 2017-02-27 | 1 | -1/+2 |
* | avcodec/qdrw: fix decoding of odd sized images for 8bpp | Paul B Mahol | 2017-02-27 | 1 | -8/+6 |
* | avcodec/qdrw: fix decoding odd size images for 2bpp and 4bpp | Paul B Mahol | 2017-02-27 | 1 | -36/+24 |
* | avcodec/qdrw: fix decoding odd size images for 16bit case | Paul B Mahol | 2017-02-27 | 1 | -14/+6 |
* | avcodec/qdrw: do better w/h parsing for direct bit packing | Paul B Mahol | 2017-02-23 | 1 | -10/+11 |
* | avcodec/qdrw: add support for 0x0001 code | Paul B Mahol | 2017-02-22 | 1 | -1/+12 |
* | avcodec/qdrw: don't overwrite bpp when checking its value | James Almer | 2017-02-21 | 1 | -2/+2 |
* | avcodec/qdrw: add support for 2bpp and 4bpp packed pallette format | Paul B Mahol | 2017-02-21 | 1 | -0/+114 |
* | avcodec/qdrw: fix writing past end of row | Paul B Mahol | 2017-02-21 | 1 | -1/+1 |
* | avcodec/qdrw: add support for decoding rgb555 | Paul B Mahol | 2017-02-21 | 1 | -2/+63 |
* | avcodec/qdrw: skip long comment for now | Paul B Mahol | 2017-01-13 | 1 | -0/+6 |
* | avcodec: remove "get_buffer() failed" message | Paul B Mahol | 2016-04-08 | 1 | -3/+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 |
* | | lavc/qdrw: Do not fail decoding valid Quickdraw images. | Carl Eugen Hoyos | 2015-05-21 | 1 | -1/+0 |
* | | lavc/qdrw: Fix overwrite when reading invalid Quickdraw images. | Carl Eugen Hoyos | 2015-05-17 | 1 | -0/+4 |
* | | avcodec/qdrw: Fix the code which asks for version 1 samples | Michael Niedermayer | 2015-05-14 | 1 | -2/+8 |
* | | avcodec/qdrw: another try at skipping the first 512 bytes | Michael Niedermayer | 2015-05-14 | 1 | -3/+27 |
* | | avcodec/qdrw: cleanup skip code | Michael Niedermayer | 2015-05-13 | 1 | -7/+3 |
* | | Merge commit '0348e74c01a099a3787ae21df1c2a742fc846163' | Michael Niedermayer | 2015-05-13 | 1 | -0/+4 |
|\| |
|
| * | quickdraw: Skip the empty 512 byte header for images | Vittorio Giovara | 2015-05-12 | 1 | -0/+4 |
* | | Merge commit 'd0dce15da34c0e4eee6c683be299de0221db00d3' | Michael Niedermayer | 2015-05-13 | 1 | -1/+1 |
|\| |
|
| * | quickdraw: Make the palette opaque | Carl Eugen Hoyos | 2015-05-12 | 1 | -1/+1 |
* | | lavc/qdrw: Also support real-world qdraw images. | Carl Eugen Hoyos | 2015-05-07 | 1 | -0/+4 |
* | | Merge commit '34efb8a169e4551326e069be47125c6c2cb7ab90' | Michael Niedermayer | 2015-05-06 | 1 | -7/+81 |
|\| |
|
| * | quickdraw: Support direct pixel blocks | Vittorio Giovara | 2015-05-06 | 1 | -7/+81 |
* | | Merge commit 'bb2cb0a66d86ec4ad9f43a488e8b6ab894c22d2f' | Michael Niedermayer | 2015-05-06 | 1 | -63/+154 |
|\| |
|
| * | quickdraw: Switch to greedy parsing | Vittorio Giovara | 2015-05-06 | 1 | -65/+156 |
* | | Merge commit 'd00f1e0fc10bb945cdf140a6c320eb0c9cd25162' | Michael Niedermayer | 2015-05-06 | 1 | -47/+37 |
|\| |
|
| * | quickdraw: Convert to bytestream2 | Vittorio Giovara | 2015-05-06 | 1 | -47/+37 |
* | | 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 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -33/+6 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -30/+6 |