121 Commits (d8173cfcafac3019cd05b0c92af5631f6b27dd3a)

Author SHA1 Message Date
Michael Niedermayer 90647a9249
avcodec/huffyuvdec: avoid undefined behavior with get_vlc2() failure 1 year ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year ago
Andreas Rheinhardt f8503b4c33 avutil/internal: Don't auto-include emms.h 1 year ago
Christophe Gisquet 8028b8260e avcodec/huffyuvdec: don't prepare unnecessary joint tables 1 year ago
Michael Niedermayer 27e7857bd1
avcodec/huffyuvdec: Fix undefined behavior with shift 2 years ago
Andreas Rheinhardt 6bf99f8c93 avcodec/huffyuv: Update outdated link 2 years ago
Andreas Rheinhardt 566280c3f4 avcodec/huffyuv: Split HYuvContext into decoder and encoder context 2 years ago
Andreas Rheinhardt 83a8b9fac7 avcodec/huffyuv: Inline ff_huffyuv_common_init() in its callers 2 years ago
Andreas Rheinhardt 2415f5158b avcodec/huffyuv: Use AVCodecContext.(width|height) directly 2 years ago
Andreas Rheinhardt 59535346b1 avocdec/huffyuvdec: Don't use HYuvContext.avctx 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 2d764069be avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt 406d005601 avcodec/huffyuvdec: Mark decoders as init-threadsafe 4 years ago
Andreas Rheinhardt 908187bbf6 avcodec/huffyuvdec: Cleanup generically on init failure 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer a1223ddc56 avcodec/huffyuvdec: Test vertical coordinate more often 5 years ago
Anton Khirnov 1f4cf92cfb pthread_frame: merge the functionality for normal decoder init and init_thread_copy 5 years ago
Michael Niedermayer 9ffa32b81b avcodec/huffyuvdec: Check vertical subsampling in hymt 5 years ago
Michael Niedermayer 6aaa01afe4 avcodec/huffyuv: remove gray8a (the format is listed but not supported by the implementation) 5 years ago
Michael Niedermayer fcbda8af17 avcodec/huffyuvdec: Check slice_offset/size 6 years ago
Michael Niedermayer ab160efa28 avcodec/huffyuvdec: Check that slices do not exceed frame height 6 years ago
Michael Niedermayer 96e495082a avcodec/huffyuvdec: Check that slice height is non negative. 6 years ago
Paul B Mahol 41c1643d75 avcodec: add HYMT decoder 6 years ago
Michael Niedermayer 08c220d26c avcodec/huffyuvdec: Check input buffer size 7 years ago
Ronald S. Bultje 7c7e7c44a6 huffyuv: assign correct per-thread avctx pointer to HYuvContext::avctx. 8 years ago
Clément Bœsch af607b7e07 lavc/huffyuvdsp: only transmit the pix_fmt instead of the whole avctx 8 years ago
James Almer 6d4c9f2ade lossless_videodsp: rename add_hfyu_left_pred_int16 to add_left_pred_int16 8 years ago
James Almer 47f212329e huffyuvdsp: move functions only used by huffyuv from lossless_videodsp 8 years ago
James Almer 30c1f27299 huffyuvencdsp: move functions only used by huffyuv from lossless_videodsp 8 years ago
James Almer 5ac1dd8e23 lossless_videodsp: move shared functions from huffyuvdsp 8 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Andreas Cadhalpun 9a345802ed huffyuvdec: validate image size 10 years ago
Michael Niedermayer 2f1de5ca13 avcodec/huffyuvdec: apply vertical filter in steps of 1 line for interlaced BGRA 10 years ago
Lukasz Marek c9d39fc8c6 lavc/huffyuvdec: fix mem leak in case of init failure 10 years ago
Reimar Döffinger 3dbf569032 huffyuvdec: avoid large stack use. 10 years ago
Christophe Gisquet f75baa6c9b huffyuvdec: decode the last odd sample 10 years ago
Christophe Gisquet 331b1f7d81 huffyuvdec: fix old (v1) rgba 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Michael Niedermayer ba47d519e5 avcodec/huffyuvdec: fix overread checks 10 years ago
Michael Niedermayer a7153444df huffyuvdec: check width size for yuv422p 10 years ago