Bug#731699: Info received (Bug#731699: vlc: Segmentation fault by clicking on 'MyVideos' or 'My Music' or 'My Pictures')

2014-08-31 Thread Jean-Baptiste Kempf

reassign 731699 libdvdread4
thanks

Hello,

This is a libdvdread issue.

On Thu, 16 Jan 2014 19:59:34 +0100 xiscu  wrote:

I've updated to jessie now and VLC 2.1.2 Rincedwind hasn't that problem
(now using also gnome flashback).

Thanks!

xiscu





--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#748794: vlc: Segmentation fault when browsing filesystem at ~/Music

2014-08-31 Thread Jean-Baptiste Kempf

reassign 748794 libdvdread4
thanks

Hello,

This is a libdvdread issue.

On Wed, 21 May 2014 09:51:16 +0800 =?UTF-8?Q?R=C3=A9mi_Denis-Courmont?= 
 wrote:

reassign 748794 libdvdnav4
thanks

 Hello,

libdvdnav checks if the directory is a DVD disk, and crashes.

This is probably already fixed in newer libdvdnav versions.

Le 2014-05-21 03:50, Lauri Kaila a écrit :
> Package: vlc
> Version: 2.0.3-5
> Severity: important
>
> Dear Maintainer,
>
> My VLC player crashes sometimes when browsing the filesystem for my
> mp3s
> Playlist->My Computer->My Music->[some directory]
>
> The crash occurs when I click a directory name, which I think
> performs
> a scan for the directory contents (when crash doesn't happen, it'll
> create an arrow for expansion).
>
> backtrace:
>
> GNU gdb (GDB) 7.4.1-debian
> Copyright (C) 2012 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> 
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show
> copying"
> and "show warranty" for details.
> This GDB was configured as "x86_64-linux-gnu".
> For bug reporting instructions, please see:
> ...
> Reading symbols from /usr/bin/vlc...Reading symbols from
> /usr/lib/debug/usr/bin/vlc...done.
> done.
> (gdb) r
> Starting program: /usr/bin/vlc
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library
> "/lib/x86_64-linux-gnu/libthread_db.so.1".
> VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e)
> [New Thread 0x7fffedce8700 (LWP 15726)]
> [0x605108] main libvlc: Running vlc with the default interface. Use
> 'cvlc' to use vlc without interface.
> [New Thread 0x7fffec992700 (LWP 15727)]
> [New Thread 0x7fffddcf1700 (LWP 15728)]
> libdvdnav: Using dvdnav version 4.2.0
> libdvdread: Encrypted DVD support unavailable.
> 
> ****
> **  No css library available. See **
> **  /usr/share/doc/libdvdread4/README.css **
> **  for more information. **
> ****


--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#760047: marked as done (lame: FTBFS on any-i386)

2014-08-31 Thread Debian Bug Tracking System
Your message dated Sun, 31 Aug 2014 15:20:27 +
with message-id 
and subject line Bug#760047: fixed in lame 3.99.5+repack1-5
has caused the Debian Bug report #760047,
regarding lame: FTBFS on any-i386
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
760047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760047
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lame
Version: 3.99.5+repack1-3
Severity: serious
Justification: fails to build from source
Tags: sid jessie

lame 3.99.5+repack1-4 failed to build on i386 and kfreebsd-i386 with:
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I. 
-I../../libmp3lame -I../../mpglib -I../.. -D_FORTIFY_SOURCE=2 -O3 
-fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -fschedule-insns2 
-fbranch-count-reg -fforce-addr -march=i586 -mtune=native -Wall -pipe 
-fstack-protector-strong -Wformat -Werror=format-security -c xmm_quantize_sub.c 
 -fPIC -DPIC -o .libs/xmm_quantize_sub.o
| xmm_quantize_sub.c: In function 'fht_SSE2':
| xmm_quantize_sub.c:172:20: warning: variable 'v_s2' set but not used 
[-Wunused-but-set-variable]
|  __m128 v_s2;
| ^
| xmm_quantize_sub.c: In function 'init_xrpow_core_sse':
| xmm_quantize_sub.c:65:18: warning: SSE vector return without SSE enabled 
changes the ABI [-Wpsabi]
|  const __m128 vec_fabs_mask = _mm_loadu_ps(&fabs_mask._float[0]);
|   ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:929:1: error: inlining 
failed in call to always_inline '_mm_loadu_ps': target specific option mismatch
|  _mm_loadu_ps (float const *__P)
|  ^
| xmm_quantize_sub.c:65:18: error: called from here
|  const __m128 vec_fabs_mask = _mm_loadu_ps(&fabs_mask._float[0]);
|   ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:895:1: error: inlining 
failed in call to always_inline '_mm_set_ps1': target specific option mismatch
|  _mm_set_ps1 (float __F)
|  ^
| xmm_quantize_sub.c:73:27: error: called from here
|  vec_xrpow_max._m128 = _mm_set_ps1(0);
|^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:895:1: error: inlining 
failed in call to always_inline '_mm_set_ps1': target specific option mismatch
|  _mm_set_ps1 (float __F)
|  ^
| xmm_quantize_sub.c:74:21: error: called from here
|  vec_sum._m128 = _mm_set_ps1(0);
|  ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:929:1: error: inlining 
failed in call to always_inline '_mm_loadu_ps': target specific option mismatch
|  _mm_loadu_ps (float const *__P)
|  ^
| xmm_quantize_sub.c:77:25: error: called from here
|  vec_tmp._m128 = _mm_loadu_ps(&(cod_info->xr[i])); /* load */
|  ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:237:1: error: inlining 
failed in call to always_inline '_mm_and_ps': target specific option mismatch
|  _mm_and_ps (__m128 __A, __m128 __B)
|  ^
| xmm_quantize_sub.c:78:25: error: called from here
|  vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /* fabs */
|  ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:181:1: error: inlining 
failed in call to always_inline '_mm_add_ps': target specific option mismatch
|  _mm_add_ps (__m128 __A, __m128 __B)
|  ^
| xmm_quantize_sub.c:79:25: error: called from here
|  vec_sum._m128 = _mm_add_ps(vec_sum._m128, vec_tmp._m128);
|  ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:205:1: error: inlining 
failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
|  _mm_sqrt_ps (__m128 __A)
|  ^
| xmm_quantize_sub.c:80:25: error: called from here
|  vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, 
_mm_sqrt_ps(vec_tmp._m128)));
|  ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:193:1: error: inlining 
failed in call to always_inline '_mm_mul_ps': target specific option mismatch
|  _mm_mul_ps (__m128 __A, __m128 __B)
|  ^
| xmm_quantize_sub.c:80:25: error: called from here
|  vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, 
_mm_sqrt_ps(vec_tmp._m128)));
|   

