| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534' | Michael Niedermayer | 2015-07-20 | 1 | -3/+1 |
|\| |
|
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -3/+1 |
* | | Merge commit '56672aeaee19216d2fd8eeb9964b1f71f0af2919' | Michael Niedermayer | 2015-07-20 | 1 | -15/+17 |
|\| |
|
| * | svq1enc: Do not entangle coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -15/+17 |
* | | Merge commit '28fb80dcbf6f63eedfcfffc725a6bf0069d03fab' | Michael Niedermayer | 2015-06-01 | 1 | -3/+10 |
|\| |
|
| * | svq1: Check memory allocation | Vittorio Giovara | 2015-05-31 | 1 | -1/+16 |
* | | avcodec: Pass PutBitContext into ff_h263_encode_motion() instead of MpegEncCo... | Michael Niedermayer | 2015-05-24 | 1 | -2/+2 |
* | | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42' | Michael Niedermayer | 2015-05-22 | 1 | -1/+0 |
|\| |
|
| * | mpegvideo: Drop flags and flags2 | Vittorio Giovara | 2015-05-22 | 1 | -1/+0 |
* | | Merge commit '6f7a32839d1b913be8170e91c3ac9816b314da21' | Michael Niedermayer | 2015-02-03 | 1 | -2/+2 |
|\| |
|
| * | svq1enc: correctly handle memory error and allocations | Michael Niedermayer | 2015-02-03 | 1 | -0/+6 |
| * | svq1enc: check ff_get_buffer return value | Vittorio Giovara | 2014-11-13 | 1 | -2/+6 |
* | | avcodec/svq1enc: fix error handling/cleanup in case of ff_get_buffer() or scr... | Michael Niedermayer | 2015-01-18 | 1 | -5/+11 |
* | | avcodec/svq1enc: Check memory allocations | Michael Niedermayer | 2015-01-18 | 1 | -0/+10 |
* | | svq1enc: reduce stack usage of recursively-called function. | Reimar Döffinger | 2014-11-23 | 1 | -1/+1 |