summaryrefslogtreecommitdiff
path: root/libavcodec/speedhq.c
Commit message (Expand)AuthorAge
* avcodec/speedhq: Remove unused ff_rl_speedhqAndreas Rheinhardt2022-10-27
* avcodec/speedhqdec: Use ff_rl_speedhq.table_(run|level) directlyAndreas Rheinhardt2022-10-27
* avcodec/speedhqenc: Avoid unnecessary indirectionAndreas Rheinhardt2022-10-27
* avcodec/speedhq: Rename file to speedhqdec.c, move ff_rl_speedhq outAndreas Rheinhardt2022-10-21
* avcodec/speedhq: Check buf_size to be big enough for DCMichael Niedermayer2022-10-20
* avcodec/mpeg12vlc: Move MPEG-1/2 RL VLCs to itAndreas Rheinhardt2022-10-04
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-21
* avcodec/speedhq: Check widthMichael Niedermayer2022-09-05
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-27
* 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: Make FFCodec.decode use AVFrame*Andreas 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/mpeg12.h: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* 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