summaryrefslogtreecommitdiff
path: root/libavcodec/y41penc.c
Commit message (Expand)AuthorAge
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-05
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* 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/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-28
* avcodec/y41penc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-05
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/y41penc: Mark encoder as init-threadsafeAndreas Rheinhardt2020-12-04
* avcodec/y41penc: Remove empty close functionAndreas Rheinhardt2020-08-30
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-21
* avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp2017-03-17
* avcodec/y41penc: Drop coded_frame usageMichael Niedermayer2015-07-30
* avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-20
* avcodec: use av_frame_free() for coded_frameClément Bœsch2015-03-02
* Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-16
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-04
* lavc: do not set coded_frame->referencePaul B Mahol2013-03-14
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* y41penc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-22
* r210enc and y41penc: don't set same pkt->size twicePaul B Mahol2012-02-22
* y41penc: switch to encode2()Paul B Mahol2012-02-17
* Set bits_per_coded_sample when encoding Y41P.Carl Eugen Hoyos2012-01-03
* lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Paul B Mahol2012-01-03
* y41p encoder and decoderPaul B Mahol2012-01-02