summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuvenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-2/+4
* avcodec/huffyuv: Update outdated linkAndreas Rheinhardt2022-10-091-1/+1
* avcodec/huffyuv: Split HYuvContext into decoder and encoder contextAndreas Rheinhardt2022-10-091-19/+54
* avcodec/huffyuv: Inline ff_huffyuv_common_init() in its callersAndreas Rheinhardt2022-10-091-1/+3
* avcodec/huffyuv: Use AVCodecContext.(width|height) directlyAndreas Rheinhardt2022-10-091-11/+9
* avcodec/huffyuvenc: Avoid unnecessary function callAndreas Rheinhardt2022-10-091-3/+2
* avcodec/huffyuvenc: Improve code localityAndreas Rheinhardt2022-10-091-4/+4
* avocdec/huffyuvdec: Don't use HYuvContext.avctxAndreas Rheinhardt2022-10-091-0/+1
* avcodec/huffyuvencdsp: Pass pix_fmt directly when initing dspAndreas Rheinhardt2022-10-091-1/+1
* avcodec/huffyuvenc: Don't second-guess error codeAndreas Rheinhardt2022-10-091-3/+3
* avcodec/huffyuvenc: Remove redundant callAndreas Rheinhardt2022-10-091-1/+0
* avcodec/huffyuvenc: Remove always-false checkAndreas Rheinhardt2022-10-091-6/+0
* avcodec/huffyuvenc: Avoid pointless indirectionsAndreas Rheinhardt2022-10-091-3/+3
* avcodec/huffyuvenc: Remove redundant castsAndreas Rheinhardt2022-10-091-9/+9
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-271-2/+2
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-051-9/+9
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-4/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-16/+16
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-281-1/+0
* avcodec/frame_thread_encoder: Avoid dictionariesAndreas Rheinhardt2021-06-081-1/+1
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-281-1/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-7/+0
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-271-26/+0
* avcodec: Remove cumbersome way of checking for amount of bytes leftAndreas Rheinhardt2021-03-301-5/+4
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-211-2/+2
* avcodec/huffyuv: remove gray8a (the format is listed but not supported by the...Michael Niedermayer2019-07-131-2/+0
* avcodec/huffyuvenc: add support for gbrp16Paul B Mahol2018-11-141-1/+1
* lavc/huffyuvenc: Move a variable declaration up.Carl Eugen Hoyos2017-12-101-1/+1
* avcodec/huffyuvenc : sub_left_prediction_bgr32, call dsp after 32 first byte ...Martin Vignali2017-12-091-2/+3
* avcodec/huffyuvenc : remove code duplication in sub_left_predictionMartin Vignali2017-12-091-30/+18
* avcodec/huffyuvenc : increase scalar loop countMartin Vignali2017-12-091-2/+2
* huffyuvencdsp: move shared functions to a new lossless_videoencdsp contextJames Almer2017-01-121-18/+20
* huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-121-4/+4
* Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis2016-02-031-1/+10
|\
| * lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-211-7/+30
* | avcodec/huffyuvenc: Remove duplicate includeMichael Niedermayer2016-01-291-2/+0
* | Merge commit '96c373c7704aeb1cc1d2c275fbb5d71777665589'Derek Buitenhuis2016-01-281-10/+31
|\ \ | |/
| * lavc: Move context_model to codec private optionsVittorio Giovara2016-01-211-4/+29
* | huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2}Timothy Gu2015-10-211-2/+2
* | avcodec/huffyuvenc: use AV_OPT_TYPE_BOOL for non_deterministic optionPaul B Mahol2015-09-091-1/+1
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/