lame_3.99.5+repack1-5_amd64.changes ACCEPTED into unstable

2014-08-31 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Aug 2014 16:05:00 +0200
Source: lame
Binary: lame lame-doc libmp3lame0 libmp3lame-dev
Architecture: source amd64 all
Version: 3.99.5+repack1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Sebastian Ramacher 
Description:
 lame   - MP3 encoding library (frontend)
 lame-doc   - MP3 encoding library (documentation)
 libmp3lame-dev - MP3 encoding library (development)
 libmp3lame0 - MP3 encoding library
Closes: 760047
Changes:
 lame (3.99.5+repack1-5) unstable; urgency=medium
 .
   * Team upload.
   * debian/patches/msse.patch: Build xmm_quantize_sub.c with -msse to fix a
 build failure on any-i386. This also enables SSE support on i386 if SSE
 support is detected at runtime. (Closes: #760047)
Checksums-Sha1:
 d22a0db077033575d17955d81b6424a272403fb6  lame_3.99.5+repack1-5.dsc
 3f6b2b58b7f247b75b9759ff31123f87bda7f7f2 13636 
lame_3.99.5+repack1-5.debian.tar.xz
 96ed2ac31f77a9c4fdd7cff8fb0aaa784553dc54 275666 lame_3.99.5+repack1-5_amd64.deb
 e8efbebb4714d2525c4117fd71fab2bc2e47fa2b 286412 
lame-doc_3.99.5+repack1-5_all.deb
 c0f07397adee301ea291ee190ad4c89e2d03191a 390016 
libmp3lame0_3.99.5+repack1-5_amd64.deb
 ba778f18fdb3f01a55e93f1b6e58b59ffbdec646 411358 
libmp3lame-dev_3.99.5+repack1-5_amd64.deb
Checksums-Sha256:
 c2280d6fc124c7f6075bf68cc2b46e3836f97cf8a51d5bd0529e61dae0c71f02  
lame_3.99.5+repack1-5.dsc
 28e308825badf08b01a87636deda235754a8b13aaf41c0e2ea0b249fe6e29de5 13636 
lame_3.99.5+repack1-5.debian.tar.xz
 07b12dc042f1f73a394208a642533df0663852a50c1d5c0171805ac28994bb8e 275666 
lame_3.99.5+repack1-5_amd64.deb
 37ba2e315ec97e2abf910911b8b0489b90287566b29d1b4e6a6f46f0647ba7ef 286412 
lame-doc_3.99.5+repack1-5_all.deb
 f297f00450ea585aa999e02a2dd43fdb3cd408bde179373b9c9b4859c043cc7c 390016 
libmp3lame0_3.99.5+repack1-5_amd64.deb
 05cb0634d135d00f9b000aeecb1e987af468cdf3c735c83685620160efe4ece6 411358 
libmp3lame-dev_3.99.5+repack1-5_amd64.deb
Files:
 adb91327dcb06b9fd77666a77ba73c79 275666 sound optional 
lame_3.99.5+repack1-5_amd64.deb
 9ad2ede8cac9a1daedc740df149e1503 286412 doc optional 
lame-doc_3.99.5+repack1-5_all.deb
 79a6d1a0106cbba58ea3bec9dc10986d 390016 libs optional 
libmp3lame0_3.99.5+repack1-5_amd64.deb
 a935c53eabaa76add8d29ff6f3b42bb3 411358 libdevel optional 
libmp3lame-dev_3.99.5+repack1-5_amd64.deb
 079eaecc58144fdb279082720a056829  sound optional lame_3.99.5+repack1-5.dsc
 681f59429f5180bf25545a43f9f9fdfb 13636 sound optional 
lame_3.99.5+repack1-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUAy1dAAoJEGny/FFupxmTzX8QAK9xexK050P5gPVxJr6UZnoz
Lgqx4rXLyjgy/FO/xTL7OoYoGCy0wZz8OuwV8p4r2ze+D2K2Y/czYMfn1DADhABE
1Kw7vpi+8SKaDKAcuE7K35m/hqt5io7t9E7xl6fdjO+7K3qzO6M+7Q89mxojRrwf
PNYpTMJkPNlv2tasplpdLrkaHGutQVjtvCIrWmjQ+qmIktxBt3lnmbMIdDteMGCH
Sw5gTIIscu3gJobvwNEFhPNClTX3oUp3QlaLzs5X4shIJ0eHMoM7BbtVNH9JDI7E
4JzuCCiMW39jqL/IkxM495VRYPbYofw2/Ymr+/7rm7jQKqcDzsNPtnvGyNILIoig
V5wKgUFUqh/XJLwJfKJdw874GfAQ3+5qsoSpvu8UCWRXuCHkU5PsgV4bhV22Cxtr
Co88JRgWMmMPgAZiWNrUumHc2teDYdozfRkgb3HkPN/9E+37iAzET6JRI/4TlgFZ
N5COdE+ZA9DoZZFktcP90vIkZuM6Z0Q//sOnAqL1SUNC9nkiwmmO6a+ZOc5K18n5
WVsBxSIWIXvJl99/Daez2D4I2MXy1F+9QEJfNFU0AnYB/AttTop3XoURl3VLFHQd
nM8Ba7Cxv/IjxA12YBfPQA+3ngO0weDY8IJp2TAAgGQA14hAWlLa/s7szYydNnNX
H6honzeNXSD/eMZ0NL9K
=PcHy
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processing of lame_3.99.5+repack1-5_amd64.changes

2014-08-31 Thread Debian FTP Masters
lame_3.99.5+repack1-5_amd64.changes uploaded successfully to localhost
along with the files:
  lame_3.99.5+repack1-5_amd64.deb
  lame-doc_3.99.5+repack1-5_all.deb
  libmp3lame0_3.99.5+repack1-5_amd64.deb
  libmp3lame-dev_3.99.5+repack1-5_amd64.deb
  lame_3.99.5+repack1-5.dsc
  lame_3.99.5+repack1-5.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#758543: fixed in libdvdnav 5.0.1-1

2014-08-31 Thread Fufu Fang
I installed the unstable version of mplayer, now the problem has 
resolved. It was my bad. Sorry.
Fufu

On Sun 31 Aug 2014 14:40:09 BST, Reinhard Tartler wrote:
> On Sun, Aug 31, 2014 at 6:38 AM, Fufu Fang  wrote:
>> Dear Maintainer,
>> The problem is still there. I have upgraded to 5.0.1-1, I still can't run
>> mplayer. The error message is still the same. I checked the file list
>> (https://packages.debian.org/sid/amd64/libdvdnav4/filelist),
>> libdvdnavmini.so.4 is not in the file list.
>
> What exact version of the mplayer package do you have installed?
>

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#758543: fixed in libdvdnav 5.0.1-1

2014-08-31 Thread Reinhard Tartler
On Sun, Aug 31, 2014 at 6:38 AM, Fufu Fang  wrote:
> Dear Maintainer,
> The problem is still there. I have upgraded to 5.0.1-1, I still can't run
> mplayer. The error message is still the same. I checked the file list
> (https://packages.debian.org/sid/amd64/libdvdnav4/filelist),
> libdvdnavmini.so.4 is not in the file list.

What exact version of the mplayer package do you have installed?

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#760066: [INTL:tr] Turkish debconf template translation for jackd2

2014-08-31 Thread Mert Dirik

Package: jackd2
Severity: wishlist
Tags: l10n patch

Please find the attached Turkish translation of jackd2 debconf messages.
This file should be put as debian/po/tr.po in your build tree.

Best regards
# Turkish translation of jackd2 package
# Copyright (C) 2014 Mert Dirik
# This file is distributed under the same license as the jackd2 package.
# Mert Dirik , 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: jackd2 1.9.10+20140719git3eb0ae6a~dfsg-1\n"
"Report-Msgid-Bugs-To: jac...@packages.debian.org\n"
"POT-Creation-Date: 2011-12-22 23:36+0100\n"
"PO-Revision-Date: 2014-08-31 15:30+0200\n"
"Last-Translator: Mert Dirik \n"
"Language-Team: Debian L10n Turkish \n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\n"

#. Type: boolean
#. Description
#: ../jackd2.templates:2001
msgid "Enable realtime process priority?"
msgstr "Gerçek zamanlı işlem önceliği etkinleştirilsin mi?"

#. Type: boolean
#. Description
#: ../jackd2.templates:2001
msgid ""
"If you want to run jackd with realtime priorities, the user starting jackd "
"needs realtime permissions. Accept this option to create the file /etc/"
"security/limits.d/audio.conf, granting realtime priority and memlock "
"privileges to the audio group."
msgstr ""
"'jackd'nin gerçek zamanlı önceliklerle çalışabilmesi için jackd'yi başlatan "
"kullanıcının gerçek zaman izinlerine sahip olması gerekir. Bu seçeneği kabul "
"ettiğiniz takdirde /etc/security/limits.d/audio.conf dosyası oluşturularak "
"audio grubuna gerçek zamanlı öncelik ve memlock ayrıcalıkları tanınacaktır."

#. Type: boolean
#. Description
#: ../jackd2.templates:2001
msgid ""
"Running jackd with realtime priority minimizes latency, but may lead to "
"complete system lock-ups by requesting all the available physical system "
"memory, which is unacceptable in multi-user environments."
msgstr ""
"'jackd'yi gerçek zamanlı öncelikle çalıştırmak gecikmeleri en aza indirir, "
"fakat mevcut tüm fiziksel sistem belleğini isteyerek sistem kilitlenmelerine "
"neden olabilir. Bu durum çok kullanıcılı ortamlarda kabul edilemez."
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: Re: Bug#759818: vlc: VDPAU output - can see video in xterm and icons

2014-08-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 759818 + fixed-upstream confirmed
Bug #759818 [vlc] vlc: VDPAU output - can see video in xterm and icons
Added tag(s) confirmed and fixed-upstream.
> tags 759818 - moreinfo
Bug #759818 [vlc] vlc: VDPAU output - can see video in xterm and icons
Removed tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
759818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759818
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#759818: vlc: VDPAU output - can see video in xterm and icons

2014-08-31 Thread Rémi Denis-Courmont
tags 759818 + fixed-upstream confirmed
tags 759818 - moreinfo
thanks

Le dimanche 31 août 2014, 13:32:05 Dmitrii a écrit :
> Package: vlc
> Version: 2.2.0~pre2-4
> Followup-For: Bug #759818
> 
> 
> Dear Maintainer,
> Good day!
> 
> The patch works, now every black space is black! Thank you!

OK, thank you for your time.

-- 
Rémi Denis-Courmont
http://www.remlab.net/

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#758543: fixed in libdvdnav 5.0.1-1

2014-08-31 Thread Fufu Fang
Dear Maintainer,
The problem is still there. I have upgraded to 5.0.1-1, I still can't
run mplayer. The error message is still the same. I checked the file
list (https://packages.debian.org/sid/amd64/libdvdnav4/filelist),
libdvdnavmini.so.4 is not in the file list.
Cheers,
Fufu

On Sat, 30 Aug 2014 21:06:10 + Benjamin Drung  wrote:
> Source: libdvdnav
> Source-Version: 5.0.1-1
>
> We believe that the bug you reported is fixed in the latest version of
> libdvdnav, which is due to be installed in the Debian FTP archive.
>
> A summary of the changes between this version and the previous one is
> attached.
>
> Thank you for reporting the bug, which will now be closed. If you
> have further comments please address them to 758...@bugs.debian.org,
> and the maintainer will reopen the bug report if appropriate.
>
> Debian distribution maintenance software
> pp.
> Benjamin Drung  (supplier of updated libdvdnav package)
>
> (This message was generated automatically at their request; if you
> believe that there is a problem with it please contact the archive
> administrators by mailing ftpmas...@ftp-master.debian.org)
>
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> Format: 1.8
> Date: Sat, 30 Aug 2014 22:38:37 +0200
> Source: libdvdnav
> Binary: libdvdnav4 libdvdnav-dbg libdvdnav-dev libdvdnav-doc
> Architecture: source amd64 all
> Version: 5.0.1-1
> Distribution: unstable
> Urgency: medium
> Maintainer: Debian Multimedia Maintainers

> Changed-By: Benjamin Drung 
> Description:
> libdvdnav-dbg - DVD navigation library (debug)
> libdvdnav-dev - DVD navigation library (development)
> libdvdnav-doc - DVD navigation library (documentation)
> libdvdnav4 - DVD navigation library
> Closes: 758543 759866
> Changes:
> libdvdnav (5.0.1-1) unstable; urgency=medium
> .
> [ Benjamin Drung ]
> * New upstream release (Closes: #759866)
> * Update debian/watch to point to VideoLAN (and check signature)
> * Update lintian override
> * Put documentation into /usr/share/doc/libdvdnav-doc
> * Disable silent rules (to get verbose build output)
> * Do not ship the upstream COPYING file
> .
> [ Stuart Prescott ]
> * Break old mplayer mencoder packages. (Closes: #758543)
> Checksums-Sha1:
> dfa3865a55013f9d4e75bd1ee76b21c514013898 2272 libdvdnav_5.0.1-1.dsc
> 9c234fc1a11f760c90cc278b702b1e41fc418b7e 354568
libdvdnav_5.0.1.orig.tar.bz2
> 6086216ab2dcff131e18c9d97ae966e97a37e5d4 7892
libdvdnav_5.0.1-1.debian.tar.xz
> 24e81a35079089d85a0534d4d318a0ae797dacaa 43450
libdvdnav4_5.0.1-1_amd64.deb
> c00f82348159e473217c5aa1278502ccad7b8492 123046
libdvdnav-dbg_5.0.1-1_amd64.deb

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#759818: vlc: VDPAU output - can see video in xterm and icons

2014-08-31 Thread Dmitrii (TDYK)
Package: vlc
Version: 2.2.0~pre2-4
Followup-For: Bug #759818


Dear Maintainer,
Good day!

The patch works, now every black space is black! Thank you!

Best regards,
Dmitrii

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#760047: lame: FTBFS on any-i386

2014-08-31 Thread Sebastian Ramacher
Source: lame
Version: 3.99.5+repack1-3
Severity: serious
Justification: fails to build from source
Tags: sid jessie

lame 3.99.5+repack1-4 failed to build on i386 and kfreebsd-i386 with:
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I. 
-I../../libmp3lame -I../../mpglib -I../.. -D_FORTIFY_SOURCE=2 -O3 
-fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -fschedule-insns2 
-fbranch-count-reg -fforce-addr -march=i586 -mtune=native -Wall -pipe 
-fstack-protector-strong -Wformat -Werror=format-security -c xmm_quantize_sub.c 
 -fPIC -DPIC -o .libs/xmm_quantize_sub.o
| xmm_quantize_sub.c: In function 'fht_SSE2':
| xmm_quantize_sub.c:172:20: warning: variable 'v_s2' set but not used 
[-Wunused-but-set-variable]
|  __m128 v_s2;
| ^
| xmm_quantize_sub.c: In function 'init_xrpow_core_sse':
| xmm_quantize_sub.c:65:18: warning: SSE vector return without SSE enabled 
changes the ABI [-Wpsabi]
|  const __m128 vec_fabs_mask = _mm_loadu_ps(&fabs_mask._float[0]);
|   ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:929:1: error: inlining 
failed in call to always_inline '_mm_loadu_ps': target specific option mismatch
|  _mm_loadu_ps (float const *__P)
|  ^
| xmm_quantize_sub.c:65:18: error: called from here
|  const __m128 vec_fabs_mask = _mm_loadu_ps(&fabs_mask._float[0]);
|   ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:895:1: error: inlining 
failed in call to always_inline '_mm_set_ps1': target specific option mismatch
|  _mm_set_ps1 (float __F)
|  ^
| xmm_quantize_sub.c:73:27: error: called from here
|  vec_xrpow_max._m128 = _mm_set_ps1(0);
|^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:895:1: error: inlining 
failed in call to always_inline '_mm_set_ps1': target specific option mismatch
|  _mm_set_ps1 (float __F)
|  ^
| xmm_quantize_sub.c:74:21: error: called from here
|  vec_sum._m128 = _mm_set_ps1(0);
|  ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:929:1: error: inlining 
failed in call to always_inline '_mm_loadu_ps': target specific option mismatch
|  _mm_loadu_ps (float const *__P)
|  ^
| xmm_quantize_sub.c:77:25: error: called from here
|  vec_tmp._m128 = _mm_loadu_ps(&(cod_info->xr[i])); /* load */
|  ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:237:1: error: inlining 
failed in call to always_inline '_mm_and_ps': target specific option mismatch
|  _mm_and_ps (__m128 __A, __m128 __B)
|  ^
| xmm_quantize_sub.c:78:25: error: called from here
|  vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /* fabs */
|  ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:181:1: error: inlining 
failed in call to always_inline '_mm_add_ps': target specific option mismatch
|  _mm_add_ps (__m128 __A, __m128 __B)
|  ^
| xmm_quantize_sub.c:79:25: error: called from here
|  vec_sum._m128 = _mm_add_ps(vec_sum._m128, vec_tmp._m128);
|  ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:205:1: error: inlining 
failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
|  _mm_sqrt_ps (__m128 __A)
|  ^
| xmm_quantize_sub.c:80:25: error: called from here
|  vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, 
_mm_sqrt_ps(vec_tmp._m128)));
|  ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:193:1: error: inlining 
failed in call to always_inline '_mm_mul_ps': target specific option mismatch
|  _mm_mul_ps (__m128 __A, __m128 __B)
|  ^
| xmm_quantize_sub.c:80:25: error: called from here
|  vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, 
_mm_sqrt_ps(vec_tmp._m128)));
|  ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:205:1: error: inlining 
failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
|  _mm_sqrt_ps (__m128 __A)
|  ^
| xmm_quantize_sub.c:80:25: error: called from here
|  vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, 
_mm_sqrt_ps(vec_tmp._m128)));
|  ^
| In file included from xmm_quantize_sub.c:37:0:
| /usr/lib/gcc/i586-linux-gnu/4.9/include/xmmintrin.h:229:1: error: inlining 
failed in call to always_inline '_mm_max_ps': target specific option mismatch
|  _mm_max_ps (__m128 __A, __m128 __B)
|  ^
| xmm_quantize_sub.c:81:31: error: called from here
|  vec_xrpow_max._m128 = _mm_max_ps(vec_xrpow_max._m128, 
v

Bug#758227: marked as done (mpg123: Add support for arm64)

2014-08-31 Thread Debian Bug Tracking System
Your message dated Sun, 31 Aug 2014 10:04:18 +
with message-id 
and subject line Bug#758227: fixed in mpg123 1.20.1-2
has caused the Debian Bug report #758227,
regarding mpg123: Add support for arm64
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
758227: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758227
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mpg123
Version: 1.20.1-1

mpg123 currently does not understand that arm64 is a 64bit
architecture causing FTBFS.

The attached patch fixes the failure.

Thanks,
diff -Naur debian.orig/libmpg123-0.symbols debian/libmpg123-0.symbols
--- debian.orig/libmpg123-0.symbols	2014-08-15 16:06:01.055904107 +0100
+++ debian/libmpg123-0.symbols	2014-08-15 16:06:21.363947633 +0100
@@ -1,3 +1,3 @@
 #include "libmpg123-0.symbols.common.in"
 #include "libmpg123-0.symbols.64bit.in"
-(arch=!amd64 !ia64 !kfreebsd-i386 !kfreebsd-amd64 !s390x !ppc64 !ppc64el !alpha !sparc64 !mips64 !mips64el !x32)#include "libmpg123-0.symbols.32bit.in"
+(arch=!amd64 !ia64 !kfreebsd-i386 !kfreebsd-amd64 !s390x !ppc64 !ppc64el !alpha !sparc64 !mips64 !mips64el !x32 !arm64)#include "libmpg123-0.symbols.32bit.in"
--- End Message ---
--- Begin Message ---
Source: mpg123
Source-Version: 1.20.1-2

We believe that the bug you reported is fixed in the latest version of
mpg123, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 758...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher  (supplier of updated mpg123 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Aug 2014 11:51:27 +0200
Source: mpg123
Binary: mpg123 libmpg123-0 libmpg123-dev
Architecture: source amd64
Version: 1.20.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Sebastian Ramacher 
Description:
 libmpg123-0 - MPEG layer 1/2/3 audio decoder (shared library)
 libmpg123-dev - MPEG layer 1/2/3 audio decoder (development files)
 mpg123 - MPEG layer 1/2/3 audio player
Closes: 758227
Changes:
 mpg123 (1.20.1-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Alessio Treglia ]
   * Update symbols file to prevent FTBFS on arm64.
 Thanks to Will Newton for pointing this out. (Closes: #758227)
 .
   [ Sebastian Ramacher ]
   * debian/control: Remove ${shlibs:Depends} from libmpg123-dev's Depends.
Checksums-Sha1:
 e8b1a0458b6a5061ce2a60ecaa9d02660ea7c0c9 2242 mpg123_1.20.1-2.dsc
 21cdc25011642fd72ab3e645734e41a21486258d 18668 mpg123_1.20.1-2.debian.tar.xz
 746b8fc84d04bde12518495b1e7d0273dc0b7839 164776 mpg123_1.20.1-2_amd64.deb
 ebf599c26ca9a74cec48ccc58fe375cfc7c702fb 132630 libmpg123-0_1.20.1-2_amd64.deb
 e129ce616a71a359e40e73e782b35f1168afa917 43886 libmpg123-dev_1.20.1-2_amd64.deb
Checksums-Sha256:
 52b5f4e9eece193caf5f8384a9b216b8cd1397fb4ad3a19f202fb1fdddf94b36 2242 
mpg123_1.20.1-2.dsc
 f66a96b3d1983787c9686fd4e012033c9f70a6eeb0fe607d68af8ed404863277 18668 
mpg123_1.20.1-2.debian.tar.xz
 812f1dcee66474ce352ee7ec6921369e0f624a46453570ebfefbe81fe784 164776 
mpg123_1.20.1-2_amd64.deb
 e458afc86c3eb5eee763839382a21762cfa7b7d070044e15dacf0799ef05f878 132630 
libmpg123-0_1.20.1-2_amd64.deb
 45eb5dca60deec15dea33a75d514da263b1ad33adfad76e14f5eb6792b79c661 43886 
libmpg123-dev_1.20.1-2_amd64.deb
Files:
 65ce46e9b7345ac4ddb300d24db19466 164776 sound optional 
mpg123_1.20.1-2_amd64.deb
 18358218dbde70ebcf719b49d2df78a1 132630 libs optional 
libmpg123-0_1.20.1-2_amd64.deb
 6a2d9f831d06079ea8ee40f751809571 43886 libdevel optional 
libmpg123-dev_1.20.1-2_amd64.deb
 84a4532b889896a73f7ee3c244abbea5 2242 sound optional mpg123_1.20.1-2.dsc
 63e7393adff4dff960187fe196fd9986 18668 sound optional 
mpg123_1.20.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUAvDgAAoJEGny/FFupxmToF4QAMl+G66p3oVnZicoNd4sH5UV
V9hu9duKs2xHI8iwF8Tazkk4NTzLAGT+J2knsSy/fAU2a24wpSVtvjl/iUm3QV9v
caMVSmjoVG1iXB4zPxz8LkGvazwrfiJ//egA+MQCu42M6tFKngas1VhWfN/FeKb6
59YNUlYEp5t1ZKBxa3UnU+ehPlpmr6wa9mbSP6YVoCO7X4hEegCkBy0GyU2oHTom
0dL+33HWz+vuW7JZGIbLLUop4sqWT9UZrWu/ezDfg+2RrdgiWjSvVXvFSjXCf+vw
7o/eX86DG51GiI+gMHHUUZDDhyn8rLT9yVaT/F6sxbc/LjsELl

mpg123_1.20.1-2_amd64.changes ACCEPTED into unstable

2014-08-31 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Aug 2014 11:51:27 +0200
Source: mpg123
Binary: mpg123 libmpg123-0 libmpg123-dev
Architecture: source amd64
Version: 1.20.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Sebastian Ramacher 
Description:
 libmpg123-0 - MPEG layer 1/2/3 audio decoder (shared library)
 libmpg123-dev - MPEG layer 1/2/3 audio decoder (development files)
 mpg123 - MPEG layer 1/2/3 audio player
Closes: 758227
Changes:
 mpg123 (1.20.1-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Alessio Treglia ]
   * Update symbols file to prevent FTBFS on arm64.
 Thanks to Will Newton for pointing this out. (Closes: #758227)
 .
   [ Sebastian Ramacher ]
   * debian/control: Remove ${shlibs:Depends} from libmpg123-dev's Depends.
Checksums-Sha1:
 e8b1a0458b6a5061ce2a60ecaa9d02660ea7c0c9 2242 mpg123_1.20.1-2.dsc
 21cdc25011642fd72ab3e645734e41a21486258d 18668 mpg123_1.20.1-2.debian.tar.xz
 746b8fc84d04bde12518495b1e7d0273dc0b7839 164776 mpg123_1.20.1-2_amd64.deb
 ebf599c26ca9a74cec48ccc58fe375cfc7c702fb 132630 libmpg123-0_1.20.1-2_amd64.deb
 e129ce616a71a359e40e73e782b35f1168afa917 43886 libmpg123-dev_1.20.1-2_amd64.deb
Checksums-Sha256:
 52b5f4e9eece193caf5f8384a9b216b8cd1397fb4ad3a19f202fb1fdddf94b36 2242 
mpg123_1.20.1-2.dsc
 f66a96b3d1983787c9686fd4e012033c9f70a6eeb0fe607d68af8ed404863277 18668 
mpg123_1.20.1-2.debian.tar.xz
 812f1dcee66474ce352ee7ec6921369e0f624a46453570ebfefbe81fe784 164776 
mpg123_1.20.1-2_amd64.deb
 e458afc86c3eb5eee763839382a21762cfa7b7d070044e15dacf0799ef05f878 132630 
libmpg123-0_1.20.1-2_amd64.deb
 45eb5dca60deec15dea33a75d514da263b1ad33adfad76e14f5eb6792b79c661 43886 
libmpg123-dev_1.20.1-2_amd64.deb
Files:
 65ce46e9b7345ac4ddb300d24db19466 164776 sound optional 
mpg123_1.20.1-2_amd64.deb
 18358218dbde70ebcf719b49d2df78a1 132630 libs optional 
libmpg123-0_1.20.1-2_amd64.deb
 6a2d9f831d06079ea8ee40f751809571 43886 libdevel optional 
libmpg123-dev_1.20.1-2_amd64.deb
 84a4532b889896a73f7ee3c244abbea5 2242 sound optional mpg123_1.20.1-2.dsc
 63e7393adff4dff960187fe196fd9986 18668 sound optional 
mpg123_1.20.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUAvDgAAoJEGny/FFupxmToF4QAMl+G66p3oVnZicoNd4sH5UV
V9hu9duKs2xHI8iwF8Tazkk4NTzLAGT+J2knsSy/fAU2a24wpSVtvjl/iUm3QV9v
caMVSmjoVG1iXB4zPxz8LkGvazwrfiJ//egA+MQCu42M6tFKngas1VhWfN/FeKb6
59YNUlYEp5t1ZKBxa3UnU+ehPlpmr6wa9mbSP6YVoCO7X4hEegCkBy0GyU2oHTom
0dL+33HWz+vuW7JZGIbLLUop4sqWT9UZrWu/ezDfg+2RrdgiWjSvVXvFSjXCf+vw
7o/eX86DG51GiI+gMHHUUZDDhyn8rLT9yVaT/F6sxbc/LjsELlwnEa9AIfdsaTJ7
57WA4WcjT7bPI5TpatJGwsddT1MJIWuJDXYq9ol4+5PnUxZ4IUwt7EF+9K2p03WZ
jS0T/+h+gdgJtb+GHru3oxok85Y/Uj3pmPTUmOWzJUNFzgZKfqG5Hf/7QnoDBGv2
o9PCswv4JpmxxuRAaE4O64OCgXd9WmoJ/XG+EUGRshBl725NOSglqgdM6z/jJk2D
Pf74N3bgaRAhUuQSSjvMaC+W6mFcYX5tmMyjuEjheCDjHfVSQRDkUXMu0Fq1VFn2
SeQbuUJ+RXabRp1UATxwhoY1uGeR8dC0hINYRCrB8YSDwOptSWpCT3X1A/0401Qg
rcOY0mJYPhqbfJODP+b0
=oWrI
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#759818: vlc: VDPAU output - can see video in xterm and icons

2014-08-31 Thread Трезвый Дворник
And no, mplayer2 with VDPAU is not affected.

Best regards,
Dmitrii.


2014-08-31 12:57 GMT+03:00 Dmitrii (TDYK) :

> Package: vlc
> Version: 2.2.0~pre2-4
> Followup-For: Bug #759818
>
> Dear Maintainer,
> Good day.
> I did not tested with patch yet, but here is some additional info
>
> I can see video on any black space on ohter workspaces - fonts, icons,
> black
> images in internet browser, black termintal etc. But, only after systemctl
> hibernate/suspend. After clear reboot - everything is allright. Bug can
> not be
> recorded on video or screenshot, only if you look with eyes.
>
> Best regards,
> Dmitrii.
>
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#759818: vlc: VDPAU output - can see video in xterm and icons

2014-08-31 Thread Dmitrii (TDYK)
Package: vlc
Version: 2.2.0~pre2-4
Followup-For: Bug #759818

Dear Maintainer,
Good day.
I did not tested with patch yet, but here is some additional info

I can see video on any black space on ohter workspaces - fonts, icons, black
images in internet browser, black termintal etc. But, only after systemctl
hibernate/suspend. After clear reboot - everything is allright. Bug can not be
recorded on video or screenshot, only if you look with eyes.

Best regards,
Dmitrii.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processing of mpg123_1.20.1-2_amd64.changes

2014-08-31 Thread Debian FTP Masters
mpg123_1.20.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  mpg123_1.20.1-2_amd64.deb
  libmpg123-0_1.20.1-2_amd64.deb
  libmpg123-dev_1.20.1-2_amd64.deb
  mpg123_1.20.1-2.dsc
  mpg123_1.20.1-2.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: closing 755111

2014-08-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> close 755111 3.99.5+repack1-4
Bug #755111 [src:lame] lame: use dh-autoreconf to build
Marked as fixed in versions lame/3.99.5+repack1-4.
Bug #755111 [src:lame] lame: use dh-autoreconf to build
Marked Bug as done
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
755111: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755111
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: your mail

2014-08-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> notfound 403359 2.0.3-3
Bug #403359 {Done: Sebastian Ramacher } [vlc] vlc: Ogg 
muxing crashes on PowerPC
Bug #605259 {Done: Sebastian Ramacher } [vlc] vlc: Ogg 
muxing crashes on PowerPC
Ignoring request to alter found versions of bug #403359 to the same values 
previously set
Ignoring request to alter found versions of bug #605259 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
403359: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403359
605259: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605259
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#758582: vlc: Vlc segfaults at the end of video reproduction when video acceleration VAAPI is selected

2014-08-31 Thread Rémi Denis-Courmont
reassign 758582 libavcodec55
affects 758582 vlc
thanks


Le dimanche 31 août 2014, 10:54:20 Marco Mattiolo a écrit :
> #0  Release (p_external=, p_ff=) at
> avcodec/vaapi.c:519
> #1  0x7fffc671eadb in vlc_va_Release (frame=0x7fffc0153348,
> va=)
>  at avcodec/va.h:56
> #2  ffmpeg_ReleaseFrameBuf (p_context=,
> p_ff_pic=0x7fffc0153348)
>  at avcodec/video.c:1079
(...)
> #10 0x7fffc5b7f37b in ff_thread_free (avctx=avctx@entry=0x7fffbcc43d40)
>  at /build/libav-EKDVFO/libav-10.4/libavcodec/pthread.c:85
> #11 0x7fffc5896cd0 in avcodec_close (avctx=0x7fffbcc43d40)
>  at /build/libav-EKDVFO/libav-10.4/libavcodec/utils.c:1609

Hmm, yeah. libavcodec releases the VA buffers in avcodec_close() when it is 
supposed to do that in the earlier avcodec_flush_buffers(). This causes a use-
after-free and crash in VLC.

Reassigning.

-- 
Rémi Denis-Courmont
http://www.remlab.net/

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: Re: Bug#758582: vlc: Vlc segfaults at the end of video reproduction when video acceleration VAAPI is selected

2014-08-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 758582 libavcodec55
Bug #758582 [vlc] vlc: Vlc segfaults at the end of video reproduction when 
video acceleration VAAPI is selected
Bug reassigned from package 'vlc' to 'libavcodec55'.
No longer marked as found in versions vlc/2.1.5-1.
Ignoring request to alter fixed versions of bug #758582 to the same values 
previously set
> affects 758582 vlc
Bug #758582 [libavcodec55] vlc: Vlc segfaults at the end of video reproduction 
when video acceleration VAAPI is selected
Added indication that 758582 affects vlc
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
758582: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758582
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#758582: vlc: Vlc segfaults at the end of video reproduction when video acceleration VAAPI is selected

2014-08-31 Thread Marco Mattiolo

Hi Rémi, thanks for answering.
Hoping this satisfies your request.

Cheers
Marco

$ gdb vlc
GNU gdb (Debian 7.7.1+dfsg-3) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 


This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from vlc...Reading symbols from 
/usr/lib/debug/.build-id/bd/a54aae88601b31adc48cde0699479455646edc.debug...done.

done.
(gdb) run
Starting program: /usr/bin/vlc
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
VLC media player 2.1.5 Rincewind (revision 2.1.4-49-gdab6cb5)
[New Thread 0x7fffed24a700 (LWP 16114)]
[New Thread 0x72dda700 (LWP 16115)]
[New Thread 0x7fffec229700 (LWP 16116)]
[0x605118] main libvlc: Esecuzione di vlc con l'interfaccia predefinita. 
Usa 'cvlc' per utilizzare vlc senza interfaccia.

[New Thread 0x7fffec128700 (LWP 16117)]
[New Thread 0x7fffd630c700 (LWP 16118)]
[New Thread 0x7fffcf0e9700 (LWP 16126)]
[New Thread 0x7fffcefe8700 (LWP 16127)]
[New Thread 0x7fffcc201700 (LWP 16128)]
[Thread 0x7fffcf0e9700 (LWP 16126) exited]
[New Thread 0x7fffb7952700 (LWP 16129)]
[New Thread 0x7fffb7151700 (LWP 16130)]
[New Thread 0x7fffb6950700 (LWP 16131)]
[New Thread 0x7fffb614f700 (LWP 16132)]
[New Thread 0x7fffcf0e9700 (LWP 16133)]
[New Thread 0x7fffcc100700 (LWP 16134)]
[Thread 0x7fffcc201700 (LWP 16128) exited]
Failed to open VDPAU backend libvdpau_nvidia.so: impossibile aprire il 
file oggetto condiviso: File o directory non esistente

[0x7fffac000ab8] vdpau generic error: device creation failure: error 1
libva info: VA-API version 0.35.1
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_35
libva info: va_openDriver() returns 0
[0x7fffbcc308c8] avcodec decoder: Using VA API version 0.35 for hardware 
decoding.

Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
[New Thread 0x7fffcc201700 (LWP 16135)]
Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
[0x7fff9c001248] main vout display error: Failed to resize display
[Thread 0x7fffcf0e9700 (LWP 16133) exited]
[Thread 0x7fffb7952700 (LWP 16129) exited]
[Thread 0x7fffb7151700 (LWP 16130) exited]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffcefe8700 (LWP 16127)]
Release (p_external=, p_ff=) at 
avcodec/vaapi.c:519

519 avcodec/vaapi.c: File o directory non esistente.
(gdb) bt
#0  Release (p_external=, p_ff=) at 
avcodec/vaapi.c:519
#1  0x7fffc671eadb in vlc_va_Release (frame=0x7fffc0153348, 
va=)

