Package: gmerlin-encoders / 1.2.0-7

Metadata

Package Version Patches format
gmerlin-encoders 1.2.0-7 3.0 (quilt)

Patch series

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

plugins/ffmpeg/ffmpeg_common.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 'samples_written' is needed when encoding audio2 rather than video2

fix_typos.patch | (download)

plugins/ffmpeg/params.h | 2 1 + 1 - 0 !
po/de.po | 2 1 + 1 - 0 !
po/gmerlin-encoders.pot | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 fix spelling mistakes

plugins ldflags.patch | (download)

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

 pass ldflags to plugins
 LDFLAGS passed to ./configure should not be ignored during build,
 esp. if we intend to support hardening
libav10.patch | (download)

plugins/ffmpeg/codecs.c | 79 34 + 45 - 0 !
plugins/ffmpeg/e_ffmpeg.c | 128 64 + 64 - 0 !
plugins/ffmpeg/e_ffmpeg_audio.c | 32 16 + 16 - 0 !
plugins/ffmpeg/e_ffmpeg_video.c | 8 4 + 4 - 0 !
plugins/ffmpeg/ffmpeg_common.c | 82 41 + 41 - 0 !
plugins/ffmpeg/ffmpeg_common.h | 14 7 + 7 - 0 !
plugins/ffmpeg/params.h | 74 0 + 74 - 0 !
7 files changed, 166 insertions(+), 251 deletions(-)

 libav10 compatibility
 package fails to build from source against libav 10 (currently packaged in
 experimental). This bug will become release-critical at some point when the
 libav10 transition starts.
 This patch renames CODEC_* constants to AV_CODEC_*, and CodecID to AVCodecID.
 It also removes a few codec-controls no longer present in libav10.