aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuvdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/huffyuv: Update outdated linkAndreas Rheinhardt2022-10-091-1/+1
* avcodec/huffyuv: Split HYuvContext into decoder and encoder contextAndreas Rheinhardt2022-10-091-21/+59
* avcodec/huffyuv: Inline ff_huffyuv_common_init() in its callersAndreas Rheinhardt2022-10-091-2/+3
* avcodec/huffyuv: Use AVCodecContext.(width|height) directlyAndreas Rheinhardt2022-10-091-5/+5
* avocdec/huffyuvdec: Don't use HYuvContext.avctxAndreas Rheinhardt2022-10-091-9/+9
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-3/+3
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-3/+3
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-10/+10
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-3/+3
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-18/+18
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-2/+1
* avcodec/huffyuvdec: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-021-3/+3
* avcodec/huffyuvdec: Cleanup generically on init failureAndreas Rheinhardt2021-05-021-17/+12
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-3/+3
* avcodec/huffyuvdec: Test vertical coordinate more oftenMichael Niedermayer2020-06-061-0/+8
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-101-32/+0
* 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