Package: gmerlin-encoders / 2.0.0~svn6278-6

Metadata

Package Version Patches format
gmerlin-encoders 2.0.0~svn6278-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
ffmpeg5.patch | (download)

plugins/ffmpeg/codec.c | 32 15 + 17 - 0 !
plugins/ffmpeg/codecs.c | 14 3 + 11 - 0 !
plugins/ffmpeg/ffmpeg_common.c | 23 15 + 8 - 0 !
plugins/ffmpeg/ffmpeg_common.h | 1 1 + 0 - 0 !
4 files changed, 34 insertions(+), 36 deletions(-)

 fix ftbfs with ffmpeg-5.0

ffmpeg7.patch | (download)

plugins/ffmpeg/codec.c | 8 6 + 2 - 0 !
plugins/ffmpeg/ffmpeg_common.c | 4 2 + 2 - 0 !
plugins/ffmpeg/ffmpeg_common.h | 2 1 + 1 - 0 !
3 files changed, 9 insertions(+), 5 deletions(-)

 fix ftbfs with ffmpeg7

cross building.patch | (download)

m4/check_funcs.m4 | 155 87 + 68 - 0 !
1 file changed, 87 insertions(+), 68 deletions(-)

 cross-compilation fixes

plugins ldflags.patch | (download)

configure.ac | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 pass ldflags to plugins

fix spelling.patch | (download)

plugins/yuv4mpeg/e_mpeg.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix spelling mistakes

logging.patch | (download)

plugins/ffmpeg/ffmpeg_common.c | 2 1 + 1 - 0 !
plugins/yuv4mpeg/e_mpeg.c | 14 7 + 7 - 0 !
plugins/yuv4mpeg/e_mpegaudio.c | 4 2 + 2 - 0 !
plugins/yuv4mpeg/e_mpegvideo.c | 2 1 + 1 - 0 !
plugins/yuv4mpeg/mpa_common.c | 6 3 + 3 - 0 !
plugins/yuv4mpeg/mpv_common.c | 10 5 + 5 - 0 !
plugins/yuv4mpeg/y4m_common.c | 2 1 + 1 - 0 !
7 files changed, 20 insertions(+), 20 deletions(-)

 fix logging invocation

set_enum.patch | (download)

plugins/yuv4mpeg/e_mpeg.c | 2 1 + 1 - 0 !
plugins/yuv4mpeg/e_yuv4mpeg.c | 2 1 + 1 - 0 !
plugins/yuv4mpeg/mpv_common.c | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 fix macro invocation

cross.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 cross


encoder_open.patch | (download)

plugins/yuv4mpeg/e_mpeg.c | 3 1 + 2 - 0 !
plugins/yuv4mpeg/e_mpegaudio.c | 3 1 + 2 - 0 !
plugins/yuv4mpeg/e_mpegvideo.c | 3 1 + 2 - 0 !
plugins/yuv4mpeg/e_yuv4mpeg.c | 3 1 + 2 - 0 !
4 files changed, 4 insertions(+), 8 deletions(-)

 fix function prototypes for encoder->open()

m4_c99.patch | (download)

m4/check_funcs.m4 | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 make m4 tests compliant with c99