Displaying 20 results from an estimated 91 matches for "libavcodecs".
Did you mean:
libavcodec
2006 Dec 29
2
FFmpeg's libavcoded
Hi,
I am letting myself known incase someone is interested in this or
already has ideas on the subject.
I would like to add Theora encoding to ffmpeg's libavcodec library.
My goal is to add vorbis / theora / ogm output to Handbrake. Doing
this at the libavcodec level appears to make the most sense as it
would benefit more people.
I have already made a small start. I have the configure
2014 May 16
3
Error when compiling FFmpeg with speex-git.
Hi
With 32-bit Xubuntu-14.04.
When I compile FFmpeg from git using speex-1.2rc1 it builds OK.
When I compile FFmpeg from git using speex-git it fails to build. (speex-HEAD-78cce67)
It's not a big deal, I don't mind using speex-1.2rc1.
But am I doing something wrong or is there something wrong with speex-git?
(I've put the details in a txt attachment to keep this email post
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
I am having trouble compiling ffmpeg to support speex, which didn't
work with the ubuntu libspeex-dev package, but looks like it might
with the Speex version 1.2rc1 tarball from http://speex.org/downloads/
How do I tell ffmpeg's configure and/or make to use the 1.2rc1 version
of libspeex in /usr/local/include instead of the older debian/ubuntu
libspeex-dev package in /usr/include/speex?
2009 Jul 03
3
ffmpeg and zoneminder install problems
CentOs zoneminder users,
I have been trying to install zoneminder on Centos 5.3
(2.6.18-128.1.16.el5xen) and have hit a brick wall with ffmpeg
which zoneminder has as a dependancy.
There were no rpm's in centos or rpmforge so I have followed the
instructions on the zoneminder website for a CentOs install.
I have posted a note on the zoneminder list, but have not been able to
get any takers
2003 Sep 10
0
[Ffmpeg-devel] libavcodec/vp3.c compile problem (fwd)
Hi,
I don't know how much of the old VP3 codebase is incorporated into
Theora. I wrote ffmpeg's VP3 decoder from scratch but eventually ported in
the original VP3 IDCT function. A BSD conflict cropped up that I thought I
would pass along.
--
-Mike Melanson
<p>---------- Forwarded message ----------
Date: Wed, 10 Sep 2003 13:06:37 -0700 (PDT)
From: Steven M. Schultz
2013 May 15
0
[PATCH 1/2] Update comparison.html
I cleaned up comparison.html, making the comparison more fair and
removing manufacturers that no longer have any new hardware
supporting a certain format. The table is more readable now too.
---
comparison.html | 86 +++++++++++++++++++++++++++++--------------------------
1 file changed, 45 insertions(+), 41 deletions(-)
diff --git a/comparison.html b/comparison.html
index 9f36381..be88205
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
This is resolved:
apt-get remove libspeex-dev
cd ~/src/speex-1.2rc1/
./configure --prefix=/usr
make; make install
cd ../ffmpeg
./configure --enable-libspeex
make; make install
worked; then I was able to decode a Speex .flv file:
~/flvs$ ffmpeg -i SpeexQ6R16Efalse.flv foo.wav
FFmpeg version SVN-r17174, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --enable-libspeex
2010 Mar 04
2
libavcodec vp3 / theora decoder speedup
The vp3 / theora decoder in FFmpeg project received a major speedup:
http://multimedia.cx/eggs/profiling-and-optimizing-theora/#comment-150751
http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=6e8061980c9a18a0eb9802f5dc5becc349066680
http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=8476744ba50d26a3e188def192cd9086b0f781d7
http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=a51faef9b61bd80499a28322802ef4b22be44d43
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
Compiling ffmpge2theora from SVN appears to die while complaining
about undefined symbols?
This documents my attempt to build ffmpeg2theora from SVN on Mac OS X
version 10.5.7. I'm using libogg 1.1.4, libvorbis 1.2.3 and Thusnelda
built from SVN...
jason$ svn co http://svn.xiph.org/trunk/ffmpeg2theora/
...
Checked out revision 16330.
jason$ cd ffmpeg2theora;curl -C - -O
2007 Jan 06
7
FFmpeg Theora encoding patch
Hi,
Attached is my patch to add theora encoding to ffmpeg's libavcodec (by
using libtheora). I am requesting help to fix the bug I mention below
and am seeking general comments before I submit the patch properly.
Files encoded using this encoder have a problem playing in VLC. The
files will not play unless "Drop late frames" has been unticked in the
advanced video settings.
2024 Oct 20
1
C API: How to get a seektable for very long files?
Op zo 20 okt 2024 om 03:08 schreef Stefan Oltmanns <stefan-oltmanns at gmx.net>:
>
> I'm not sure what else there could be in "STREAMINFO_EXT" except for
> total samples and sample rate, but maybe there is some other use for (at
> least partially) backward-compatible flac extensions.
>
> Adding that to ffmpeg would also be rather simple.
>
As with any such
2019 Mar 10
8
[Bug 109952] New: nv106 nv108 confusion
https://bugs.freedesktop.org/show_bug.cgi?id=109952
Bug ID: 109952
Summary: nv106 nv108 confusion
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2010 Aug 02
0
[LLVMdev] Register Allocation ERROR! Ran out of registers during register allocation!
Hi all,
My Machine environment is Clang-2.8-svn on Linux-x86. When I build
ffmpeg-0.6 using Clang, error output:
CC libavcodec/x86/mpegvideo_mmx.o
fatal error: error in backend: Ran out of registers during register
allocation!
Please check your inline asm statement for invalid constraints:
INLINEASM <es:movd %eax, %xmm3
pshuflw $$0, %xmm3, %xmm3
punpcklwd %xmm3, %xmm3
2009 Jul 11
2
Update Issue
I come to you "hat in hand" again. For the first time in a long while
I got a "Update Notification" at the bottom of my screen -- so I
decided to click on it and run the update. Unfortunately I got a
couple dependency errors and am not sure how to solve them. (Not even
sure why I got them.)
They are as follows:
Missing Dependency: libavcodec.so.51 is needed by package
2009 Dec 31
0
configure R-2.10.1 => "Error: MPlayer will not compile without (PR#14175)
Hi.
uname -a
Linux localhost.localdomain 2.6.30.10-105.fc11.i686.PAE #1 SMP Thu Dec
24 16:41:17 UTC 2009 i686 i686 i386 GNU/Linux
[??@localhost R-2.10.1]$ pwd
/home/??/Bin/RStats/R-2.10.1
I fixed this before for previous version of R by copying part of the
mplayer tree into the R tree.
But, I forgot what I did.
Any help?
Checking for FFmpeg libavutil ...
Error: MPlayer will not compile
2015 Aug 20
6
RFC: New dependency on FFmpeg?
I have a working implementation of the new xaudio2 API in my tree.
Microsoft is treating it as a replacement for dsound[1], and as a
result, this new API is used by lots of recent games; see Bug
26808[2] for some examples.
Most games that use the xaudio2 API use a version of Microsoft's WMA
codec. Wine doesn't currently have the ability to decode this audio
for playback. In order for the
2007 Oct 25
1
[PATCH] Fix logic in ffmpeg detection
If neither --enable-ffmpeg nor --disable-ffmpeg was given, try to find
ffmpeg. If it wasn't found, print the warning, but don't fail.
If --enable-ffmpeg was given, fail if ffmpeg is not found. If
--disable-ffmpeg was given, don't print the warning, as the user already
knows that ffmpeg won't be enabled.
It's important that ffmpeg is not viewed as a hard requirement, as
2018 Oct 25
1
Proposal - Extended Channel Layouts in Opus
I've run into some issues using Opus with source files in channel layouts other than the default 8. For instance, 2.1 isn't supported, so I have to either downconvert to 2.0 or upconvert to 5.1 (which usually involves adding empty channels, which prevents the playback device from upconverting to the native layout).
To address this, I've put together an initial draft of an I-D I'd
2019 Feb 22
1
[Bug 109742] New: vdpau state tracker on nv92 started to hit assert after vl compute work
https://bugs.freedesktop.org/show_bug.cgi?id=109742
Bug ID: 109742
Summary: vdpau state tracker on nv92 started to hit assert
after vl compute work
Product: Mesa
Version: git
Hardware: x86 (IA32)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2009 Jun 20
3
DVD NTSC video plays twice as fast when encoded with libtheora
https://roundup.ffmpeg.org/roundup/ffmpeg/issue1197
I had originally encountered this problem using ffmpeg2theora. I
switched to ffmpeg proper in an attempt to identify where the problem
was at, and found that the problem persisted. As a result I had
thought this was a problem with ffmpeg, but the ffmpeg folks seem to
indicate that this is specific to Theora (too much finger pointing I
think.) I