From: Michael Niedermayer <michael@niedermayer.cc>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] [PATCH 1/2] avutil: move bswapdsp from avcodec to avutil
Date: Mon, 5 Dec 2022 21:33:04 +0100
Message-ID: <20221205203304.GY3806951@pb2> (raw)
In-Reply-To: <20221205053620.1263-1-mindmark@gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 4326 bytes --]
On Sun, Dec 04, 2022 at 09:36:19PM -0800, mindmark@gmail.com wrote:
> From: Mark Reid <mindmark@gmail.com>
>
> Also renamed bswap_buf to bswap32_buf
> ---
> configure | 56 ++++++++-----------
> libavcodec/4xm.c | 14 ++---
> libavcodec/Makefile | 1 -
> libavcodec/ac3dec.c | 4 +-
> libavcodec/ac3dec.h | 4 +-
> libavcodec/alsdec.c | 12 ++--
> libavcodec/apedec.c | 10 ++--
> libavcodec/asv.c | 4 +-
> libavcodec/asv.h | 4 +-
> libavcodec/asvdec.c | 4 +-
> libavcodec/asvenc.c | 4 +-
> libavcodec/cllc.c | 6 +-
> libavcodec/eamad.c | 6 +-
> libavcodec/eatqi.c | 10 ++--
> libavcodec/exr.c | 6 +-
> libavcodec/flacenc.c | 6 +-
> libavcodec/fraps.c | 10 ++--
> libavcodec/hevcdec.c | 4 +-
> libavcodec/hevcdec.h | 4 +-
> libavcodec/huffyuvdec.c | 14 ++---
> libavcodec/huffyuvenc.c | 8 +--
> libavcodec/imc.c | 6 +-
> libavcodec/imm4.c | 12 ++--
> libavcodec/mdec.c | 6 +-
> libavcodec/mimic.c | 12 ++--
> libavcodec/mobiclip.c | 6 +-
> libavcodec/motionpixels.c | 10 ++--
> libavcodec/mpc.h | 4 +-
> libavcodec/mpc7.c | 8 +--
> libavcodec/rawdec.c | 8 +--
> libavcodec/riscv/Makefile | 3 -
> libavcodec/shorten.c | 7 ++-
> libavcodec/truemotion2.c | 11 ++--
> libavcodec/truespeech.c | 8 +--
> libavcodec/utvideo.h | 4 +-
> libavcodec/utvideodec.c | 16 +++---
> libavcodec/utvideoenc.c | 10 ++--
> libavcodec/x86/Makefile | 2 -
> libavcodec/ylc.c | 18 +++---
> libavutil/Makefile | 2 +
> {libavcodec => libavutil}/bswapdsp.c | 17 +++---
> {libavcodec => libavutil}/bswapdsp.h | 16 +++---
> libavutil/riscv/Makefile | 7 ++-
> .../riscv/bswapdsp_init.c | 9 +--
> .../riscv/bswapdsp_rvb.S | 0
> .../riscv/bswapdsp_rvv.S | 0
> libavutil/version.h | 2 +-
> libavutil/x86/Makefile | 8 ++-
> {libavcodec => libavutil}/x86/bswapdsp.asm | 2 +-
> {libavcodec => libavutil}/x86/bswapdsp_init.c | 17 +++---
> tests/checkasm/Makefile | 2 +-
> tests/checkasm/bswapdsp.c | 8 +--
> tests/checkasm/checkasm.c | 4 +-
> 53 files changed, 216 insertions(+), 220 deletions(-)
> rename {libavcodec => libavutil}/bswapdsp.c (80%)
> rename {libavcodec => libavutil}/bswapdsp.h (71%)
> rename {libavcodec => libavutil}/riscv/bswapdsp_init.c (85%)
> rename {libavcodec => libavutil}/riscv/bswapdsp_rvb.S (100%)
> rename {libavcodec => libavutil}/riscv/bswapdsp_rvv.S (100%)
> rename {libavcodec => libavutil}/x86/bswapdsp.asm (98%)
> rename {libavcodec => libavutil}/x86/bswapdsp_init.c (80%)
Fails to build with shared libs
LD ffmpeg_g
libavutil/libavutil.so: undefined reference to `ff_pb_80'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:131: recipe for target 'ffmpeg_g' failed
make: *** [ffmpeg_g] Error 1
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Let us carefully observe those good qualities wherein our enemies excel us
and endeavor to excel them, by avoiding what is faulty, and imitating what
is excellent in them. -- Plutarch
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 251 bytes --]
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2022-12-05 20:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-05 5:36 mindmark
2022-12-05 5:36 ` [FFmpeg-devel] [PATCH 2/2] libswscale: add AVBSwapDSPContext and use mindmark
2022-12-05 20:33 ` Michael Niedermayer [this message]
2022-12-05 21:35 ` [FFmpeg-devel] [PATCH 1/2] avutil: move bswapdsp from avcodec to avutil Mark Reid
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221205203304.GY3806951@pb2 \
--to=michael@niedermayer.cc \
--cc=ffmpeg-devel@ffmpeg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git