summaryrefslogtreecommitdiff
path: root/libavcodec/speedhq.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/speedhq: Remove unused ff_rl_speedhqAndreas Rheinhardt2022-10-271-9/+0
* avcodec/speedhqdec: Use ff_rl_speedhq.table_(run|level) directlyAndreas Rheinhardt2022-10-271-4/+4
* avcodec/speedhqenc: Avoid unnecessary indirectionAndreas Rheinhardt2022-10-271-2/+2
* avcodec/speedhq: Rename file to speedhqdec.c, move ff_rl_speedhq outAndreas Rheinhardt2022-10-211-634/+3
* avcodec/speedhq: Check buf_size to be big enough for DCMichael Niedermayer2022-10-201-0/+2
* avcodec/mpeg12vlc: Move MPEG-1/2 RL VLCs to itAndreas Rheinhardt2022-10-041-1/+1
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-1/+1
* avcodec/speedhq: Check widthMichael Niedermayer2022-09-051-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-2/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-4/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+1
* avcodec/mpeg12.h: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-1/+3
* avcodec/speedhq: Replace always-true check by assertAndreas Rheinhardt2021-12-161-1/+2
* 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