Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-09avcodec/huffyuv: Update outdated linkAndreas Rheinhardt
2022-10-09avcodec/huffyuv: Split HYuvContext into decoder and encoder contextAndreas Rheinhardt
2022-10-09avcodec/huffyuv: Inline ff_huffyuv_common_init() in its callersAndreas Rheinhardt
2022-10-09avcodec/huffyuv: Use AVCodecContext.(width|height) directlyAndreas Rheinhardt
2017-01-13huffyuvencdsp: move shared functions to a new lossless_videoencdsp contextJames Almer
2014-08-19huffyuvenc: add a non-deterministic optionChristophe Gisquet
2014-06-23Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-05-31huffyuv: increase VLC_BITS to 12Christophe Gisquet
2014-05-29huffyuv: avoid duplicated definesChristophe Gisquet
2014-05-28Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c'Michael Niedermayer
2014-05-28Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d'Michael Niedermayer
2014-05-27dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun
2014-05-27dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun
2014-01-27avcodec/huffyuv: update years in copyrightMichael Niedermayer
2014-01-26avcodec/huffyuv: support AV_PIX_FMT_YUV(A)4XYP16 and GRAY16Michael Niedermayer
2014-01-21Move add/diff_int16 to lossless_videodspMichael Niedermayer
2014-01-16libavcodec/huffyuv: >8 bit supportMichael Niedermayer
2014-01-16avcodec/huffyuv: add a field that represents the number of symbolsMichael Niedermayer
2014-01-07avcodec/huffyuv: add YUVA420P, YUVA422P, YUVA444P, GBRAP, GRAY8AMichael Niedermayer
2014-01-06avcodec/huffyuv: Support more 8bit YUV formatsMichael Niedermayer
2013-11-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-16huffyuv: use the AVFrame API properly.Anton Khirnov
2012-12-23Merge commit 'b047c68783aa4042b322af7af043b643d5daf09c'Michael Niedermayer
2012-12-23huffyuv: split encoder and decoder into separate files.Anton Khirnov