| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/snowenc: Expose an option to set the rc_eq expression | Alexander Strasser | 2020-08-12 | 1 | -0/+5 |
* | avcodec/snow: ensure current_picture is writable before modifying its data | James Almer | 2020-06-09 | 1 | -1/+12 |
* | avcodec/internal: move packet related functions to their own header | James Almer | 2020-06-02 | 1 | -0/+1 |
* | avcodec/snowenc: Set mb_num to avoid ratecontrol floating point divisions by 0.0 | Michael Niedermayer | 2019-11-09 | 1 | -0/+1 |
* | avcodec/snowenc: Fix 2 undefined shifts | Michael Niedermayer | 2019-11-09 | 1 | -2/+2 |
* | avcodec/rangecoder: factorize termination version code | Michael Niedermayer | 2018-12-31 | 1 | -1/+1 |
* | avcodec/me_cmp: remove ff_me_cmp_init_static() | Muhammad Faiz | 2018-02-05 | 1 | -1/+1 |
* | snowenc: fix use of deprecated API | Nicolas Frattaroli | 2017-11-03 | 1 | -1/+8 |
* | Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b' | James Almer | 2017-10-23 | 1 | -11/+0 |
|\ |
|
* | | Merge commit 'b3739599bda740ac12d3dde31a331b744df99123' | James Almer | 2017-10-23 | 1 | -5/+1 |
|\| |
|
* | | avcodec/snowenc: Replace "return -1" by named constants | Michael Niedermayer | 2017-09-24 | 1 | -5/+6 |
* | | avcodec/snowenc: fix setting motion_est option | James Almer | 2017-08-28 | 1 | -4/+7 |
* | | avcoec/snowenc: silence some deprecation warnings | James Almer | 2017-08-26 | 1 | -0/+10 |
* | | avcodec: stop using deprecated codec flags | James Almer | 2017-03-25 | 1 | -2/+2 |
* | | avcodec/snowenc: Clear MMX state after edge drawing and picture encode | Michael Niedermayer | 2016-10-22 | 1 | -0/+2 |
* | | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -129/+0 |
|\| |
|
* | | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a' | Derek Buitenhuis | 2016-02-03 | 1 | -2/+12 |
|\| |
|
* | | snow: Move scenechange_threshold to a private option | Derek Buitenhuis | 2016-01-28 | 1 | -1/+9 |
* | | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -3/+3 |
* | | avcodec/motion_est: Fix mv_penalty table size | Michael Niedermayer | 2016-01-05 | 1 | -1/+1 |
* | | lavc/snowenc: replace rint by lrint | Ganesh Ajjanagadde | 2015-12-26 | 1 | -1/+2 |
* | | avcodec: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -2/+2 |
* | | avcodec/snowenc: use log2 instead of log() / log(2...) | Ganesh Ajjanagadde | 2015-10-29 | 1 | -1/+1 |
* | | Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8' | Hendrik Leppkes | 2015-10-03 | 1 | -2/+8 |
|\| |
|
* | | avcodec/snowenc: Do not write into const AVFrame | Michael Niedermayer | 2015-09-20 | 1 | -3/+6 |
* | | avcodec/snowenc: Remove unused new_picture field | Michael Niedermayer | 2015-09-20 | 1 | -1/+0 |
* | | avcodec/snowenc: Support setting the iterative dia size separately | Michael Niedermayer | 2015-08-30 | 1 | -1/+3 |
* | | Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE. | Ronald S. Bultje | 2015-08-28 | 1 | -1/+5 |
* | | avcodec/snowenc: Avoid use of deprecated me_method | Michael Niedermayer | 2015-08-09 | 1 | -3/+15 |
* | | avcodec/snowenc: Export quality/pict_type/PSNR stats through side data | Michael Niedermayer | 2015-07-28 | 1 | -0/+5 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -14/+14 |
|\| |
|
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534' | Michael Niedermayer | 2015-07-20 | 1 | -4/+2 |
|\| |
|
* | | Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8' | Michael Niedermayer | 2015-06-08 | 1 | -4/+4 |
|\| |
|
* | | avcodec/snowenc: use av_clip() instead of nested min & max | Clément Bœsch | 2015-06-06 | 1 | -1/+1 |
* | | avcodec/snowenc: avoid floats in the rangecoder initialization | Michael Niedermayer | 2015-06-01 | 1 | -2/+2 |
* | | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42' | Michael Niedermayer | 2015-05-22 | 1 | -2/+0 |
|\| |
|
* | | avcodec/snowenc: set dia_size for the first pass of motion estimation too | Michael Niedermayer | 2015-05-10 | 1 | -0/+1 |
* | | avcodec/snowenc: correct fullpel search pattern | Michael Niedermayer | 2015-05-10 | 1 | -2/+2 |
* | | avcodec/snowenc: Fix used reference MV in fullpel iterative ME | Michael Niedermayer | 2015-05-10 | 1 | -4/+6 |
* | | avcodec/snowenc: change log level for iterative ME information to debug level | Michael Niedermayer | 2015-05-10 | 1 | -1/+1 |
* | | avcodec/snowenc: add intra_penalty AVOption | Michael Niedermayer | 2015-05-09 | 1 | -1/+2 |
* | | avcodec/snowenc: Mark as FF_CODEC_CAP_INIT_THREADSAFE and FF_CODEC_CAP_INIT_C... | Michael Niedermayer | 2015-04-25 | 1 | -1/+2 |
* | | avcodec/snowenc: Check av_frame_ref() return value | Michael Niedermayer | 2015-03-31 | 1 | -1/+3 |
* | | avcodec/snow: fix support for odd dimensions | Michael Niedermayer | 2015-03-22 | 1 | -3/+3 |
* | | avcodec/snowenc: Allocate and reference coded_frame correctly | Michael Niedermayer | 2015-02-23 | 1 | -2/+5 |
* | | avcodec/snowenc: Use av_clip_uint8() | Michael Niedermayer | 2015-02-21 | 1 | -1/+1 |
* | | avcodec/snowenc-test: use av_mallocz_array() | Michael Niedermayer | 2015-01-13 | 1 | -2/+2 |
* | | avcodec/snowenc-test: check for av_malloc*() failures | Michael Niedermayer | 2015-01-13 | 1 | -0/+5 |