summaryrefslogtreecommitdiff
path: root/libavcodec/v210enc.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/v210enc: Move ff_v210enc_init into a headerAndreas Rheinhardt2022-05-06
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/v210enc: suppport frame thread for v210Limin Wang2021-12-22
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-28
* avcodec/v210enc: Allow user-supplied buffersAndreas Rheinhardt2021-05-05
* avcodec/v210enc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-27
* avcodec/v210enc: move v210_enc_8/10 function to template fileLimin Wang2019-09-18
* avcodec/v210enc: make 8bit and 10bit process consistentLimin Wang2019-09-18
* avcodec/v210enc: add depth parameter for WRITE_PIXELS and CLIPLimin Wang2019-09-18
* avcodec/v210enc: Pass through Active Format Description (AFD) dataDevin Heitmueller2018-09-09
* avcodec/v210enc: Pass through A53 CC dataDevin Heitmueller2018-09-09
* avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp2017-03-17
* Merge commit 'e280fe13291e9c712a5f4aa13b5263f3e8afed45'Derek Buitenhuis2016-02-16
|\
| * v210: Use separate sample_factorsLuca Barbato2016-02-01
| * v210: Add avx2 version of the 10-bit line encoderJames Darnley2016-02-01
| * v210: Add avx2 version of the 8-bit line encoderJames Darnley2016-02-01
* | avcodec/v210: add avx2 version of the 10-bit line encoderJames Darnley2016-01-17
* | avcodec/v210: add avx2 version of the 8-bit line encoderJames Darnley2016-01-17
* | Merge commit '3cdda78deb19b39dbbf8961ae0aec44dbb19bf6d'Hendrik Leppkes2015-09-08
|\|
| * checkasm: add unit tests for v210encHenrik Gramner2015-09-06
* | avcodec/v210enc: Use ff_alloc_packet2()Michael Niedermayer2015-08-02
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-21
|\|
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-20
|\|
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* | avcodec: use av_frame_free() for coded_frameClément Bœsch2015-03-02
* | Merge commit '9a738c27dceb4b975784b23213a46f5cb560d1c2'Michael Niedermayer2014-12-06
|\|
| * v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-05
* | v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-11-26
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-16
|\|
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | v210enc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-18
|\|
| * v210enc: switch to encode2().Anton Khirnov2012-02-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-11
|\|
| * v210enc: remove redundant check for pix_fmtPaul B Mahol2012-02-10