| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/fitsdec: fix decoder class category | Paul B Mahol | 2023-05-21 | 1 | -0/+1 |
* | 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/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 | -2/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+8 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/fitsdec: properly initialize header->data_max | Paul B Mahol | 2021-02-10 | 1 | -1/+1 |
* | avcodec/fitsdec: Use lrint() | Michael Niedermayer | 2019-12-05 | 1 | -1/+1 |
* | avcodec/fitsdec: Fail on 0 naxisn | Michael Niedermayer | 2019-10-10 | 1 | -1/+1 |
* | avcodec/fitsdec: fix use of uninitialised values | James Almer | 2019-09-29 | 1 | -7/+7 |
* | avcodec/fitsdec: Prevent division by 0 with huge data_max | Michael Niedermayer | 2019-09-26 | 1 | -1/+8 |
* | avcodec/fitsdec: Check data_min/max | Michael Niedermayer | 2019-06-30 | 1 | -0/+8 |
* | avcodec/fitsdec: Fix division by 0 in size check | Michael Niedermayer | 2019-06-25 | 1 | -1/+1 |
* | avcodec/fitsdec: write output to frame directly | Paras Chadha | 2017-09-06 | 1 | -3/+2 |
* | Add FITS Decoder | Paras Chadha | 2017-08-30 | 1 | -0/+318 |