100 Commits (d84677abd8ffb8ca8ad94eced6d9e03928f35d79)

Author SHA1 Message Date
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
James Almer 2f561ba953 avcodec: use the new AVFrame interlace flags in all decoders and encoders 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 3 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
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt c638d1d126 avcodec/utvideodec: Avoid implicit qsort when creating Huffman tables 4 years ago
Andreas Rheinhardt 341914495e avcodec/utvideodec: Avoid qsort when creating Huffman tables 4 years ago
Andreas Rheinhardt 9c8b85f5fa avcodec/utvideodec: Remove code duplication when creating Huffman tables 4 years ago
Andreas Rheinhardt 099feb9411 avcodec/utvideodec/enc: Fix edge case of creating Huffman table 4 years ago
Michael Niedermayer 876cfa67f3 avcodec/utvideodec: Fix integer overflow in decode_plane() 5 years ago
Paul B Mahol 022796c82f avcodec/utvideodec: add support for UQY0 5 years ago
Paul B Mahol 78c8a76536 avcodec/get_bits: unbreak get_bits_le() with cached reader 6 years ago
Paul B Mahol 562f00ed07 avcodec/utvideodec: use cached bitstream reader everywhere except on x86_32 7 years ago
Michael Niedermayer 47b7c68ae5 avcodec/utvideodec: Set pro flag based on fourcc 7 years ago
Michael Niedermayer 7414d0bda7 avcodec/utvideodec: Check subsample factors 7 years ago
Michael Niedermayer 76cc0f0f67 avcodec/utvideodec: Add several out of array read related checks 7 years ago
Michael Niedermayer 118e1b0b33 avcodec/utvideodec: Fix bytes left check in decode_frame() 7 years ago
Paul B Mahol 92b32664cd avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRG 7 years ago
Martin Vignali f2e9156eb6 avcodec/utvideodec : use gradient_pred dsp in interlace decoding 7 years ago
Martin Vignali 630967ef63 avcodec/utvideodec : add SIMD (SSSE3 and AVX2) for gradient_pred 7 years ago
Martin Vignali 9e1c9633cc avcodec/utvideodec : use dsp add_median_pred for second line 7 years ago
Martin Vignali 9c71473189 libavcodec/utvideo : simplify decode_plane 7 years ago
Michael Niedermayer 850c6db97d avcodec/utvideodec: Factor multiply out of inner loop 8 years ago
Michael Niedermayer 5eb4701b7d avcodec/utvideodec: bswap directly without memcpy 8 years ago
Michael Niedermayer 676a589c93 avcodec/utvideodec: enable unchecked bitreader 8 years ago
Michael Niedermayer 9c604b34d4 avcodec/utvideodec: hardcode vlc bits 8 years ago
Michael Niedermayer 1835c5e7a4 avcodec/utvideodec: Move bitstream end check out of inner loop 8 years ago
Paul B Mahol 4ed7c2bbc3 avcodec/utvideodec: add SIMD for restore_rgb_planes 8 years ago
Paul B Mahol 3594788b71 avcodec/utvideodec: decode to GBR(A)P 8 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Paul B Mahol b812db66af utvideodec: Fix gradient prediction when stride does not match width 8 years ago
Paul B Mahol 7c25523cc8 utvideodec: Fix decoding odd sizes with interlaced video with some formats 8 years ago
Paul B Mahol 4925537004 avcodec/utvideodec: fix gradient prediction when stride does not match width 8 years ago
Paul B Mahol 9ef21a897c avcodec/utvideodec: fix decoding odd sizes with interlaced video with some formats 8 years ago
Paul B Mahol 378460fef1 utvideodec: Support for gradient prediction 8 years ago
Paul B Mahol 9227bd8ac2 utvideodec: Reuse the huffyuv add_left 8 years ago
Paul B Mahol 4f33d9d41a utvideodec: Support ULY4 and ULH4 8 years ago
Paul B Mahol a93faf30d6 utvideodec: Support UQRA and UQRG 8 years ago
Paul B Mahol c523095564 utvideodec: Support UQY2 8 years ago
Ganesh Ajjanagadde 1fe858136b utvideodec: Prevent possible signed overflow 8 years ago
Paul B Mahol faa94a576f avcodec/utvideodec: add support for gradient prediction 8 years ago
Martin Storsjö bc25897630 utvideodec: Add a missing include 8 years ago
Derek Buitenhuis 77c23704c7 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Derek Buitenhuis 91ed4e7196 avcodec: Mark some codecs with threadsafe init as such 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago