search for: libavcodec

Displaying 20 results from an estimated 88 matches for "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 & build scripts for ffmpeg using the correct libraries etc. I am n...
2014 May 16
3
Error when compiling FFmpeg with speex-git.
...ul build with speex-1.2rc1 @Xubuntu:~/build/ffmpeg-HEAD-b217e1b$ ./ffmpeg ffmpeg version 2.2.git-b217e1b Copyright (c) 2000-2014 the FFmpeg developers built on May 16 2014 18:49:41 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: --enable-libspeex libavutil 52. 83.100 / 52. 83.100 libavcodec 55. 62.100 / 55. 62.100 libavformat 55. 38.100 / 55. 38.100 libavdevice 55. 13.101 / 55. 13.101 libavfilter 4. 5.100 / 4. 5.100 libswscale 2. 6.100 / 2. 6.100 libswresample 0. 19.100 / 0. 19.100 Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infil...
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
...local/include instead of the older debian/ubuntu libspeex-dev package in /usr/include/speex? At present, here is where I am stuck: ~/src/ffmpeg$ make gcc -L"/home/jsalsman/src/ffmpeg"/libavdevice -L"/home/jsalsman/src/ffmpeg"/libavformat -L"/home/jsalsman/src/ffmpeg"/libavcodec -L"/home/jsalsman/src/ffmpeg"/libavutil -rdynamic -export-dynamic -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libpostproc -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libswscale -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/liba...
2009 Jul 03
3
ffmpeg and zoneminder install problems
...ion-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -I"/root/software/ffmpeg" -I"/root/software/ffmpeg" -I"/root/software/ffmpeg"/libavutil -I"/root/software/ffmpeg"/libavcodec -I"/root/software/ffmpeg"/libavformat -I"/root/software/ffmpeg"/libswscale -I"/root/software/ffmpeg"/libavdevice -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_AV_CONFIG_H -MM vhook/fish.c vhook/null.c vhook/watermark.c vhook/drawtext.c vhook/imlib2...
2003 Sep 10
0
[Ffmpeg-devel] libavcodec/vp3.c compile problem (fwd)
...t 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 <sms@2BSD.COM> Reply-To: ffmpeg-devel@lists.sourceforge.net To: ffmpeg-devel@lists.sourceforge.net Subject: [Ffmpeg-devel] libavcodec/vp3.c compile problem Hi! Since sourceforge finally caught up (it seemed to be running even more behind than usual for a couple days) I was able to try compiling the latest version. Ran into a problem with vp3.c due to a conflict of the variables _A, _B, _C, _D, _G and _H with defines from...
2013 May 15
0
[PATCH 1/2] Update comparison.html
.../">QCD</a>, <a href="http://corecodec.com/products/coreplayer">CorePlayer</a>, <a href="http://www.native-instruments.com/#/en/products/dj/traktor-pro-2/?page=2050">Traktor</a>, DirectShow-based, <a href="http://en.wikipedia.org/wiki/Libavcodec#Applications_using_libavcodec">libavcodec-based</a>, <a href="download.html#extras">many&nbsp;more</a>) + YES (<a href="links.html#software"><b>see links page</b></a>) </td> <td> - YES (<a hre...
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
...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 --enable-libamr-nb --enable-nonfree libavutil 49.14. 0 / 49.14. 0 libavcodec 52.15. 0 / 52.15. 0 libavformat 52.27. 0 / 52.27. 0 libavdevice 52. 1. 0 / 52. 1. 0 built on Mar 11 2009 22:09:20, gcc: 4.2.4 (Ubuntu 4.2.4-1ubuntu3) [flv @ 0xa02e330]Could not find codec parameters (Video: 0x0000) Input #0, flv, from 'SpeexQ6R16Efalse.flv': Duration: 00:00:0...
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?
...lda built from SVN... jason$ svn co http://svn.xiph.org/trunk/ffmpeg2theora/ ... Checked out revision 16330. jason$ cd ffmpeg2theora;curl -C - -O http://www.ffmpeg.org/releases/ffmpeg-0.5.tar.bz2 jason$ tar xjvf ffmpeg-0.5.tar.bz2;rm ffmpeg-0.5.tar.bz2;mv ffmpeg-0.5 ffmpeg jason$ patch ffmpeg/libavcodec/resample.c patches/6to2channel- resample.patch patching file ffmpeg/libavcodec/resample.c Hunk #1 succeeded at 53 with fuzz 1 (offset 16 lines). Hunk #2 succeeded at 115 (offset 16 lines). Hunk #3 succeeded at 191 (offset 20 lines). Hunk #4 succeeded at 353 (offset 108 lines). jason$ cd ffmpeg jas...
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 advan...
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 pxor %xmm7, %xmm7 px...
2009 Jul 11
2
Update Issue
...rst 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 transcode-1.0.5-1.el5.rf.i386 (installed) Missing Dependency: libx264.so.55 is needed by package transcode-1.0.5-1.el5.rf.i386 (installed) The only non-CentOS repositories I have enabled are Adobe and RPMForge. (I have, however, downloaded files individually from PBone.)...
2009 Dec 31
0
configure R-2.10.1 => "Error: MPlayer will not compile without (PR#14175)
...are" for mpeg. There is no mplayer in "Add/Remove Sofware". [mluther at localhost R-2.10.1]$ 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 [mluther at localhost R-2.10.1]$ configure sed: can't read libavcodec/allcodecs.c: No such file or directory sed: can't read libavcodec/allcodecs.c: No such file or directory sed: can't read libavcodec/allcodecs.c: No such file or directory sed: can't read libavcodec/allcodecs.c: No such file or directory sed: can't read libavformat/allformats.c: No s...
2015 Aug 20
6
RFC: New dependency on FFmpeg?
...to use the FFmpeg library to decode WMA audio. This means for most games, Wine's built-in xaudio2 will require that the 32-bit FFmpeg library be available on the system to successfully play audio. The new code only uses the audio decoding features of FFmpeg, specifically linking only against libavcodec and libavutil. The newest APIs that we use were introduced in 2013. Most of the rest date from 2011 and a few from 2002. FFmpeg's API isn't stable, but I don't expect much maintenance burden from the small piece that we're using. An additional complication is the libav fork. The AP...
2007 Oct 25
1
[PATCH] Fix logic in ffmpeg detection
...enable-ffmpeg], [enable ffmpeg support (default=yes)])], - enable_ffmpeg=$enableval, - enable_ffmpeg="yes") + enable_ffmpeg=$enableval) -if test "$enable_ffmpeg" = "yes"; then +if test "$enable_ffmpeg" != "no"; then PKG_CHECK_MODULES(FFMPEG, libavcodec libswscale, HAVE_FFMPEG=yes, HAVE_FFMPEG=no) AC_SUBST(FFMPEG_CFLAGS) AC_SUBST(FFMPEG_LIBS) if test "x$HAVE_FFMPEG" = xyes; then AC_DEFINE(HAVE_FFMPEG, 1, [Define if ffmpeg is enabled]) else - AC_MSG_ERROR([Couldn't find ffmpeg. You might need to install the libavcodec-de...
2018 Oct 25
1
Proposal - Extended Channel Layouts in Opus
...ultiple channels copied from the same stream" feature isn't available. I don't particularly expect this to be an issue, but if people have problems with it, we can instead keep the existing table and add a simple bitmask before or after it. I've looked into the relevant changes in libavcodec and libopus. It's reasonably simple to add on the decode side in libavcodec's native decoder (largely changes to ff_opus_parse_extradata), but it's a bit trickier in libopus, because there's no support in the API for channel layouts (and thus stereo stream counts) other than those i...
2019 Feb 22
1
[Bug 109742] New: vdpau state tracker on nv92 started to hit assert after vl compute work
...ile format detected. [lavf] stream 0: video (vp8), -vid 0 [lavf] stream 1: audio (vorbis), -aid 0, -alang rus VIDEO: [VP80] 1280x720 0bpp 30.000 fps 0.0 kbps ( 0.0 kbyte/s) ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family libavcodec version 58.47.100 (internal) Selected video codec: [ffvp8] vfm: ffmpeg (FFmpeg VP8) ========================================================================== Clip info: ENCODER: Lavf58.20.100 Load subtitles in /dev/shm/tmp/ =================================================...
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
2014 Nov 07
15
[Bug 86006] New: [NV84] Nvidia GeForce 8600 GT VDPAU h264 hardware acceleration
https://bugs.freedesktop.org/show_bug.cgi?id=86006 Bug ID: 86006 Summary: [NV84] Nvidia GeForce 8600 GT VDPAU h264 hardware acceleration Product: xorg Version: 7.6 (2010.12) Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium