summaryrefslogtreecommitdiff
path: root/libavcodec/speedhq.c
Commit message (Expand)AuthorAge
* avcodec/speedhq: Replace always-true check by assertAndreas Rheinhardt2021-12-16
* avcodec/speedhq, speedhqenc: Make codecs init-threadsafeAndreas Rheinhardt2021-05-05
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/speedhq: Width < 8 is not supportedMichael Niedermayer2021-03-19
* avcodec/speedhq: fix decoding non 444 subsampling when width is not multiple ...Paul B Mahol2021-03-04
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* configure, libavcodec/speedhq: Fix compiling SpeedHQ encoderAndreas Rheinhardt2020-12-31
* avcodec/speedhq: Remove castAndreas Rheinhardt2020-12-31
* avcodec: add SpeedHQ encoderJean-Baptiste Kempf2020-11-24
* avcodec/speedhq: Avoid reversing BE codes for LE bitstream readerAndreas Rheinhardt2020-10-12
* avcodec/speedhq: Don't use ff_ prefix for static symbolsAndreas Rheinhardt2020-10-12
* avcodec/speedhq: Don't pretend reading DC can failAndreas Rheinhardt2020-10-12
* Speedhq: Decode field 2 correctlyJean-Baptiste Kempf2020-07-06
* avcodec/speedhq: Make speedhq_vlc constMichael Niedermayer2018-10-07
* libavcodec/blockdsp : add AVX versionMartin Vignali2017-10-03
* speedhq: fix behavior of single-field decodingSteinar H. Gunderson2017-08-03
* speedhq: fix decoding artifactsSteinar H. Gunderson2017-02-21
* speedhq: fix out-of-bounds writeSteinar H. Gunderson2017-02-02
* avcodec/speedhq: Fix warning about "initialization from incompatible pointer ...Michael Niedermayer2017-01-19
* speedhq: Align blocks variable properly.Steinar H. Gunderson2017-01-13
* avcodec: add Newtek SpeedHQ decoderSteinar H. Gunderson2017-01-11