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
2022-10-27avcodec/speedhq: Remove unused ff_rl_speedhqAndreas Rheinhardt
2022-10-27avcodec/speedhqdec: Use ff_rl_speedhq.table_(run|level) directlyAndreas Rheinhardt
2022-10-27avcodec/speedhqenc: Avoid unnecessary indirectionAndreas Rheinhardt
2022-10-21avcodec/speedhq: Rename file to speedhqdec.c, move ff_rl_speedhq outAndreas Rheinhardt
2022-10-20avcodec/speedhq: Check buf_size to be big enough for DCMichael Niedermayer
2022-10-04avcodec/mpeg12vlc: Move MPEG-1/2 RL VLCs to itAndreas Rheinhardt
2022-09-21avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt
2022-09-05avcodec/speedhq: Check widthMichael Niedermayer
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-13avcodec/mpeg12.h: Move decoder-only stuff to a new headerAndreas Rheinhardt
2021-12-16avcodec/speedhq: Replace always-true check by assertAndreas Rheinhardt
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