summaryrefslogtreecommitdiff
path: root/libavcodec/r210enc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-3/+3
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-3/+3
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-4/+4
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-3/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-3/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-21/+21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-281-1/+0
* avcodec/r210enc: Deduplicate pix_fmts arraysAndreas Rheinhardt2021-05-051-3/+4
* avcodec/r210enc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-051-1/+6
* avcodec/r210enc: Mark encoders as init-threadsafeAndreas Rheinhardt2021-05-021-0/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-3/+3
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-211-3/+0
* lavc/r210enc: Fix undefined behaviour encoding r10k.Carl Eugen Hoyos2019-08-111-3/+3
* avcodec/r210: use correct pixel formatPaul B Mahol2018-12-031-10/+16
* avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp2017-03-171-0/+15
* avcodec/r210enc: Drop coded_frame usageMichael Niedermayer2015-07-301-2/+3
* avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-22/+0
* avcodec: use av_frame_free() for coded_frameClément Bœsch2015-03-021-1/+1
* r210enc.c: Simplify and never store more than 10 bits.Reimar Döffinger2014-12-271-3/+3
* Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-161-1/+1
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-3/+3
* lavc: do not set coded_frame->referencePaul B Mahol2013-03-141-1/+0
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-3/+3
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-6/+6
* Fix r10k codec for widths that are not multiples of 64.Carl Eugen Hoyos2012-05-281-1/+2
* cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* r210enc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-2/+1
* r210enc and y41penc: don't set same pkt->size twicePaul B Mahol2012-02-221-1/+0
* r210enc: switch to encode2()Paul B Mahol2012-02-171-12/+16
* r210enc: don't write uninitialized dataPaul B Mahol2012-01-291-1/+3
* r210enc: fix encoding for unaligned widthsPaul B Mahol2012-01-291-1/+1
* r210, r10k and avrp encoderPaul B Mahol2012-01-251-0/+120