84 Commits (d735717614f34cdbe73c6b752cdbf7fc47c20c05)

Author SHA1 Message Date
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt d496bbe105 avcodec/v210enc: Move ff_v210enc_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 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
Limin Wang 2ac8bcec63 avcodec/v210enc: suppport frame thread for v210 3 years ago
Andreas Rheinhardt ed6549887a avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY 3 years ago
Andreas Rheinhardt 1dc8f23787 avcodec/v210enc: Allow user-supplied buffers 4 years ago
Andreas Rheinhardt 602174b821 avcodec/v210enc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Limin Wang c2ab998ff3 avcodec/v210enc: move v210_enc_8/10 function to template file 6 years ago
Limin Wang 5c0f80d26d avcodec/v210enc: make 8bit and 10bit process consistent 6 years ago
Limin Wang 216dd9fd5c avcodec/v210enc: add depth parameter for WRITE_PIXELS and CLIP 6 years ago
Devin Heitmueller fb9d4f5c3e avcodec/v210enc: Pass through Active Format Description (AFD) data 7 years ago
Devin Heitmueller 6a9abe9ec3 avcodec/v210enc: Pass through A53 CC data 7 years ago
Tobias Rapp 205b8fd078 avcodec: estimate output bitrate for uncompressed video codecs 8 years ago
Luca Barbato e280fe1329 v210: Use separate sample_factors 9 years ago
James Darnley 15ec7aa417 v210: Add avx2 version of the 10-bit line encoder 9 years ago
James Darnley d29237e557 v210: Add avx2 version of the 8-bit line encoder 9 years ago
James Darnley 2cba1825f7 avcodec/v210: add avx2 version of the 10-bit line encoder 9 years ago
James Darnley 3836f404a8 avcodec/v210: add avx2 version of the 8-bit line encoder 9 years ago
Henrik Gramner 3cdda78deb checkasm: add unit tests for v210enc 10 years ago
Michael Niedermayer 06f2659891 avcodec/v210enc: Use ff_alloc_packet2() 10 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 10 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 10 years ago
Clément Bœsch 546d69eb43 avcodec: use av_frame_free() for coded_frame 10 years ago
Kieran Kunhya 9a738c27dc v210enc: Add SIMD optimised 8-bit and 10-bit encoders 10 years ago
Kieran Kunhya 36091742d1 v210enc: Add SIMD optimised 8-bit and 10-bit encoders 10 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer e252fb822a v210enc: switch to ff_alloc_packet2(). 13 years ago
Anton Khirnov ab3a410cf0 v210enc: switch to encode2(). 13 years ago
Paul B Mahol f98ede7e61 v210enc: remove redundant check for pix_fmt 13 years ago
Aneesh Dogra eeb9e61a51 v210enc: Use Bytestream2 functions 13 years ago
Paul B Mahol d016d3074c Revert "v210enc: use FFALIGN()" 13 years ago
Paul B Mahol 986c1c483b v210enc: use stride as it is already calculated 13 years ago
Paul B Mahol 7ad1b612c8 v210enc: use FFALIGN() 13 years ago
Paul B Mahol b5f50da593 v210enc: return proper AVERROR codes instead of -1 13 years ago
Paul B Mahol 66fa2a1fb3 v210enc: do not set coded_frame->key_frame 13 years ago
Paul B Mahol d73466f841 v210enc: check for coded_frame allocation failure 13 years ago
Paul B Mahol 7299e5d52b v210enc: remove redundant assignment 13 years ago
Paul B Mahol bf0aea7907 v210enc: check return value of avcodec_alloc_frame() 13 years ago
Michael Niedermayer c9dc66375b v210enc: Fix warning: ‘val’ may be used uninitialized in this function [-Wuninitialized] 13 years ago