[Bug 522812] Re: libavcodec doesn't decode Theora

2010-03-12 Thread Reinhard Tartler
*** This bug is a duplicate of bug 305286 *** https://bugs.launchpad.net/bugs/305286 ** This bug has been marked a duplicate of bug 305286 fails to playback ogv produced by recordmydesktop -- libavcodec doesn't decode Theora https://bugs.launchpad.net/bugs/522812 You received this bug

Re: [Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-20 Thread Reinhard Tartler
On Fr, Feb 19, 2010 at 15:58:35 (CET), Emanem wrote: Ah-ah, so basically you're saying that the current Theora decoder (exposed via libavcodec.so) in Ubuntu is broken because it doesn't support the finalized Theora video stream? libavcodec.so exposes 2 decoders for theora. An internal one and

[Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-20 Thread Emanem
Hi, about this file, it has been encoded with latest libtheora (1.1). Regarding avcodec, do you know how can I tell it to use libtheora instead of the internal? Because looking into the sources I can only see one codec id defined:

[Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-19 Thread Emanem
Hi Reinhard, I'm sorry to post again but this issue is affecting Ubuntu 9.10 32 bit as well. On a clean virtual machine (so no strange things/configuration happening on it) I just did the following: sudo apt-get install g++ libavcodec-dev libavformat-dev libswscale-dev Then I compiled the test

[Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-19 Thread Emanem
Update: without recompiling the test executable (so it gets compiled against the default Ubuntu libraries/shared objects), but using the latest shared objects compiled from svn ffmpeg code cut, theora decoding does work. Again I hope this is not only sufficient but you can consider it as

Re: [Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-19 Thread Reinhard Tartler
On Fr, Feb 19, 2010 at 10:10:42 (CET), Emanem wrote: And I used against this reference: http://web.mit.edu/xiphmont/Public/theora/matrix-300-AQ.ogv this file is broken even with current trunk of ffmpeg, so updating ffmpeg would not help anyways. please report it upstream using these

[Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-19 Thread Emanem
Ah-ah, so basically you're saying that the current Theora decoder (exposed via libavcodec.so) in Ubuntu is broken because it doesn't support the finalized Theora video stream? That file is not broken, according to Theora devs this file is done against the finalized Theora format (and I guess

[Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-18 Thread Emanem
I've attached a simple source that, given the name of a video file, will print the first 10 frames (as ppm). To compile you'll need the following packages installed: libavcodec-dev Compile with: g++ ./avcodec_sample.cpp -o av_sample -g -pthread -lavcodec -lavformat -lswscale example use:

Re: [Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-18 Thread Reinhard Tartler
for the theora sample I have on my laptop, I get this output: siret...@faui44a:/tmp $ ffprobe /srv/media/ubuntu-uploads.ogv ffprobe /srv/media/ubuntu-uploads.ogv FFprobe version SVN-r20090707, Copyright (c) 2007-2009 Stefano Sabatini libavutil 49.15. 0 / 49.15. 0 libavcodec52.20. 0

[Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-17 Thread Emanem
Hi, the bug is confirmed by other users as well: http://ubuntuforums.org/showpost.php?p=8836993postcount=57 . The problem is present for sure when you load libavcodec as a dynamic library. For some reason this version of libavcodec.so is not able to decode Theora video. If you want I can attach

Re: [Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-17 Thread Reinhard Tartler
On Mi, Feb 17, 2010 at 09:28:36 (CET), Emanem wrote: yes, code examples would help to further examine this issue, but please consider doing so on the upstream mailing lists and propose a fix for inclusion into the 0.5 branches. lucid will not be updated to current trunk. Lucid+1 has chances to

[Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-17 Thread Emanem
Ok, what is the upstream mailing list? Thanks again, -- libavcodec doesn't decode Theora https://bugs.launchpad.net/bugs/522812 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

Re: [Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-17 Thread Reinhard Tartler
see http://ffmpeg.org/contact.html -- libavcodec doesn't decode Theora https://bugs.launchpad.net/bugs/522812 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

[Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-17 Thread Emanem
I already sent them a mail. Now, what do I have to do to convince you of this issue in current Ubuntu distribution? Post the source code (so you can compile and verify yourself) would be ok? Cheers, -- libavcodec doesn't decode Theora https://bugs.launchpad.net/bugs/522812 You received this bug

Re: [Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-17 Thread Reinhard Tartler
attaching a clean example could help to understand the issue, but without a seeing what exact changes you request, I cannot promise anything. -- libavcodec doesn't decode Theora https://bugs.launchpad.net/bugs/522812 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 522812] Re: libavcodec doesn't decode Theora

2010-02-16 Thread Reinhard Tartler
this bug as such is invalid, as I have theora material on my laptop that plays just fine with ubuntu's ffplay. as for avcodec_decode_video2, yes, it was added by this commit: r18351 | rbultje | 2009-04-07 17:59:50 +0200