38 Commits (5c55e4e2975dd6e577fb1b4597e5292496ec8cbb)

Author SHA1 Message Date
Andreas Rheinhardt e59e14eee1 avcodec/speedhq: Remove unused ff_rl_speedhq 2 years ago
Andreas Rheinhardt 65beba7889 avcodec/speedhqdec: Use ff_rl_speedhq.table_(run|level) directly 2 years ago
Andreas Rheinhardt 18412c76e6 avcodec/speedhqenc: Avoid unnecessary indirection 2 years ago
Andreas Rheinhardt 0d1028f63f avcodec/speedhq: Rename file to speedhqdec.c, move ff_rl_speedhq out 2 years ago
Michael Niedermayer 9184d3d7b6
avcodec/speedhq: Check buf_size to be big enough for DC 2 years ago
Andreas Rheinhardt fccb23b7dd avcodec/mpeg12vlc: Move MPEG-1/2 RL VLCs to it 2 years ago
Andreas Rheinhardt fd72d8aea3 avcodec/blockdsp: Remove unused AVCodecContext parameter 2 years ago
Michael Niedermayer f0395f9ef6
avcodec/speedhq: Check width 3 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 3 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt 977d8b6297 avcodec/mpeg12.h: Move decoder-only stuff to a new header 3 years ago
Andreas Rheinhardt 7a5f7caee9 avcodec/speedhq: Replace always-true check by assert 3 years ago
Andreas Rheinhardt b05631f7b9 avcodec/speedhq, speedhqenc: Make codecs init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer 462b8261aa avcodec/speedhq: Width < 8 is not supported 4 years ago
Paul B Mahol 433227d452 avcodec/speedhq: fix decoding non 444 subsampling when width is not multiple of 16 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Andreas Rheinhardt eea2638e9a configure, libavcodec/speedhq: Fix compiling SpeedHQ encoder 4 years ago
Andreas Rheinhardt 2b04405b63 avcodec/speedhq: Remove cast 4 years ago
Jean-Baptiste Kempf 052a5993ad avcodec: add SpeedHQ encoder 4 years ago
Andreas Rheinhardt 3977aeb78c avcodec/speedhq: Avoid reversing BE codes for LE bitstream reader 4 years ago
Andreas Rheinhardt e78bbbc2b1 avcodec/speedhq: Don't use ff_ prefix for static symbols 4 years ago
Andreas Rheinhardt 7b6acfa68f avcodec/speedhq: Don't pretend reading DC can fail 4 years ago
Jean-Baptiste Kempf fc3f5cd149 Speedhq: Decode field 2 correctly 5 years ago
Michael Niedermayer fd3eda4030 avcodec/speedhq: Make speedhq_vlc const 6 years ago
Martin Vignali cbbec68847 libavcodec/blockdsp : add AVX version 7 years ago
Steinar H. Gunderson effd2e7291 speedhq: fix behavior of single-field decoding 8 years ago
Steinar H. Gunderson e3c14eaa54 speedhq: fix decoding artifacts 8 years ago
Steinar H. Gunderson 08b098169b speedhq: fix out-of-bounds write 8 years ago
Michael Niedermayer 1df3d636d4 avcodec/speedhq: Fix warning about "initialization from incompatible pointer type" 8 years ago
Steinar H. Gunderson d68d7198be speedhq: Align blocks variable properly. 8 years ago
Steinar H. Gunderson 2a293ec7ac avcodec: add Newtek SpeedHQ decoder 8 years ago