[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2014-11-23 Thread Rolf Leggewie
Hardy has seen the end of its life and is no longer receiving any
updates. Marking the Hardy task for this ticket as Won't Fix.

** Changed in: ffmpeg (Ubuntu Hardy)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/207406

Title:
  xvidcap crashed with SIGSEGV in avcodec_open()

To manage notifications about this bug go to:
https://bugs.launchpad.net/xvidcap/+bug/207406/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2009-06-06 Thread gnowak
I am trying to get xvidcap working in Jaunty Kubuntu 9.04

I can't get sound because the bulit-in library is without audio.

And when I try to compile for trung i get the folowing errors:

No package 'gtk+-2.0' found
No package 'libglade-2.0' found

sudo apt-get build-dep xvidcap
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Build-dependencies for xvidcap could not be satisfied.

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2009-02-26 Thread browe
On 8.04 on compiled trunk and it worked great.  I am not on 8.10 so I
can retest again.

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2009-01-29 Thread browe
I'm using intel with 8.04 x32.  latest updates.  xvidcap crashes usually
in less than 30 secs.  I'm trying to capture a small box of firefox
session.  Really doesn't matter what I do.  I have tried without audio.
I tried changing the audio to PCM16 but that didn't help.  Vorbis lasted
almost 1 min.

Here is the term session:
b...@saturn:~$ xvidcap 
/home/browe/.themes/Darker theme/gtk-2.0/gtkrc:50: Clearlooks configuration 
option menuitemstyle is not supported and will be ignored.
/home/browe/.themes/Darker theme/gtk-2.0/gtkrc:51: Clearlooks configuration 
option listviewitemstyle is not supported and will be ignored.
/home/browe/.themes/Darker theme/gtk-2.0/gtkrc:52: Clearlooks configuration 
option progressbarstyle is not supported and will be ignored.
[mpeg4 @ 0xb77356e8]removing common factors from framerate
Locking assertion failure.  Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0xb6b7c767]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb6b7c8b1]
#2 /usr/lib/libX11.so.6 [0xb702a421]
#3 /usr/lib/libX11.so.6(XPending+0x43) [0xb70149b3]
#4 /usr/lib/libgdk-x11-2.0.so.0 [0xb7a6e04d]
#5 /usr/lib/libgdk-x11-2.0.so.0 [0xb7a6e141]
#6 /usr/lib/libglib-2.0.so.0(g_main_context_prepare+0x18f) [0xb786357f]
#7 /usr/lib/libglib-2.0.so.0 [0xb7863d39]
#8 /usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1e7) [0xb7864467]
#9 /usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb4) [0xb7d19264]
#10 xvidcap(xvc_ui_run+0xb) [0x805b02b]
#11 xvidcap(main+0x84f) [0x806732f]
#12 /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb70f6450]
#13 xvidcap [0x8051371]

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2009-01-28 Thread Martin Pitt
I removed the package from hardy-proposed.

** Changed in: ffmpeg (Ubuntu Hardy)
   Status: Fix Committed = Confirmed

** Tags removed: verification-failed

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2009-01-28 Thread Reinhard Tartler
from a quick glance, I don't think the problem is in ffmpeg, but in
avidemux.

avidemux tries to load the codec for mp3. ffmpeg does not have mp3
support built-in, but uses lame. lame  support is only available in
libavcodec-unstripped-51 in multiverse, not in main.

the correct fix is to add a check for null in avidemux and report a
codec not found to the user instead of relying that lame is available.

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-11-10 Thread Paul Elliott
It appears the issue still exists in -proposed. After recreating the
issue with 3:0.cvs20070307-5ubuntu7.1 I installed
3:0.cvs20070307-5ubuntu7.2 from -proposed and once again recreated the
issue. Updated crash file attached.

** Attachment added: _usr_bin_xvidcap.51759.crash
   http://launchpadlibrarian.net/19534799/_usr_bin_xvidcap.51759.crash

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-11-10 Thread Martin Pitt
** Tags added: verification-failed