at avcodec/va.h:56
#2  ffmpeg_ReleaseFrameBuf (p_context=, 
p_ff_pic=0x7fffc0153348)

at avcodec/video.c:1079
#3  0x7fffc5bef7dd in compat_free_buffer (opaque=, 
data=)

at /build/libav-EKDVFO/libav-10.4/libavcodec/utils.c:563
#4  0x7fffc56156de in av_buffer_unref (buf=buf@entry=0x7fffcefe79b0)
at /build/libav-EKDVFO/libav-10.4/libavutil/buffer.c:115
#5  0x7fffc5bef820 in compat_release_buffer (opaque=,
data=) at 
/build/libav-EKDVFO/libav-10.4/libavcodec/utils.c:570

#6  0x7fffc56156de in av_buffer_unref (buf=buf@entry=0x7fffb00ff250)
at /build/libav-EKDVFO/libav-10.4/libavutil/buffer.c:115
#7  0x7fffc561ac64 in av_frame_unref (frame=0x7fffb00ff080)
at /build/libav-EKDVFO/libav-10.4/libavutil/frame.c:285
#8  0x7fffc5b802a5 in release_delayed_buffers (p=0x7fffbcca4248)
at /build/libav-EKDVFO/libav-10.4/libavcodec/pthread_frame.c:285
#9  ff_frame_thread_free (avctx=avctx@entry=0x7fffbcc43d40, thread_count=4)
at /build/libav-EKDVFO/libav-10.4/libavcodec/pthread_frame.c:532
#10 0x7fffc5b7f37b in ff_thread_free (avctx=avctx@entry=0x7fffbcc43d40)
at /build/libav-EKDVFO/libav-10.4/libavcodec/pthread.c:85
#11 0x7fffc5896cd0 in avcodec_close (avctx=0x7fffbcc43d40)
at /build/libav-EKDVFO/libav-10.4/libavcodec/utils.c:1609
#12 0x7fffc6722305 in CloseDecoder (p_this=0x7fffbcc308c8) at 
avcodec/avcodec.c:371

