summaryrefslogtreecommitdiff
path: root/libavcodec/snowenc.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* avcodec/avcodec: Deprecate AV_INPUT_BUFFER_MIN_SIZEAndreas Rheinhardt2024-02-21
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avcodec/snow: Move encoder-only stuff out of SnowContextAndreas Rheinhardt2023-10-02
* avcodec/snow: Move freeing encoder-only buffers to snowenc.cAndreas Rheinhardt2023-09-29
* avcodec/snow: Move initializing HpelDSPContext to snowenc.cAndreas Rheinhardt2023-09-29
* avcodec/snow: Move decoder/encoder-only inline funcs to snow(dec|enc).cAndreas Rheinhardt2023-09-29
* avcodec/snow: Move initializing QpelDSPContext to snowenc.cAndreas Rheinhardt2023-09-29
* avcodec/snow: Split ff_snow_get_buffer()Andreas Rheinhardt2023-09-28
* all: Use av_frame_replace() where appropriateAndreas Rheinhardt2023-09-10
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-04
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec/mp_cmp: reject invalid comparison function valuesJames Almer2023-04-14
* avcodec/snowenc: AV_CODEC_CAP_ENCODER_RECON_FRAME supportMichael Niedermayer2023-03-26
* avcodec/snowenc: Fix visual weight calculationMichael Niedermayer2023-03-26
* avcodec/mpegvideo_enc: do not use AVFrame.*_picture_number for encodingMarton Balint2023-02-13
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-13
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-29
* avcodec/mpegvideo: Allocate map and score_map buffers jointlyAndreas Rheinhardt2022-10-29
* avcodec/snowenc: Fix invalid left shift of negative numbersAndreas Rheinhardt2022-10-23
* avcodec/snow: Move initializing MotionEstContext to snowenc.cAndreas Rheinhardt2022-10-12
* avocdec/snowenc: Fix left shift of negative numberAndreas Rheinhardt2022-09-27
* 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 encoding_error and mb_var_sum to MpegEncCtxAndreas Rheinhardt2022-08-10
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-05
* avcodec/snowenc: Don't pass int[2] as parameter declared as int[3]Andreas Rheinhardt2022-07-23
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* 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/mpegpicture: Decrease size of encoding_error arrayAndreas Rheinhardt2022-01-13
* avcodec/snowenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-02
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-27
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated stat-bits fieldsAndreas Rheinhardt2021-04-27
* lavc/snowenc: Expose an option to set the rc_eq expressionAlexander Strasser2020-08-12
* avcodec/snow: ensure current_picture is writable before modifying its dataJames Almer2020-06-09
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-02
* avcodec/snowenc: Set mb_num to avoid ratecontrol floating point divisions by 0.0Michael Niedermayer2019-11-09
* avcodec/snowenc: Fix 2 undefined shiftsMichael Niedermayer2019-11-09
* avcodec/rangecoder: factorize termination version codeMichael Niedermayer2018-12-31