summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuvdec.c
Commit message (Expand)AuthorAge
* avcodec/huffyuvdec: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec/huffyuvdec: Cleanup generically on init failureAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/huffyuvdec: Test vertical coordinate more oftenMichael Niedermayer2020-06-06
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* avcodec/huffyuvdec: Check vertical subsampling in hymtMichael Niedermayer2019-07-13
* avcodec/huffyuv: remove gray8a (the format is listed but not supported by the...Michael Niedermayer2019-07-13
* avcodec/huffyuvdec: Check slice_offset/sizeMichael Niedermayer2019-01-28
* avcodec/huffyuvdec: Check that slices do not exceed frame heightMichael Niedermayer2019-01-06
* avcodec/huffyuvdec: Check that slice height is non negative.Michael Niedermayer2019-01-06
* avcodec: add HYMT decoderPaul B Mahol2018-12-31
* avcodec/huffyuvdec: Check input buffer sizeMichael Niedermayer2018-02-09
* huffyuv: assign correct per-thread avctx pointer to HYuvContext::avctx.Ronald S. Bultje2017-04-05
* lavc/huffyuvdsp: only transmit the pix_fmt instead of the whole avctxClément Bœsch2017-03-22
* 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
* huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-12
* lossless_videodsp: move shared functions from huffyuvdspJames Almer2017-01-12
* avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-04
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | huffyuvdec: validate image sizeAndreas Cadhalpun2015-06-28
* | avcodec/huffyuvdec: apply vertical filter in steps of 1 line for interlaced BGRAMichael Niedermayer2014-11-25
* | lavc/huffyuvdec: fix mem leak in case of init failureLukasz Marek2014-11-24
* | huffyuvdec: avoid large stack use.Reimar Döffinger2014-09-06
* | huffyuvdec: decode the last odd sampleChristophe Gisquet2014-08-25
* | huffyuvdec: fix old (v1) rgbaChristophe Gisquet2014-08-21
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | avcodec/huffyuvdec: fix overread checksMichael Niedermayer2014-08-11
* | Merge commit 'a7153444df9040bf6ae103e0bbf6104b66f974cb'Michael Niedermayer2014-08-06
|\|
| * huffyuvdec: check width size for yuv422pMichael Niedermayer2014-08-05
* | Merge commit 'd0393d79bc3d61c9f2ff832c0e273b7774ff0269'Michael Niedermayer2014-08-04
|\|
| * huffyuv: Check and propagate function return valuesDiego Biurrun2014-08-03
* | Merge commit '6234058148d6e1ee765913b678a22385a87bffac'Michael Niedermayer2014-08-04
|\|
| * huffyuv: Return proper error codesDiego Biurrun2014-08-03
| * huffyuv: Use avpriv_report_missing_feature() where appropriateDiego Biurrun2014-08-03
* | Merge commit 'b7616f5716dce68c749d5dfeab19cf595a11807c'Michael Niedermayer2014-08-04
|\|
| * huffyuv: Eliminate some pointless castsDiego Biurrun2014-08-03
* | Merge commit 'c065f4a0c652cc569c927c95148111b3aa2962dc'Michael Niedermayer2014-08-04
|\|
| * huffyuv: K&R formatting cosmeticsDiego Biurrun2014-08-03
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-23
|\|
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* | avcodec/huffyuvdec: do not leave alpha values uninitializedMichael Niedermayer2014-06-18
* | avcodec/huffyuvdec: Fix fill value for truncated bitstreamsMichael Niedermayer2014-06-16
* | huffyuvdec: use unsafe bitstream readerChristophe Gisquet2014-06-16