| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/speedhq: Remove unused ff_rl_speedhq | Andreas Rheinhardt | 2022-10-27 | 1 | -9/+0 |
* | avcodec/speedhqdec: Use ff_rl_speedhq.table_(run|level) directly | Andreas Rheinhardt | 2022-10-27 | 1 | -4/+4 |
* | avcodec/speedhqenc: Avoid unnecessary indirection | Andreas Rheinhardt | 2022-10-27 | 1 | -2/+2 |
* | avcodec/speedhq: Rename file to speedhqdec.c, move ff_rl_speedhq out | Andreas Rheinhardt | 2022-10-21 | 1 | -634/+3 |
* | avcodec/speedhq: Check buf_size to be big enough for DC | Michael Niedermayer | 2022-10-20 | 1 | -0/+2 |
* | avcodec/mpeg12vlc: Move MPEG-1/2 RL VLCs to it | Andreas Rheinhardt | 2022-10-04 | 1 | -1/+1 |
* | avcodec/blockdsp: Remove unused AVCodecContext parameter | Andreas Rheinhardt | 2022-09-21 | 1 | -1/+1 |
* | avcodec/speedhq: Check width | Michael Niedermayer | 2022-09-05 | 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_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+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 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | avcodec/mpeg12.h: Move decoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+3 |
* | avcodec/speedhq: Replace always-true check by assert | Andreas Rheinhardt | 2021-12-16 | 1 | -1/+2 |
* | avcodec/speedhq, speedhqenc: Make codecs init-threadsafe | Andreas Rheinhardt | 2021-05-05 | 1 | -3/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/speedhq: Width < 8 is not supported | Michael Niedermayer | 2021-03-19 | 1 | -1/+1 |
* | avcodec/speedhq: fix decoding non 444 subsampling when width is not multiple ... | Paul B Mahol | 2021-03-04 | 1 | -2/+77 |
* | lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | configure, libavcodec/speedhq: Fix compiling SpeedHQ encoder | Andreas Rheinhardt | 2020-12-31 | 1 | -0/+3 |
* | avcodec/speedhq: Remove cast | Andreas Rheinhardt | 2020-12-31 | 1 | -1/+1 |
* | avcodec: add SpeedHQ encoder | Jean-Baptiste Kempf | 2020-11-24 | 1 | -4/+4 |
* | avcodec/speedhq: Avoid reversing BE codes for LE bitstream reader | Andreas Rheinhardt | 2020-10-12 | 1 | -32/+9 |
* | avcodec/speedhq: Don't use ff_ prefix for static symbols | Andreas Rheinhardt | 2020-10-12 | 1 | -17/+17 |
* | avcodec/speedhq: Don't pretend reading DC can fail | Andreas Rheinhardt | 2020-10-12 | 1 | -4/+0 |
* | Speedhq: Decode field 2 correctly | Jean-Baptiste Kempf | 2020-07-06 | 1 | -1/+1 |
* | avcodec/speedhq: Make speedhq_vlc const | Michael Niedermayer | 2018-10-07 | 1 | -39/+34 |
* | libavcodec/blockdsp : add AVX version | Martin Vignali | 2017-10-03 | 1 | -1/+1 |
* | speedhq: fix behavior of single-field decoding | Steinar H. Gunderson | 2017-08-03 | 1 | -3/+6 |
* | speedhq: fix decoding artifacts | Steinar H. Gunderson | 2017-02-21 | 1 | -1/+1 |
* | speedhq: fix out-of-bounds write | Steinar H. Gunderson | 2017-02-02 | 1 | -50/+78 |
* | avcodec/speedhq: Fix warning about "initialization from incompatible pointer ... | Michael Niedermayer | 2017-01-19 | 1 | -1/+1 |
* | speedhq: Align blocks variable properly. | Steinar H. Gunderson | 2017-01-13 | 1 | -1/+1 |
* | avcodec: add Newtek SpeedHQ decoder | Steinar H. Gunderson | 2017-01-11 | 1 | -0/+659 |