Projects
Multimedia
transcode
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 10
View file
transcode.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Aug 01 00:00:00 UTC 2013 - Manfred.Tremmel@iiv.de + +- included a fix from Wolfgang Bauer for problems . + +------------------------------------------------------------------- Mon Jan 23 11:52:58 UTC 2012 - reddwarf@opensuse.org - Add libjpeg-devel, autoconf, automake and libtool BRs to fix
View file
transcode-ffmpeg.diff
Changed
@@ -1,6 +1,6 @@ diff -ur transcode-1.1.5.orig/export/aud_aux.c transcode-1.1.5/export/aud_aux.c --- transcode-1.1.5.orig/export/aud_aux.c 2009-07-18 13:56:04.000000000 +0200 -+++ transcode-1.1.5/export/aud_aux.c 2010-02-13 02:12:36.112622079 +0100 ++++ transcode-1.1.5/export/aud_aux.c 2013-08-01 20:10:36.917726994 +0200 @@ -46,6 +46,8 @@ #ifdef HAVE_FFMPEG @@ -20,10 +20,21 @@ mpa_ctx.bit_rate = vob->mp3bitrate * 1000; // bitrate dest. mpa_ctx.channels = vob->dm_chan; // channels mpa_ctx.sample_rate = vob->a_rate; -Nur in transcode-1.1.5/export: aud_aux.c~. +diff -ur transcode-1.1.5.orig/export/export_ffmpeg.c transcode-1.1.5/export/export_ffmpeg.c +--- transcode-1.1.5.orig/export/export_ffmpeg.c 2009-02-21 22:01:57.000000000 +0100 ++++ transcode-1.1.5/export/export_ffmpeg.c 2013-08-01 20:11:47.596879027 +0200 +@@ -668,7 +668,7 @@ + lavc_venc_context->rc_qsquish = lavc_param_rc_qsquish; + lavc_venc_context->rc_qmod_amp = lavc_param_rc_qmod_amp; + lavc_venc_context->rc_qmod_freq = lavc_param_rc_qmod_freq; +- lavc_venc_context->rc_eq = lavc_param_rc_eq; ++ lavc_venc_context->rc_eq = av_strdup(lavc_param_rc_eq); + lavc_venc_context->rc_max_rate = lavc_param_rc_max_rate * 1000; + lavc_venc_context->rc_min_rate = lavc_param_rc_min_rate * 1000; + lavc_venc_context->rc_buffer_size = lavc_param_rc_buffer_size * 1024; diff -ur transcode-1.1.5.orig/import/Makefile.am transcode-1.1.5/import/Makefile.am --- transcode-1.1.5.orig/import/Makefile.am 2009-10-31 18:02:08.000000000 +0100 -+++ transcode-1.1.5/import/Makefile.am 2010-02-13 01:35:14.069622743 +0100 ++++ transcode-1.1.5/import/Makefile.am 2013-08-01 20:10:36.917726994 +0200 @@ -143,9 +143,9 @@ import_dvd_la_LIBADD = $(LIBDVDREAD_LIBS) @@ -38,7 +49,7 @@ import_im_la_CPPFLAGS = $(AM_CPPFLAGS) $(IMAGEMAGICK_CFLAGS) diff -ur transcode-1.1.5.orig/import/Makefile.in transcode-1.1.5/import/Makefile.in --- transcode-1.1.5.orig/import/Makefile.in 2009-10-31 18:41:01.000000000 +0100 -+++ transcode-1.1.5/import/Makefile.in 2010-02-13 01:35:14.071622619 +0100 ++++ transcode-1.1.5/import/Makefile.in 2013-08-01 20:10:36.920726914 +0200 @@ -753,9 +753,9 @@ import_dvd_la_LDFLAGS = -module -avoid-version import_dvd_la_LIBADD = $(LIBDVDREAD_LIBS)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.