| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/huffyuv: Update outdated link | Andreas Rheinhardt | 2022-10-09 | 1 | -1/+1 |
* | avcodec/huffyuv: Split HYuvContext into decoder and encoder context | Andreas Rheinhardt | 2022-10-09 | 1 | -19/+54 |
* | avcodec/huffyuv: Inline ff_huffyuv_common_init() in its callers | Andreas Rheinhardt | 2022-10-09 | 1 | -1/+3 |
* | avcodec/huffyuv: Use AVCodecContext.(width|height) directly | Andreas Rheinhardt | 2022-10-09 | 1 | -11/+9 |
* | avcodec/huffyuvenc: Avoid unnecessary function call | Andreas Rheinhardt | 2022-10-09 | 1 | -3/+2 |
* | avcodec/huffyuvenc: Improve code locality | Andreas Rheinhardt | 2022-10-09 | 1 | -4/+4 |
* | avocdec/huffyuvdec: Don't use HYuvContext.avctx | Andreas Rheinhardt | 2022-10-09 | 1 | -0/+1 |
* | avcodec/huffyuvencdsp: Pass pix_fmt directly when initing dsp | Andreas Rheinhardt | 2022-10-09 | 1 | -1/+1 |
* | avcodec/huffyuvenc: Don't second-guess error code | Andreas Rheinhardt | 2022-10-09 | 1 | -3/+3 |
* | avcodec/huffyuvenc: Remove redundant call | Andreas Rheinhardt | 2022-10-09 | 1 | -1/+0 |
* | avcodec/huffyuvenc: Remove always-false check | Andreas Rheinhardt | 2022-10-09 | 1 | -6/+0 |
* | avcodec/huffyuvenc: Avoid pointless indirections | Andreas Rheinhardt | 2022-10-09 | 1 | -3/+3 |
* | avcodec/huffyuvenc: Remove redundant casts | Andreas Rheinhardt | 2022-10-09 | 1 | -9/+9 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec: Make ff_alloc_packet() based encoders accept user buffers | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+2 |
* | avcodec: Constify frame->data pointers for encoders where possible | Andreas Rheinhardt | 2022-08-05 | 1 | -9/+9 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -4/+2 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -16/+16 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY | Andreas Rheinhardt | 2021-09-28 | 1 | -1/+0 |
* | avcodec/frame_thread_encoder: Avoid dictionaries | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+1 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec: Remove redundant freeing of extradata of encoders | Andreas Rheinhardt | 2021-04-28 | 1 | -1/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec: Remove deprecated AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |
* | avcodec: Remove private options from AVCodecContext | Andreas Rheinhardt | 2021-04-27 | 1 | -26/+0 |
* | avcodec: Remove cumbersome way of checking for amount of bytes left | Andreas Rheinhardt | 2021-03-30 | 1 | -5/+4 |
* | avcodec: deprecate Lossless and Intra Only encoder capabilites | James Almer | 2020-05-21 | 1 | -2/+2 |
* | avcodec/huffyuv: remove gray8a (the format is listed but not supported by the... | Michael Niedermayer | 2019-07-13 | 1 | -2/+0 |
* | avcodec/huffyuvenc: add support for gbrp16 | Paul B Mahol | 2018-11-14 | 1 | -1/+1 |
* | lavc/huffyuvenc: Move a variable declaration up. | Carl Eugen Hoyos | 2017-12-10 | 1 | -1/+1 |
* | avcodec/huffyuvenc : sub_left_prediction_bgr32, call dsp after 32 first byte ... | Martin Vignali | 2017-12-09 | 1 | -2/+3 |
* | avcodec/huffyuvenc : remove code duplication in sub_left_prediction | Martin Vignali | 2017-12-09 | 1 | -30/+18 |
* | avcodec/huffyuvenc : increase scalar loop count | Martin Vignali | 2017-12-09 | 1 | -2/+2 |
* | huffyuvencdsp: move shared functions to a new lossless_videoencdsp context | James Almer | 2017-01-12 | 1 | -18/+20 |
* | huffyuvencdsp: move functions only used by huffyuv from lossless_videodsp | James Almer | 2017-01-12 | 1 | -4/+4 |
* | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a' | Derek Buitenhuis | 2016-02-03 | 1 | -1/+10 |
|\ |
|
| * | lavc: Move prediction_method to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -7/+30 |
* | | avcodec/huffyuvenc: Remove duplicate include | Michael Niedermayer | 2016-01-29 | 1 | -2/+0 |
* | | Merge commit '96c373c7704aeb1cc1d2c275fbb5d71777665589' | Derek Buitenhuis | 2016-01-28 | 1 | -10/+31 |
|\| |
|
| * | lavc: Move context_model to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -4/+29 |
* | | huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2} | Timothy Gu | 2015-10-21 | 1 | -2/+2 |
* | | avcodec/huffyuvenc: use AV_OPT_TYPE_BOOL for non_deterministic option | Paul B Mahol | 2015-09-09 | 1 | -1/+1 |
* | | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | | 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 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -18/+18 |
|\| |
|