summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuvdec.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-17
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* 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
|\|