summaryrefslogtreecommitdiff
path: root/libavcodec/speedhq.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/speedhq, speedhqenc: Make codecs init-threadsafeAndreas Rheinhardt2021-05-051-3/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/speedhq: Width < 8 is not supportedMichael Niedermayer2021-03-191-1/+1
* avcodec/speedhq: fix decoding non 444 subsampling when width is not multiple ...Paul B Mahol2021-03-041-2/+77
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* configure, libavcodec/speedhq: Fix compiling SpeedHQ encoderAndreas Rheinhardt2020-12-311-0/+3
* avcodec/speedhq: Remove castAndreas Rheinhardt2020-12-311-1/+1
* avcodec: add SpeedHQ encoderJean-Baptiste Kempf2020-11-241-4/+4
* avcodec/speedhq: Avoid reversing BE codes for LE bitstream readerAndreas Rheinhardt2020-10-121-32/+9
* avcodec/speedhq: Don't use ff_ prefix for static symbolsAndreas Rheinhardt2020-10-121-17/+17
* avcodec/speedhq: Don't pretend reading DC can failAndreas Rheinhardt2020-10-121-4/+0
* Speedhq: Decode field 2 correctlyJean-Baptiste Kempf2020-07-061-1/+1
* avcodec/speedhq: Make speedhq_vlc constMichael Niedermayer2018-10-071-39/+34
* libavcodec/blockdsp : add AVX versionMartin Vignali2017-10-031-1/+1
* speedhq: fix behavior of single-field decodingSteinar H. Gunderson2017-08-031-3/+6
* speedhq: fix decoding artifactsSteinar H. Gunderson2017-02-211-1/+1
* speedhq: fix out-of-bounds writeSteinar H. Gunderson2017-02-021-50/+78
* avcodec/speedhq: Fix warning about "initialization from incompatible pointer ...Michael Niedermayer2017-01-191-1/+1
* speedhq: Align blocks variable properly.Steinar H. Gunderson2017-01-131-1/+1
* avcodec: add Newtek SpeedHQ decoderSteinar H. Gunderson2017-01-111-0/+659