summaryrefslogtreecommitdiff
path: root/libavcodec/utvideoenc.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 ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-2/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+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-8/+8
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-281-5/+0
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-2/+3
* avcodec/utvideoenc: Cleanup generically on init failureAndreas Rheinhardt2021-05-021-3/+1
* avcodec/utvideoenc: 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-8/+1
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-271-28/+0
* avcodec/utvideoenc: Don't use bitcounts when byte-alignedAndreas Rheinhardt2021-03-301-6/+4
* avcodec/utvideo: Move stuff only used by Ut encoder to Ut encoderAndreas Rheinhardt2020-09-261-2/+21
* avcodec/utvideodec/enc: Fix edge case of creating Huffman tableAndreas Rheinhardt2020-09-261-1/+1
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-211-1/+1
* avcodec/utvideoenc : add SIMD (avx) for sub_left_predictionMartin Vignali2018-01-281-19/+1
* avcodec/utvideoenc: switch to planar RGB formatsPaul B Mahol2018-01-021-20/+27
* Merge commit '131a85a1fed9966bbd38517f76abfac0237e39dc'Clément Bœsch2017-03-201-6/+7
|\
| * utvideo: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-081-6/+7
* | huffyuvencdsp: move shared functions to a new lossless_videoencdsp contextJames Almer2017-01-121-3/+2
* | huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-121-1/+1
* | avcodec/utvideodec: add SIMD support for median prediction for planar formatsPaul B Mahol2016-12-231-0/+3
* | lavc/utvideoenc: Set bits_per_coded_sample for rgba.Carl Eugen Hoyos2016-10-251-0/+1
* | avccodec/utvideoenc: support encoding ULY4 and ULH4Paul B Mahol2016-09-041-1/+20
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-3/+3
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
* | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis2016-02-031-1/+28
|\ \ | |/
| * lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-211-1/+28
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-3/+3
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-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-9/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-9/+0
* | avcodec: use av_frame_free() for coded_frameClément Bœsch2015-03-021-1/+1
* | utvideoenc: properly set slice height/last lineChristophe Gisquet2014-10-101-8/+9
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-231-5/+5
|\ \ | |/
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-5/+5
* | avcodec/utvideoenc: skip unused huffman entriesMichael Niedermayer2014-06-091-1/+1
* | avcodec/huffman/ff_huff_gen_len_table: support skiping stat=0 entriesMichael Niedermayer2014-06-091-1/+1
* | lavc/utvideoenc: Enable frame-threading.Carl Eugen Hoyos2014-05-311-0/+1
* | Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c'Michael Niedermayer2014-05-281-1/+3
|\ \ | |/
| * dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-271-1/+3
* | avcodec/utvideoenc: fix slice_bits sizeMichael Niedermayer2014-03-011-2/+2