| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -2/+1 |
* | avcodec/magicyuv: Constify slice threads' ptr to main context | Andreas Rheinhardt | 2022-07-31 | 1 | -2/+2 |
* | 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 | -2/+1 |
* | 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/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -2/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/magicyuv: Optimize creating Huffman tables | Andreas Rheinhardt | 2020-12-08 | 1 | -22/+17 |
* | avcodec/magicyuv: Free previous VLC table | Michael Niedermayer | 2020-11-03 | 1 | -0/+1 |
* | avcodec/magicyuv: Check slice size before reading flags and pred | Michael Niedermayer | 2020-10-24 | 1 | -0/+3 |
* | avcodec/magicyuv: Don't waste stack space | Andreas Rheinhardt | 2020-09-26 | 1 | -9/+5 |
* | avcodec/magicyuv: Avoid AV_QSORT when creating Huffman table | Andreas Rheinhardt | 2020-09-26 | 1 | -18/+18 |
* | avcodec/magicyuv: Fix edge case of building Huffman table | Andreas Rheinhardt | 2020-09-26 | 1 | -1/+1 |
* | avcodec/magicyuv: Don't invert order unnecessarily | Andreas Rheinhardt | 2020-09-26 | 1 | -4/+3 |
* | avcodec/magicyuv: Replace implicit checks for overread by explicit ones | Andreas Rheinhardt | 2020-09-26 | 1 | -22/+27 |
* | avcodec/magicyuv: Use const uint8_t* for pointer to immutable data | Andreas Rheinhardt | 2020-09-26 | 1 | -1/+1 |
* | avcodec/magicyuv: Don't use GetBit API for byte-aligned reads | Andreas Rheinhardt | 2020-09-26 | 1 | -23/+22 |
* | avcodec/magicyuv: Check early for invalid slices | Andreas Rheinhardt | 2020-09-26 | 1 | -0/+2 |
* | avcodec/magicyuv: Improve overread check when parsing Huffman tables | Andreas Rheinhardt | 2020-09-26 | 1 | -1/+6 |
* | avcodec/magicyuv: add support for recently added new format | Paul B Mahol | 2020-09-22 | 1 | -0/+8 |
* | avcodec/magicyuv: Avoid intermediate array when parsing Huffman tables | Andreas Rheinhardt | 2020-09-01 | 1 | -13/+8 |
* | avcodec/magicyuv: Unify creating Huffman tables | Andreas Rheinhardt | 2020-09-01 | 1 | -65/+6 |
* | avcodec/magicyuv: Reuse array instead of using multiple arrays | Andreas Rheinhardt | 2020-09-01 | 1 | -3/+3 |
* | avcodec/magicyuv: Don't zero unnecessarily | Andreas Rheinhardt | 2020-09-01 | 1 | -1/+0 |
* | avcodec/magicyuv: Simplify check for invalid Huffman codes | Andreas Rheinhardt | 2020-09-01 | 1 | -7/+8 |
* | avcodec/magicyuv: Unify qsort comparison functions | Andreas Rheinhardt | 2020-09-01 | 1 | -14/+2 |
* | avcodec/magicyuv: Avoid copying values around pointlessly | Andreas Rheinhardt | 2020-09-01 | 1 | -27/+12 |
* | avcodec/magicyuv: Don't invert Huffman table symbols twice | Andreas Rheinhardt | 2020-09-01 | 1 | -9/+9 |
* | avcodec/magicyuv: change bits used by 12bit tables | Paul B Mahol | 2020-08-31 | 1 | -1/+1 |
* | avcodec/magicyuv: use cached bitstream reader except for x32 | Paul B Mahol | 2020-08-31 | 1 | -0/+2 |
* | avcodec/magicyuv: invert symbols when building vlc | Paul B Mahol | 2020-08-31 | 1 | -5/+5 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -16/+0 |
* | avcodec/magicyuv: Check that there are enough lines for interlacing to be pos... | Michael Niedermayer | 2020-02-25 | 1 | -0/+11 |
* | avcodec/magicyuv: remove duplicate code | Limin Wang | 2019-10-10 | 1 | -24/+6 |
* | avcodec/magicyuv: add support for recently added YUV444P10 | Paul B Mahol | 2019-07-11 | 1 | -0/+7 |
* | avcodec/magicyuv: Check bits left in flags&1 branch | Michael Niedermayer | 2018-06-25 | 1 | -0/+4 |
* | avcodec/magicyuv : use gradient_pred dsp func for 8 bits gradient mode | Martin Vignali | 2017-12-19 | 1 | -2/+5 |
* | libavcodec/magicyuv : remove unneed variable assignment | Martin Vignali | 2017-10-29 | 1 | -8/+2 |
* | avcodec/magicyuv: Check that vlc len is not too large | Michael Niedermayer | 2017-07-12 | 1 | -3/+3 |
* | avcodec/magicyuv: add 12 bit formats | Paul B Mahol | 2017-07-10 | 1 | -19/+84 |
* | avcodec/magicyuv: make RLE table reading match reference | Paul B Mahol | 2017-07-10 | 1 | -3/+3 |
* | avcodec/magicyuv: Check len to be supported | Michael Niedermayer | 2017-05-07 | 1 | -0/+4 |
* | lossless_videodsp: rename add_hfyu_left_pred_int16 to add_left_pred_int16 | James Almer | 2017-01-12 | 1 | -7/+7 |
* | huffyuvdsp: move functions only used by huffyuv from lossless_videodsp | James Almer | 2017-01-12 | 1 | -1/+1 |
* | lossless_videodsp: move shared functions from huffyuvdsp | James Almer | 2017-01-12 | 1 | -12/+10 |
* | avcodec/magicyuv: export colorspace and color_range for YUV | Paul B Mahol | 2016-12-26 | 1 | -2/+16 |
* | avcodec/magicyuv: add 10 bit support | Paul B Mahol | 2016-12-20 | 1 | -37/+276 |