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
2021-05-05avcodec/speedhq, speedhqenc: Make codecs init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-20avcodec/speedhq: Width < 8 is not supportedMichael Niedermayer
2021-03-04avcodec/speedhq: fix decoding non 444 subsampling when width is not multiple ...Paul B Mahol
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-12-31configure, libavcodec/speedhq: Fix compiling SpeedHQ encoderAndreas Rheinhardt
2020-12-31avcodec/speedhq: Remove castAndreas Rheinhardt
2020-11-24avcodec: add SpeedHQ encoderJean-Baptiste Kempf
2020-10-12avcodec/speedhq: Avoid reversing BE codes for LE bitstream readerAndreas Rheinhardt
2020-10-12avcodec/speedhq: Don't use ff_ prefix for static symbolsAndreas Rheinhardt
2020-10-12avcodec/speedhq: Don't pretend reading DC can failAndreas Rheinhardt
2020-07-06Speedhq: Decode field 2 correctlyJean-Baptiste Kempf
2018-10-07avcodec/speedhq: Make speedhq_vlc constMichael Niedermayer
2017-10-04libavcodec/blockdsp : add AVX versionMartin Vignali
2017-08-03speedhq: fix behavior of single-field decodingSteinar H. Gunderson
2017-02-21speedhq: fix decoding artifactsSteinar H. Gunderson
2017-02-02speedhq: fix out-of-bounds writeSteinar H. Gunderson
2017-01-19avcodec/speedhq: Fix warning about "initialization from incompatible pointer ...Michael Niedermayer
2017-01-13speedhq: Align blocks variable properly.Steinar H. Gunderson
2017-01-11avcodec: add Newtek SpeedHQ decoderSteinar H. Gunderson