summaryrefslogtreecommitdiff
path: root/libavcodec/svq1enc.c
Commit message (Expand)AuthorAge
* avcodec/svq1enc: output ident string in extradata fieldPeter Ross2022-11-01
* avcodec/svq1enc: do not use ambiguous interframe mean symbolsPeter Ross2022-11-01
* avcodec/mpegvideo: Allocate map and score_map buffers jointlyAndreas Rheinhardt2022-10-29
* avcodec/svq1enc: Workaround GCC bug 102513Andreas Rheinhardt2022-10-25
* avcodec/svq1enc: Move PutBitContext from context to stackAndreas Rheinhardt2022-10-14
* avcodec/svq1enc: Add SVQ1EncDSPContext, make codec context privateAndreas Rheinhardt2022-10-14
* avcodec/svq1enc: Inline constantsAndreas Rheinhardt2022-10-14
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-27
* avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtxAndreas Rheinhardt2022-08-09
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-05
* avcodec/svq1enc: Use unsigned for parameter >= 0 to workaround GCC bugAndreas Rheinhardt2022-07-23
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* lavc/encode: add an encoder-specific get_buffer() variantAnton Khirnov2022-05-11
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas Rheinhardt2022-04-01
* 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/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt2022-02-13
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/svq1enc: Do not print debug RD value before it has been computedMichael Niedermayer2021-06-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-27
* avcodec/ituh263enc: Make static initializations thread-safeAndreas Rheinhardt2021-04-27
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec: Remove cumbersome way of checking for amount of bytes leftAndreas Rheinhardt2021-03-30
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-28
* put_bits: make avpriv_align_put_bits() inlineAnton Khirnov2020-10-28
* avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang2020-06-13
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-02
* mpegvideo_enc: add intra_penalty option for p framesRamiro Polla2019-10-24
* Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-23
|\
| * lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-23
* | avcodec/svq1enc: Clear MMX state after svq1_encode_plane()Michael Niedermayer2016-10-22
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | svq1enc: fix out of bounds readsAndreas Cadhalpun2016-01-27
* | avcodec/svq1enc: Check dimensionsMichael Niedermayer2015-08-15
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6'Michael Niedermayer2015-07-27
|\|
| * lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | avcodec: remove unused sd variablesMichael Niedermayer2015-07-22
* | Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer2015-07-22
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-21
|\|
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* | Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'Michael Niedermayer2015-07-21
|\|
| * Add a quality factor packet side dataVittorio Giovara2015-07-20