summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuvdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/huffyuvdec: Check vertical subsampling in hymtMichael Niedermayer2019-07-131-0/+1
* avcodec/huffyuv: remove gray8a (the format is listed but not supported by the...Michael Niedermayer2019-07-131-3/+0
* avcodec/huffyuvdec: Check slice_offset/sizeMichael Niedermayer2019-01-281-0/+5
* avcodec/huffyuvdec: Check that slices do not exceed frame heightMichael Niedermayer2019-01-061-1/+2
* avcodec/huffyuvdec: Check that slice height is non negative.Michael Niedermayer2019-01-061-1/+1
* avcodec: add HYMT decoderPaul B Mahol2018-12-311-57/+117
* avcodec/huffyuvdec: Check input buffer sizeMichael Niedermayer2018-02-091-0/+3
* huffyuv: assign correct per-thread avctx pointer to HYuvContext::avctx.Ronald S. Bultje2017-04-051-0/+2
* lavc/huffyuvdsp: only transmit the pix_fmt instead of the whole avctxClément Bœsch2017-03-221-1/+1
* lossless_videodsp: rename add_hfyu_left_pred_int16 to add_left_pred_int16James Almer2017-01-121-1/+1
* huffyuvdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-121-4/+4
* huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-121-0/+1
* lossless_videodsp: move shared functions from huffyuvdspJames Almer2017-01-121-31/+32
* avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-041-0/+2
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-4/+4
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-4/+4
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-4/+4
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-8/+8
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-8/+8
* | huffyuvdec: validate image sizeAndreas Cadhalpun2015-06-281-0/+5
* | avcodec/huffyuvdec: apply vertical filter in steps of 1 line for interlaced BGRAMichael Niedermayer2014-11-251-3/+2
* | lavc/huffyuvdec: fix mem leak in case of init failureLukasz Marek2014-11-241-21/+28
* | huffyuvdec: avoid large stack use.Reimar Döffinger2014-09-061-6/+13
* | huffyuvdec: decode the last odd sampleChristophe Gisquet2014-08-251-4/+22
* | huffyuvdec: fix old (v1) rgbaChristophe Gisquet2014-08-211-9/+8
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* | avcodec/huffyuvdec: fix overread checksMichael Niedermayer2014-08-111-6/+6
* | Merge commit 'a7153444df9040bf6ae103e0bbf6104b66f974cb'Michael Niedermayer2014-08-061-2/+5
|\ \ | |/
| * huffyuvdec: check width size for yuv422pMichael Niedermayer2014-08-051-0/+7
* | Merge commit 'd0393d79bc3d61c9f2ff832c0e273b7774ff0269'Michael Niedermayer2014-08-041-32/+34
|\ \ | |/
| * huffyuv: Check and propagate function return valuesDiego Biurrun2014-08-031-44/+61
* | Merge commit '6234058148d6e1ee765913b678a22385a87bffac'Michael Niedermayer2014-08-041-2/+2
|\ \ | |/
| * huffyuv: Return proper error codesDiego Biurrun2014-08-031-3/+3
| * huffyuv: Use avpriv_report_missing_feature() where appropriateDiego Biurrun2014-08-031-6/+4
* | Merge commit 'b7616f5716dce68c749d5dfeab19cf595a11807c'Michael Niedermayer2014-08-041-9/+9
|\ \ | |/
| * huffyuv: Eliminate some pointless castsDiego Biurrun2014-08-031-6/+6
* | Merge commit 'c065f4a0c652cc569c927c95148111b3aa2962dc'Michael Niedermayer2014-08-041-154/+172
|\ \ | |/
| * huffyuv: K&R formatting cosmeticsDiego Biurrun2014-08-031-156/+178
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-231-2/+2
|\ \ | |/
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-2/+2
* | avcodec/huffyuvdec: do not leave alpha values uninitializedMichael Niedermayer2014-06-181-1/+2
* | avcodec/huffyuvdec: Fix fill value for truncated bitstreamsMichael Niedermayer2014-06-161-1/+1
* | huffyuvdec: use unsafe bitstream readerChristophe Gisquet2014-06-161-4/+12
* | huffyuvdec: remove somewhat deprecated codeChristophe Gisquet2014-06-151-1/+0
* | avcodec/huffyuvdec: assume vlcs can be 32 instead of 31 bits maxMichael Niedermayer2014-06-151-5/+5
* | huffyuvdec: swap code blocksChristophe Gisquet2014-06-151-5/+5
* | huffyuvdec: trick for plane decoding <= 14bitsChristophe Gisquet2014-06-061-23/+17
* | huffyuvdec: remove superfluous check in BGR codeChristophe Gisquet2014-06-051-2/+2
OpenPOWER on IntegriCloud