> -原始邮件-
> 发件人: "Shiyou Yin"
> 发送时间:2025-05-13 09:11:34 (星期二)
> 收件人: ffmpeg-devel@ffmpeg.org
> 主题: [FFmpeg-devel] [PATCH] configure: identify loong64 for loongarch.
>
> dpkg-architecture set DEB_HOST_ARCH_CPU as loong64 on loongarch.
> ---
> configure | 2 +-
> 1 file changed, 1 inser
> -原始邮件-
> 发件人: "Shiyou Yin"
> 发送时间:2025-04-18 09:37:08 (星期五)
> 收件人: ffmpeg-devel@ffmpeg.org
> 主题: [FFmpeg-devel] [PATCH v3] avcodec: Fix fate-checkasm-hevc_pel failed on
> LA.
>
> Some loop counters were initialized incorrectly.
> This patch enhances the handling of loop iterations a
LGTM
本邮件及其附件含有龙芯中科的商业秘密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制或散发)本邮件及其附件中的信息。如果您错收本邮件,请您立即电话或邮件通知发件人并删除本邮件。
This email and its attachments contain confidential information from Loongson
Technology , which is intended only for the person or entity whose address is
listed above
LGTM
2024-03-16 11:03:31 "yinshiyou...@loongson.cn" 写道:
> ---
> libswscale/loongarch/swscale.S| 368 ++
> libswscale/loongarch/swscale_init_loongarch.c | 33 ++
> libswscale/loongarch/swscale_loongarch.h | 11 +
> libswscale/swscale_internal.h
LGTM
"yinshiyou...@loongson.cn" 写道:
> For la464 cpu: ./configure --cpu=la464
>
> With cross-compiler:
> ./configure --cross-prefix=loongarch64-linux-gnu- \
> --enable-cross-compile --arch=loongarch64 \
> --target-os=linux --cpu=la464
> ---
> Chan
LGTM
"yinshiyou...@loongson.cn" 写道:
> Decoding 1080P H264 on 2.5Ghz 3A5000: 165fps==>168fps.
> Testing command: ffmpeg -i ***.mp4 -f rawvideo -y /dev/null -an
> ---
> libavcodec/cabac_functions.h | 3 +
> libavcodec/loongarch/cabac.h | 238 +
LGTM
"yinshiyou...@loongson.cn" 写道:
> From: Hao Chen
>
> Decoding 1080P H264 from 168fps to 170fps.
>
> Signed-off-by: Shiyou Yin
> ---
> libavcodec/h264_cabac.c | 2 +
> libavcodec/loongarch/h264_cabac.c | 140 ++
> 2 files ch