summaryrefslogtreecommitdiff
path: root/libavcodec/zmbvenc.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-5/+6
* 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-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/zmbvenc: Use ff_deflate_init/end() wrappersAndreas Rheinhardt2022-03-191-26/+15
* avcodec/zmbvenc: Remove redundant pixel format checkAndreas Rheinhardt2021-09-291-3/+0
* avcodec/zmbvenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-071-1/+1
* avcodec/zmbvenc: Fix memleak upon init errorAndreas Rheinhardt2021-05-071-3/+5
* avcodec/zmbvenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-051-1/+3
* avcodec/zmbvenc: Simplify setting keyframe flagAndreas Rheinhardt2021-04-291-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-6/+0
* avcodec/zmbvenc: Correct offset in bufferAndreas Rheinhardt2019-10-121-1/+1
* lavc/zmbvenc: Do not left-shift negative values.Carl Eugen Hoyos2019-08-111-2/+2
* libavcodec/zmbvenc: add support for 24-bit encoding, using pix_fmt BGR24.Matthew Fearnley2019-04-021-0/+9
* libavcodec/zmbvenc: Add support for RGB formatsMatthew Fearnley2019-03-141-27/+77
* libavcodec/zmbvenc: motion estimation improvements/bug fixes:Matthew Fearnley2019-02-191-18/+53
* libavcodec/zmbvenc: block scoring improvements/bug fixesMatthew Fearnley2019-02-191-6/+16
* Merge commit '296eff4d9dc53d441b672319524a051d04f4a8cf'Clément Bœsch2017-05-191-7/+9
|\
| * zmbvenc: get rid of a global tableAnton Khirnov2017-01-191-7/+9
* | avcodec/zmbvenc: use log2 instead of log()/M_LN2Ganesh Ajjanagadde2015-10-291-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-8/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-8/+0
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-3/+3
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-3/+3
* | Merge commit 'a837c4f2df96a30bf9aa4115b426d608487c7101'Michael Niedermayer2013-11-171-20/+23
|\ \ | |/
| * zmbvenc: use the AVFrame API properly.Anton Khirnov2013-11-161-24/+22
* | 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
* | zmbvenc: remove unused AVFrame from encoder private contextPaul B Mahol2013-07-071-4/+1
* | zmbvenc: do not set avctx->coded_framePaul B Mahol2013-07-071-2/+0
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | 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/+2
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | zmbvenc: 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-211-19/+32
|\ \ | |/