#13 0x7718c642 in vlc_module_unload (module=,
deinit=deinit@entry=0x7718bb50 ) at 
modules/modules.c:340

#14 0x7718c6be in module_unneed (obj=obj@entry=0x7fffbcc308c8,
module=) at modules/modules.c:373
#15 0x7714b252 in input_De

Processed: your mail

2014-08-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 757462 + upstream confirmed
Bug #757462 [vlc] vlc burls CPU when paused
Added tag(s) upstream and confirmed.
> forwarded 757462 https://trac.videolan.org/vlc/ticket/2656
Bug #757462 [vlc] vlc burls CPU when paused
Set Bug forwarded-to-address to 'https://trac.videolan.org/vlc/ticket/2656'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
757462: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757462
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: your mail

2014-08-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 757463 https://trac.videolan.org/vlc/ticket/3724
Bug #757463 [vlc] vlc unblanks X screen when paused
Set Bug forwarded-to-address to 'https://trac.videolan.org/vlc/ticket/3724'.
> tags 757463 + upstream confirmed
Bug #757463 [vlc] vlc unblanks X screen when paused
Added tag(s) upstream and confirmed.
> tags 759818 + moreinfo patch upstream
Bug #759818 [vlc] vlc: VDPAU output - can see video in xterm and icons
Added tag(s) upstream, moreinfo, and patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
757463: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757463
759818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759818
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#758582: vlc: Vlc segfaults at the end of video reproduction when video acceleration VAAPI is selected

2014-08-31 Thread Rémi Denis-Courmont
tags 758582 + moreinfo
thanks

Le mardi 19 août 2014 00:39:10, vous avez écrit :
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0x7fffd06b5700 (LWP 2772)]
> Release (p_external=, p_ff=) at
> avcodec/vaapi.c:519
> 519 avcodec/vaapi.c: File o directory non esistente.
> (gdb)

This looks like a well-known bug in libavcodec. Please provide the whole stack 
trace.

-- 
Rémi Denis-Courmont
http://www.remlab.net/

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers