summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuvenc.c
Commit message (Expand)AuthorAge
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-05
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-28
* avcodec/frame_thread_encoder: Avoid dictionariesAndreas Rheinhardt2021-06-08
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-28
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-27
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-27
* avcodec: Remove cumbersome way of checking for amount of bytes leftAndreas Rheinhardt2021-03-30
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-21
* avcodec/huffyuv: remove gray8a (the format is listed but not supported by the...Michael Niedermayer2019-07-13
* avcodec/huffyuvenc: add support for gbrp16Paul B Mahol2018-11-14
* lavc/huffyuvenc: Move a variable declaration up.Carl Eugen Hoyos2017-12-10
* avcodec/huffyuvenc : sub_left_prediction_bgr32, call dsp after 32 first byte ...Martin Vignali2017-12-09
* avcodec/huffyuvenc : remove code duplication in sub_left_predictionMartin Vignali2017-12-09
* avcodec/huffyuvenc : increase scalar loop countMartin Vignali2017-12-09
* huffyuvencdsp: move shared functions to a new lossless_videoencdsp contextJames Almer2017-01-12
* huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-12
* Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis2016-02-03
|\
| * lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-21
* | avcodec/huffyuvenc: Remove duplicate includeMichael Niedermayer2016-01-29
* | Merge commit '96c373c7704aeb1cc1d2c275fbb5d71777665589'Derek Buitenhuis2016-01-28
|\|
| * lavc: Move context_model to codec private optionsVittorio Giovara2016-01-21
* | huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2}Timothy Gu2015-10-21
* | avcodec/huffyuvenc: use AV_OPT_TYPE_BOOL for non_deterministic optionPaul B Mahol2015-09-09
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-21
|\|
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-20
|\|
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* | Merge commit '7d2a6826912b629f17f3b0c5268e334fa123c4c9'Michael Niedermayer2015-06-01
|\|
| * huffyuv: Check memory allocationVittorio Giovara2015-05-31
* | Merge commit '43171886e08b6a2f20a1e2f3ecc95a7984b591cd'Michael Niedermayer2015-04-24
|\|
| * huffyuvenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-24
* | huffyuvenc: write last odd sampleChristophe Gisquet2014-08-25
* | huffyuvenc: add a non-deterministic optionChristophe Gisquet2014-08-19
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-23
|\|
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* | huffyuv: change statistics initializationChristophe Gisquet2014-06-19