summaryrefslogtreecommitdiff
path: root/libavcodec/magicyuv.c
Commit message (Expand)AuthorAge
* avcodec/magicyuv: Check len to be supportedMichael Niedermayer2017-05-07
* lossless_videodsp: rename add_hfyu_left_pred_int16 to add_left_pred_int16James Almer2017-01-12
* huffyuvdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-12
* lossless_videodsp: move shared functions from huffyuvdspJames Almer2017-01-12
* avcodec/magicyuv: export colorspace and color_range for YUVPaul B Mahol2016-12-26
* avcodec/magicyuv: add 10 bit supportPaul B Mahol2016-12-20
* Merge commit 'd78fd2fa21cde28465e40dd0be4446b1387d22a6'Clément Bœsch2016-07-14
|\
| * Add MagicYUV decoderPaul B Mahol2016-06-20
* lavc/magicyuv: fix undefined behaviour introduced in 8a135a55bClément Bœsch2016-06-19
* avcodec/magicyuv: check dimensionsPaul B Mahol2016-06-19
* avcodec/magicyuv: set correct size of last slice for each planePaul B Mahol2016-06-02
* avcodec/magicyuv: fix decoding of raw slicesPaul B Mahol2016-06-02
* avocdec: add MagicYUV decoderPaul B Mahol2016-05-31