| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/svq1enc: output ident string in extradata field | Peter Ross | 2022-11-01 | 1 | -1/+15 |
* | avcodec/svq1enc: do not use ambiguous interframe mean symbols | Peter Ross | 2022-11-01 | 1 | -0/+5 |
* | avcodec/mpegvideo: Allocate map and score_map buffers jointly | Andreas Rheinhardt | 2022-10-29 | 1 | -5/+3 |
* | avcodec/svq1enc: Workaround GCC bug 102513 | Andreas Rheinhardt | 2022-10-25 | 1 | -0/+6 |
* | avcodec/svq1enc: Move PutBitContext from context to stack | Andreas Rheinhardt | 2022-10-14 | 1 | -22/+22 |
* | avcodec/svq1enc: Add SVQ1EncDSPContext, make codec context private | Andreas Rheinhardt | 2022-10-14 | 1 | -5/+55 |
* | avcodec/svq1enc: Inline constants | Andreas Rheinhardt | 2022-10-14 | 1 | -8/+5 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make ff_alloc_packet() based encoders accept user buffers | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtx | Andreas Rheinhardt | 2022-08-09 | 1 | -3/+3 |
* | avcodec: Constify frame->data pointers for encoders where possible | Andreas Rheinhardt | 2022-08-05 | 1 | -2/+2 |
* | avcodec/svq1enc: Use unsigned for parameter >= 0 to workaround GCC bug | Andreas Rheinhardt | 2022-07-23 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -4/+5 |
* | lavc/encode: add an encoder-specific get_buffer() variant | Anton Khirnov | 2022-05-11 | 1 | -2/+2 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/mpegvideo: Make new_picture an ordinary AVFrame | Andreas Rheinhardt | 2022-04-01 | 1 | -2/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -2/+4 |
* | avcodec/svq1enc: Do not print debug RD value before it has been computed | Michael Niedermayer | 2021-06-02 | 1 | -3/+4 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: Remove deprecated AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |
* | avcodec/ituh263enc: Make static initializations thread-safe | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -1/+1 |
* | avcodec: Remove cumbersome way of checking for amount of bytes left | Andreas Rheinhardt | 2021-03-30 | 1 | -2/+1 |
* | put_bits: make avpriv_copy_bits() lavc-local | Anton Khirnov | 2020-10-28 | 1 | -1/+1 |
* | put_bits: make avpriv_align_put_bits() inline | Anton Khirnov | 2020-10-28 | 1 | -1/+1 |
* | avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common... | Limin Wang | 2020-06-13 | 1 | -3/+1 |
* | avcodec/internal: move packet related functions to their own header | James Almer | 2020-06-02 | 1 | -0/+1 |
* | mpegvideo_enc: add intra_penalty option for p frames | Ramiro Polla | 2019-10-24 | 1 | -1/+1 |
* | Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b' | James Almer | 2017-10-23 | 1 | -13/+0 |
|\ |
|
| * | lavc: Drop deprecated options moved to private contexts | Vittorio Giovara | 2017-03-23 | 1 | -13/+0 |
* | | avcodec/svq1enc: Clear MMX state after svq1_encode_plane() | Michael Niedermayer | 2016-10-22 | 1 | -3/+6 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | svq1enc: fix out of bounds reads | Andreas Cadhalpun | 2016-01-27 | 1 | -2/+5 |
* | | avcodec/svq1enc: Check dimensions | Michael Niedermayer | 2015-08-15 | 1 | -0/+5 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6' | Michael Niedermayer | 2015-07-27 | 1 | -0/+32 |
|\| |
|
| * | lavc: Deprecate avctx.me_method | Vittorio Giovara | 2015-07-27 | 1 | -0/+32 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | avcodec: remove unused sd variables | Michael Niedermayer | 2015-07-22 | 1 | -1/+0 |
* | | Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS | Michael Niedermayer | 2015-07-22 | 1 | -4/+1 |
* | | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370' | Michael Niedermayer | 2015-07-21 | 1 | -0/+4 |
|\| |
|
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | | Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b' | Michael Niedermayer | 2015-07-21 | 1 | -0/+6 |
|\| |
|
| * | Add a quality factor packet side data | Vittorio Giovara | 2015-07-20 | 1 | -0/+6 |