[FFmpeg-devel] patch for a new H.264 codec with Matrox m264 card.
Michael Niedermayer
michael at niedermayer.cc
Sat Mar 16 00:34:58 EET 2019
On Thu, Mar 14, 2019 at 05:55:41PM +0000, Yufei He wrote:
> Hi
>
> Here is the patch for a new H.264 codec with Matrox m264 card.
>
> Please review.
>
> Thanks.
>
> Yufei.
>
>
> Changelog | 1
> configure | 2
> libavcodec/Makefile | 2
> libavcodec/allcodecs.c | 2
> libavcodec/codec_desc.c | 1
> libavcodec/m264dec.c | 315 ++++++++++++++++++++++++++++++++++++++++++++++++
> libavcodec/m264dec.h | 39 +++++
> libavcodec/m264enc.c | 296 +++++++++++++++++++++++++++++++++++++++++++++
> libavcodec/m264enc.h | 38 +++++
> 9 files changed, 695 insertions(+), 1 deletion(-)
> 0ea83a5b3013cb0658872bee0f4c451ddf2ef473 0001-H.264-encoder-and-decoder-support-with-Matrox-M264.patch
> From b1f7779028378f3e0d5360766a8591d0cf5a0a71 Mon Sep 17 00:00:00 2001
> From: yhe <yhe at matrox.com>
> Date: Thu, 14 Mar 2019 10:10:46 -0400
> Subject: [PATCH] H.264 encoder and decoder support with Matrox M264.
This breaks "make -j12 testprogs"
libavcodec/libavcodec.a(m264enc.o): In function `ff_m264_send_frame':
m264enc.c:(.text+0x88): undefined reference to `sws_scale'
m264enc.c:(.text+0x15e): undefined reference to `sws_getContext'
libavcodec/libavcodec.a(m264enc.o): In function `ff_m264_encode_close':
m264enc.c:(.text.unlikely+0x21c): undefined reference to `sws_freeContext'
collect2: error: ld returned 1 exit status
make: *** [libavcodec/tests/snowenc] Error 1
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Democracy is the form of government in which you can choose your dictator
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190315/e75c13e1/attachment.sig>
More information about the ffmpeg-devel
mailing list