| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | avcodec/svq1enc: align buffer used by simd functions | James Almer | 2014-09-25 | 1 | -1/+1 |
* | | svq1enc: remove pointless array element. | Reimar Döffinger | 2014-09-03 | 1 | -4/+3 |
* | | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b' | Michael Niedermayer | 2014-08-15 | 1 | -2/+2 |
|\| |
|
| * | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 1 | -2/+2 |
* | | Merge commit '2d60444331fca1910510038dd3817bea885c2367' | Michael Niedermayer | 2014-07-17 | 1 | -5/+5 |
|\| |
|
| * | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -5/+5 |
* | | Merge commit 'c166148409fe8f0dbccef2fe684286a40ba1e37d' | Michael Niedermayer | 2014-07-07 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc | Diego Biurrun | 2014-07-06 | 1 | -0/+1 |
* | | x86/svq1enc: port ssd_int8_vs_int16 to yasm | James Almer | 2014-07-05 | 1 | -1/+1 |
* | | avcodec/svq1enc: fix encoding of small widths | Michael Niedermayer | 2014-06-13 | 1 | -4/+4 |
* | | Merge commit '65d5d5865845f057cc6530a8d0f34db952d9009c' | Michael Niedermayer | 2014-05-30 | 1 | -39/+19 |
|\| |
|
| * | dsputil: Move SVQ1 encoding specific bits into svq1enc | Diego Biurrun | 2014-05-29 | 1 | -39/+19 |
* | | Merge commit '2ea2612df508abdd1f97c6a6ef56275a52c5c41e' | Michael Niedermayer | 2014-05-29 | 1 | -10/+10 |
|\| |
|
| * | svq1enc: Rename SVQ1Context to SVQ1EncContext | Diego Biurrun | 2014-05-29 | 1 | -10/+10 |