| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mobiclip: Check quantizer for overflow | Michael Niedermayer | 2022-09-16 | 1 | -2/+2 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_reget_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+2 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element | Andreas Rheinhardt | 2022-06-17 | 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 | -3/+3 |
* | 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 |
* | avcodec/mobiclip: Rewrite code to make it clearer | Andreas Rheinhardt | 2021-11-28 | 1 | -4/+3 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | mobiclip: fix copyright headers | Florian Nouwt | 2021-03-08 | 1 | -0/+1 |
* | avcodec/mobiclip: Avoid undefined integer overflow in MV computation | Michael Niedermayer | 2021-03-03 | 1 | -2/+2 |
* | Remove double ';' | Andreas Rheinhardt | 2021-03-01 | 1 | -1/+1 |
* | avcodec/mobiclip: Bound planar prediction value | Michael Niedermayer | 2021-02-10 | 1 | -1/+1 |
* | avcodec/mobiclip: Reindentation | Andreas Rheinhardt | 2020-12-08 | 1 | -64/+64 |
* | avcodec/mobiclip: Make decoder init-threadsafe | Andreas Rheinhardt | 2020-12-08 | 1 | -20/+27 |
* | avcodec/mobiclip: Avoid code duplication when initializing VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -56/+51 |
* | avcodec/mobiclip: Avoid redundant codes table to initialize VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -129/+75 |
* | avcodec/mobiclip: Check mv against INT_MAX | Michael Niedermayer | 2020-11-21 | 1 | -0/+2 |
* | avcodec/mobiclip: Use get_ue_golomb_31() where possible | Andreas Rheinhardt | 2020-11-15 | 1 | -4/+4 |
* | avcodec/mobiclip: Use smaller type for codes | Andreas Rheinhardt | 2020-10-26 | 1 | -1/+1 |
* | avcodec/mobiclip: Use static VLC tables | Andreas Rheinhardt | 2020-10-26 | 1 | -42/+29 |
* | avcodec/mobiclip: Don't use too big max_depth, inline constants | Andreas Rheinhardt | 2020-10-26 | 1 | -3/+4 |
* | avcodec/mobiclip: Don't check for errors for complete VLCs | Andreas Rheinhardt | 2020-10-26 | 1 | -21/+5 |
* | avcodec/mobiclip: Reduce size of VLCs, inline constants | Andreas Rheinhardt | 2020-10-26 | 1 | -4/+6 |
* | avcodec/mobiclip: Avoid signed integer overflows in idct() | Michael Niedermayer | 2020-10-20 | 1 | -9/+10 |
* | avcodec/mobiclip: Check that Motion vectors are within the input frame | Michael Niedermayer | 2020-10-15 | 1 | -24/+6 |
* | avcodec/mobiclip: set the bitstream size to the input | Michael Niedermayer | 2020-10-15 | 1 | -1/+1 |
* | avcodec/mobiclip: Fix multiple integer overflows | Michael Niedermayer | 2020-10-11 | 1 | -6/+6 |
* | avcodec/mobiclip: Move quantizer check into setup_qtables() | Michael Niedermayer | 2020-09-25 | 1 | -7/+14 |
* | avcodec/mobiclip: Fix heap-buffer-overflow | Andreas Rheinhardt | 2020-09-15 | 1 | -1/+1 |
* | avcodec/mobiclip: Fix memleak upon init failure | Andreas Rheinhardt | 2020-09-15 | 1 | -0/+1 |
* | avcodec/mobiclip: add missing flush | Paul B Mahol | 2020-09-13 | 1 | -0/+9 |
* | avcodec/mobiclip: Check quantizer before table setup | Michael Niedermayer | 2020-09-12 | 1 | -1/+5 |
* | avcodec/mobiclip: Fix mixed declarations and code | Andreas Rheinhardt | 2020-09-04 | 1 | -2/+4 |
* | avcodec: add MobiClip video decoder | Paul B Mahol | 2020-09-03 | 1 | -0/+1424 |