summaryrefslogtreecommitdiff
path: root/libavcodec/v210enc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/v210enc: Move ff_v210enc_init into a headerAndreas Rheinhardt2022-05-061-46/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/v210enc: suppport frame thread for v210Limin Wang2021-12-221-1/+1
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-281-1/+0
* avcodec/v210enc: Allow user-supplied buffersAndreas Rheinhardt2021-05-051-1/+3
* avcodec/v210enc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-021-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-6/+0
* avcodec/v210enc: move v210_enc_8/10 function to template fileLimin Wang2019-09-181-111/+24
* avcodec/v210enc: make 8bit and 10bit process consistentLimin Wang2019-09-181-9/+9
* avcodec/v210enc: add depth parameter for WRITE_PIXELS and CLIPLimin Wang2019-09-181-47/+36
* avcodec/v210enc: Pass through Active Format Description (AFD) dataDevin Heitmueller2018-09-091-0/+8
* avcodec/v210enc: Pass through A53 CC dataDevin Heitmueller2018-09-091-0/+9
* avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp2017-03-171-0/+3
* Merge commit 'e280fe13291e9c712a5f4aa13b5263f3e8afed45'Derek Buitenhuis2016-02-161-5/+14
|\
| * v210: Use separate sample_factorsLuca Barbato2016-02-011-5/+14
| * v210: Add avx2 version of the 10-bit line encoderJames Darnley2016-02-011-2/+9
| * v210: Add avx2 version of the 8-bit line encoderJames Darnley2016-02-011-2/+3
* | avcodec/v210: add avx2 version of the 10-bit line encoderJames Darnley2016-01-171-2/+9
* | avcodec/v210: add avx2 version of the 8-bit line encoderJames Darnley2016-01-171-2/+3
* | Merge commit '3cdda78deb19b39dbbf8961ae0aec44dbb19bf6d'Hendrik Leppkes2015-09-081-5/+10
|\ \ | |/
| * checkasm: add unit tests for v210encHenrik Gramner2015-09-061-5/+10
* | avcodec/v210enc: Use ff_alloc_packet2()Michael Niedermayer2015-08-021-1/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+4
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-12/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-12/+0
* | avcodec: use av_frame_free() for coded_frameClément Bœsch2015-03-021-1/+1
* | Merge commit '9a738c27dceb4b975784b23213a46f5cb560d1c2'Michael Niedermayer2014-12-061-21/+19
|\ \ | |/
| * v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-051-49/+154
* | v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-11-261-41/+150
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-161-1/+1
|\ \ | |/
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-2/+2
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | v210enc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-181-10/+12
|\ \ | |/
| * v210enc: switch to encode2().Anton Khirnov2012-02-171-10/+12