summaryrefslogtreecommitdiff
path: root/libavcodec/y41penc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* 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/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-281-1/+0
* avcodec/y41penc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-051-1/+4
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/y41penc: Mark encoder as init-threadsafeAndreas Rheinhardt2020-12-041-0/+1
* avcodec/y41penc: Remove empty close functionAndreas Rheinhardt2020-08-301-6/+0
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-211-1/+0
* avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp2017-03-171-0/+1
* avcodec/y41penc: Drop coded_frame usageMichael Niedermayer2015-07-301-2/+1
* avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-8/+0
* avcodec: use av_frame_free() for coded_frameClément Bœsch2015-03-021-1/+1
* Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-161-1/+1
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-1/+1
* lavc: do not set coded_frame->referencePaul B Mahol2013-03-141-1/+0
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-2/+2
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* y41penc: 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
* y41penc: switch to encode2()Paul B Mahol2012-02-171-9/+13
* Set bits_per_coded_sample when encoding Y41P.Carl Eugen Hoyos2012-01-031-0/+1
* lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Paul B Mahol2012-01-031-1/+1
* y41p encoder and decoderPaul B Mahol2012-01-021-0/+101