summaryrefslogtreecommitdiff
path: root/libavcodec/snowenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-2/+2
* avcodec/mp_cmp: reject invalid comparison function valuesJames Almer2023-04-141-2/+4
* avcodec/snowenc: AV_CODEC_CAP_ENCODER_RECON_FRAME supportMichael Niedermayer2023-03-261-1/+9
* avcodec/snowenc: Fix visual weight calculationMichael Niedermayer2023-03-261-2/+6
* avcodec/mpegvideo_enc: do not use AVFrame.*_picture_number for encodingMarton Balint2023-02-131-3/+2
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-6/+6
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+1
* avcodec/mpegvideo: Allocate map and score_map buffers jointlyAndreas Rheinhardt2022-10-291-3/+3
* avcodec/snowenc: Fix invalid left shift of negative numbersAndreas Rheinhardt2022-10-231-1/+1
* avcodec/snow: Move initializing MotionEstContext to snowenc.cAndreas Rheinhardt2022-10-121-0/+2
* avocdec/snowenc: Fix left shift of negative numberAndreas Rheinhardt2022-09-271-1/+1
* 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 encoding_error and mb_var_sum to MpegEncCtxAndreas Rheinhardt2022-08-101-4/+4
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-7/+7
* avcodec/snowenc: Don't pass int[2] as parameter declared as int[3]Andreas Rheinhardt2022-07-231-24/+40
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+1
* 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-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/h263.h: Move encoder-only stuff to a new header h263enc.hAndreas Rheinhardt2022-02-131-1/+1
* avcodec/mpegpicture: Decrease size of encoding_error arrayAndreas Rheinhardt2022-01-131-1/+1
* avcodec/snowenc: Remove redundant pixel format checkAndreas Rheinhardt2021-10-021-6/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-3/+3
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avutil/frame: Remove deprecated AVFrame.errorAndreas Rheinhardt2021-04-271-6/+0
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-19/+0
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-271-14/+0
* avcodec: Remove deprecated stat-bits fieldsAndreas Rheinhardt2021-04-271-8/+0
* lavc/snowenc: Expose an option to set the rc_eq expressionAlexander Strasser2020-08-121-0/+5
* avcodec/snow: ensure current_picture is writable before modifying its dataJames Almer2020-06-091-1/+12
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-021-0/+1
* avcodec/snowenc: Set mb_num to avoid ratecontrol floating point divisions by 0.0Michael Niedermayer2019-11-091-0/+1
* avcodec/snowenc: Fix 2 undefined shiftsMichael Niedermayer2019-11-091-2/+2
* avcodec/rangecoder: factorize termination version codeMichael Niedermayer2018-12-311-1/+1
* avcodec/me_cmp: remove ff_me_cmp_init_static()Muhammad Faiz2018-02-051-1/+1
* snowenc: fix use of deprecated APINicolas Frattaroli2017-11-031-1/+8
* Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-231-11/+0
|\
* \ Merge commit 'b3739599bda740ac12d3dde31a331b744df99123'James Almer2017-10-231-5/+1
|\ \ | |/
* | avcodec/snowenc: Replace "return -1" by named constantsMichael Niedermayer2017-09-241-5/+6
* | avcodec/snowenc: fix setting motion_est optionJames Almer2017-08-281-4/+7
* | avcoec/snowenc: silence some deprecation warningsJames Almer2017-08-261-0/+10
* | avcodec: stop using deprecated codec flagsJames Almer2017-03-251-2/+2
* | avcodec/snowenc: Clear MMX state after edge drawing and picture encodeMichael Niedermayer2016-10-221-0/+2
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-129/+0
|\ \ | |/
* | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis2016-02-031-2/+12
|\ \ | |/
* | snow: Move scenechange_threshold to a private optionDerek Buitenhuis2016-01-281-1/+9
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-3/+3