74 Commits (e770922e3056d8196bc7a7a1f5b4025fe52dbf9b)

Author SHA1 Message Date
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
Marton Balint 96f2fc3841 avcodec/v210dec: add support for strideless v210 as in BOXX files 3 years ago
Marton Balint a10132b967 avcodec/v210dec: add support for invalid paddings up to 16 bytes 3 years ago
Marton Balint 2e895edb5d avcodec/v210dec: do not use accelerated code for the last pixels of a row 3 years ago
Marton Balint 5716836963 avcodec/v210dec: disallow negative custom stride 3 years ago
Marton Balint a5c7d3173c avcodec/v210dec: factorize row decoding 3 years ago
Marton Balint 9793760f22 avcodec/v210dec: properly support odd widths 3 years ago
Andreas Rheinhardt 0c2489fe29 avcodec/v210_dec: Move ff_v210dec_init into a header 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 4608f7cc6a Remove unnecessary mem.h inclusions 4 years ago
Andreas Rheinhardt a2ba5bcb56 avcodec/v210dec: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer ab3044368f avcodec/v210dec: move the stride read after its fully initialized 5 years ago
Limin Wang d07d1c1dd0 avcodec/v210dec: add support for frame and slice threading 5 years ago
Michael Niedermayer fbdb3aa179 avcodec/v210dec: Fix alignment check for AVX2 6 years ago
Michael Stoner ebd6fb23c5 libavcodec Adding ff_v210_planar_unpack AVX2 6 years ago
James Darnley e2cbf24f27 avcodec/v210dec: move DSP function setting into dedicated function 6 years ago
Carl Eugen Hoyos 380ca1bc0c lavc/v210dec: Skip Canopus C210 extradata. 7 years ago
Carl Eugen Hoyos d391feff54 lavc/v210dec: Allow odd width. 9 years ago
Ronald S. Bultje 6471040f56 FF_OPT_TYPE_* -> AV_OPT_TYPE_*. 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Michael Niedermayer 23a90768a8 avcodec/v210dec: Add ff prefix to v210_x86_init() 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Tim.Nicholson 84e345b38e Forward interlaced field information from mov to v210 decoder. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov f0547c9bd0 v210dec: return meaningful error codes 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Carl Eugen Hoyos 387f50606c Fix type of default value for v210 decoder option -custom_stride. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Carl Eugen Hoyos 2f06b56382 Support broken v210 files with 64 byte padding. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol 3cc0353f8d v210dec: check for coded_frame allocation failure 13 years ago
Paul B Mahol 70a8c79680 v210dec: check return value of avcodec_alloc_frame() 13 years ago
Michael Niedermayer 53509d20ca v210dec: Fix warning: ‘val’ may be used uninitialized in this function [-Wuninitialized] 13 years ago
Carl Eugen Hoyos 56669837ce Fix typo in v210 decoder options. 13 years ago
Michael Niedermayer 1373923ddf v210dec: remove debuging #include 13 years ago
Kieran Kunhya 44d27736fc Add V210 SIMD 13 years ago
Baptiste Coudurier 08fa23d6c2 v210dec: switch to PIX_FMT_422P10 14 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Baptiste Coudurier 807a058e8b v210dec: switch to PIX_FMT_422P10 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago