aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/svq1enc.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec/svq1enc: Move initializing DSP out of svq1enc.cAndreas Rheinhardt2024-03-021-23/+0
* avcodec/avcodec: Deprecate AV_INPUT_BUFFER_MIN_SIZEAndreas Rheinhardt2024-02-211-1/+1
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-4/+4
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* lavc/svq1enc: R-V V ssd_int8_vs_int16sunyuechi2024-01-171-0/+2
* lvac/svqenc: add ff_svq1enc_initsunyuechi2024-01-151-6/+12
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* avcodec/mpegvideo: Move allocating new_picture to the encoderAndreas Rheinhardt2023-10-061-2/+4
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-041-0/+1
* avcodec/svq1enc: Remove unnecessary castAndreas Rheinhardt2023-08-051-1/+1
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-3/+3
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+1
* avcodec/svq1enc: output ident string in extradata fieldPeter Ross2022-11-011-1/+15
* avcodec/svq1enc: do not use ambiguous interframe mean symbolsPeter Ross2022-11-011-0/+5
* avcodec/mpegvideo: Allocate map and score_map buffers jointlyAndreas Rheinhardt2022-10-291-5/+3
* avcodec/svq1enc: Workaround GCC bug 102513Andreas Rheinhardt2022-10-251-0/+6
* avcodec/svq1enc: Move PutBitContext from context to stackAndreas Rheinhardt2022-10-141-22/+22
* avcodec/svq1enc: Add SVQ1EncDSPContext, make codec context privateAndreas Rheinhardt2022-10-141-5/+55
* avcodec/svq1enc: Inline constantsAndreas Rheinhardt2022-10-141-8/+5
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-271-0/+1
* avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtxAndreas Rheinhardt2022-08-091-3/+3
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-2/+2
* avcodec/svq1enc: Use unsigned for parameter >= 0 to workaround GCC bugAndreas Rheinhardt2022-07-231-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-4/+5
* lavc/encode: add an encoder-specific get_buffer() variantAnton Khirnov2022-05-111-2/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas Rheinhardt2022-04-011-2/+2
* 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/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt2022-02-131-0/+1
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-2/+4
* avcodec/svq1enc: Do not print debug RD value before it has been computedMichael Niedermayer2021-06-021-3/+4
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-7/+0
* avcodec/ituh263enc: Make static initializations thread-safeAndreas Rheinhardt2021-04-271-1/+1
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-301-1/+1
* avcodec: Remove cumbersome way of checking for amount of bytes leftAndreas Rheinhardt2021-03-301-2/+1
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-281-1/+1
* put_bits: make avpriv_align_put_bits() inlineAnton Khirnov2020-10-281-1/+1
* avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang2020-06-131-3/+1
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-021-0/+1
* mpegvideo_enc: add intra_penalty option for p framesRamiro Polla2019-10-241-1/+1
* Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-231-13/+0
|\
| * lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-231-13/+0
* | avcodec/svq1enc: Clear MMX state after svq1_encode_plane()Michael Niedermayer2016-10-221-3/+6
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1