75 Commits (d0293c770bbc747ba8eaa310f7b3632207a36ebd)

Author SHA1 Message Date
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 5 years ago
Limin Wang 5c0f80d26d avcodec/v210enc: make 8bit and 10bit process consistent 5 years ago
Limin Wang 216dd9fd5c avcodec/v210enc: add depth parameter for WRITE_PIXELS and CLIP 5 years ago
Devin Heitmueller fb9d4f5c3e avcodec/v210enc: Pass through Active Format Description (AFD) data 6 years ago
Devin Heitmueller 6a9abe9ec3 avcodec/v210enc: Pass through A53 CC data 6 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 9 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 11 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 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
Baptiste Coudurier 635bbecfc3 v210enc: clip values according to specifications 14 years ago
Baptiste Coudurier d239b83e2e v210enc: switch to PIX_FMT_422P10 14 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Diego Biurrun dc25d79f49 Drop unnecessary directory prefixes from #include directives. 14 years ago
Baptiste Coudurier 74bf9d6231 v210enc:clip values according to specifications 14 years ago
Baptiste Coudurier 3e002747d1 v210enc: 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
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago