aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/svq1enc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | svq1enc: fix out of bounds readsAndreas Cadhalpun2016-01-271-2/+5
* | avcodec/svq1enc: Check dimensionsMichael Niedermayer2015-08-151-0/+5
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6'Michael Niedermayer2015-07-271-0/+32
|\|
| * lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-271-0/+32
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | avcodec: remove unused sd variablesMichael Niedermayer2015-07-221-1/+0
* | Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer2015-07-221-4/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+4
|\|
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* | Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'Michael Niedermayer2015-07-211-0/+6
|\|
| * Add a quality factor packet side dataVittorio Giovara2015-07-201-0/+6
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-3/+1
|\|
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-3/+1
* | Merge commit '56672aeaee19216d2fd8eeb9964b1f71f0af2919'Michael Niedermayer2015-07-201-15/+17
|\|
| * svq1enc: Do not entangle coded_frameVittorio Giovara2015-07-201-15/+17
* | Merge commit '28fb80dcbf6f63eedfcfffc725a6bf0069d03fab'Michael Niedermayer2015-06-011-3/+10
|\|
| * svq1: Check memory allocationVittorio Giovara2015-05-311-1/+16
* | avcodec: Pass PutBitContext into ff_h263_encode_motion() instead of MpegEncCo...Michael Niedermayer2015-05-241-2/+2
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-1/+0
|\|
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-1/+0
* | Merge commit '6f7a32839d1b913be8170e91c3ac9816b314da21'Michael Niedermayer2015-02-031-2/+2
|\|
| * svq1enc: correctly handle memory error and allocationsMichael Niedermayer2015-02-031-0/+6
| * svq1enc: check ff_get_buffer return valueVittorio Giovara2014-11-131-2/+6
* | avcodec/svq1enc: fix error handling/cleanup in case of ff_get_buffer() or scr...Michael Niedermayer2015-01-181-5/+11
* | avcodec/svq1enc: Check memory allocationsMichael Niedermayer2015-01-181-0/+10
* | svq1enc: reduce stack usage of recursively-called function.Reimar Döffinger2014-11-231-1/+1