summaryrefslogtreecommitdiff
path: root/libavcodec/pamenc.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/+2
* 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-1/+1
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-281-1/+0
* avcodec/pamenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-231-12/+14
* avcodec/pamenc: 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-13/+0
* 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-11/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-11/+0
* | lavc/pamenc: Support encoding ya16be.Carl Eugen Hoyos2015-01-221-1/+11
* | Merge commit 'afa21a12bf084f905187615706b0a8d92bc98661'Michael Niedermayer2013-12-091-14/+30
|\ \ | |/
| * p*menc: use the AVFrame API properly.Anton Khirnov2013-12-091-21/+32
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | pnm: do not set avctx->coded_framePaul B Mahol2013-07-281-7/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-11/+11
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-8/+8
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-2/+4
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+5
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | pamenc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-1/+1
|\ \ | |/
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-1/+1
* | pamenc: allocate the correct packetsize for mono.Michael Niedermayer2012-02-191-4/+2
* | pamenc: move allocation down.Michael Niedermayer2012-02-191-15/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-181-10/+16
|\ \ | |/
| * pamenc: switch to encode2().Anton Khirnov2012-02-171-10/+16
| * pam: Fix a typo that broke writing and reading PAM files.Carl Eugen Hoyos2012-01-221-1/+1
* | lavc: remove unused headersPaul B Mahol2012-01-171-1/+0
* | Support 64bit pam encoding.Carl Eugen Hoyos2012-01-141-1/+7
* | Simplify 32bit RGB pam encoding.Carl Eugen Hoyos2012-01-141-15/+3
* | Support 48bit rgb pam encoding.Carl Eugen Hoyos2012-01-081-1/+7
* | Support 16bit gray pam encoding.Carl Eugen Hoyos2012-01-081-1/+7
* | Support gray8a pam encoding.Carl Eugen Hoyos2012-01-011-1/+7
* | Fix mono* pam encoding.Carl Eugen Hoyos2011-12-311-2/+9
* | Fix a typo that broke writing (and reading) PAM files.Carl Eugen Hoyos2011-12-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-6/+6
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-6/+6
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4