** Tags removed: verification-needed

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-10-08 Thread Luca Falavigna
** Changed in: xvidcap (Ubuntu)
   Status: New = Invalid

** Changed in: xvidcap (Ubuntu Hardy)
   Status: New = Invalid

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-09-26 Thread Luca Falavigna
This is fixed in Intrepid with ffmpeg-debian, could be worth fixing it
in Hardy. I attach a debdiff which fixes this issue in ffmpeg source
package and subscribe ubuntu-sru for approval.

** Attachment added: ffmpeg_0.cvs20070307-5ubuntu7.2.debdiff
   
http://launchpadlibrarian.net/17974699/ffmpeg_0.cvs20070307-5ubuntu7.2.debdiff

** Changed in: ffmpeg (Ubuntu)
Sourcepackagename: xvidcap = ffmpeg

** Changed in: ffmpeg (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: ffmpeg (Ubuntu Hardy)
   Importance: Undecided = Medium
   Status: New = Triaged

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-09-26 Thread Martin Pitt
Looks good to me, approved.

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-09-26 Thread Martin Pitt
Accepted into -proposed, please test and give feedback here. Please see
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: ffmpeg (Ubuntu Hardy)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-06-19 Thread Patrick Cantu
I want to also comment that when you perfrom what  Todd Deshane stated
above, do the following prior to those commands.

sudo apt-get build-dep xvidcap

This will keep you from having to look for stray deps, I found that there are a 
few more steps to take w/ the latest xvidcap.
It now works flawlessly with sound as well.

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-06-19 Thread Patrick Cantu
Also for a quick fix (sorry for the extra post) you can use xterm since its 
installed by default anyways w/ Xorg. 
Go to Preferences - Commands - Go to the transcoding and editing commands, 
change x-terminal-emulator to xterm
All should work fine from there.

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-06-12 Thread James Westby
** Changed in: xvidcap (Ubuntu)
   Importance: Medium = High

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-05-29 Thread Martin Kossick
When will an update be available for the update-manager?

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-05-27 Thread Arton Pereira Dorneles
I had the same problem. But only happens when the MP3 audio codec is
selected. With the MP2, Vorbis and PCM16 works. I downloaded the current
version svn and build but not worked. The problem persists in a
different way, the program hangs and dont close. I have all of mp3
codecs installed. To circumvent the problem  rec with Audio Vorbis
codec, after convert if necessary.

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-05-27 Thread Arton Pereira Dorneles
I am using xubuntu 8.04 LTS...

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-05-23 Thread Andrew Starr-Bochicchio
I forwarded this bug upstream:
http://sourceforge.net/support/tracker.php?aid=1969996

From upstream developer:

Can you try to reproduce with current SVN? ... because I cannot.

If any one is willing to try the development version, they can check it
out with this command:

svn co https://xvidcap.svn.sourceforge.net/svnroot/xvidcap/trunk
xvidcap

If it is working there, we can try and update the Ubuntu version.

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-05-23 Thread Todd Deshane
I just tried the SVN. It works great, even with audio enabled.

It is easy to build and install from source too.

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-05-23 Thread Todd Deshane
For those that stumble across this before a ubuntu package is added,
here is what I did:

sudo apt-get install subversion autoconf automake
svn co https://xvidcap.svn.sourceforge.net/svnroot/xvidcap/trunk xvidcap
cd xvidcap
make
./autogen.sh 
make
sudo apt-get remove xvidcap
sudo make install
xvidcap

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-05-22 Thread Andrew Starr-Bochicchio
** Changed in: xvidcap (Ubuntu)
   Status: New = Confirmed

** Visibility changed to: Public

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-05-22 Thread Andrew Starr-Bochicchio
** Bug watch added: SourceForge.net Tracker #1969996
   http://sourceforge.net/support/tracker.php?aid=1969996

** Also affects: xvidcap via
   http://sourceforge.net/support/tracker.php?aid=1969996
   Importance: Unknown
   Status: Unknown

-- 
xvidcap crashed with SIGSEGV in avcodec_open()
https://bugs.launchpad.net/bugs/207406
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs