search for: theoradec

Displaying 12 results from an estimated 12 matches for "theoradec".

Did you mean: theoradev
2004 Sep 14
3
Problems with Theora DirectShow filters
...trying to capture video and audio from a webcam in order to encode it with the Theora and Speex DirectShow-filters. For audio, this filter graph plays fine: http://www.huitl.de/mic-speexenc-speexdec-out.png. The video part is problematic. Please have a look at http://www.huitl.de/cam-theoraenc-theoradec-out.png. 1. The webcam provides the color formats RGB24, I420 and IYUV. The Theora encode filter only accepts YV12, so I can't just connect the webcam capture pin with theora's yv12-in. 2. The "Color Space Converter" can't do the conversion to YV12. 3. I found that the ffd...
2010 Apr 15
1
Webcam streaming with ptalarbvorm
...sages --eos-on-shutdown v4l2src ! 'video/x-raw-yuv, width=640, height=480' ! videorate ! 'video/x-raw-yuv, framerate=15/1' ! queue max-size-bytes=100000000 max-size-time=0 ! theoraenc bitrate=150 ! oggmux ! tee name=ogged ! queue max-size-bytes=100000000 max-size-time=0 ! oggdemux ! theoradec ! xvimagesink sync=false ogged. ! queue max-size-bytes=100000000 max-size-time=0 ! filesink location=`date +%F_%T`.ogv ogged. ! queue max-size-bytes=100000000 max-size-time=0 ! shout2send ip=media.basilgohar.com port=8000 password=***passwordhidden*** mount=/basil-at-work.ogv streamname='Basil...
2010 Aug 22
4
trouble building XiphQT
...ter correcting the base SDK in each Xcode project (they're all set to the OS 10.4 SDK, which is not surprisingly missing on an up-to-date system), populating the header-search paths in the various projects (which were blank), and building FLAC, I'm stuck at "library not found" for theoradec. I went into the theora directory and ran autogen.sh, but as far as I can tell it didn't generate the lib. The Theora Xcode project did compile and create the Theora framework, however. Anyone have hints or steps for building the XiphQT components? Thanks!
2008 Apr 21
1
Compile libtheora 1.0beta3 with VS2005
...: No such file or directory c:\documents and settings\manoj\desktop\libtheora-1.0beta3\lib\dec\apiwrapper.h 20 Error 9 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No such file or directory c:\Documents and Settings\Manoj\Desktop\libtheora-1.0beta3\include\theora\theoradec.h 23 Error 10 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No such file or directory c:\Documents and Settings\Manoj\Desktop\libtheora-1.0beta3\lib\dec\dequant.c 20 Error 11 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No such file or d...
2009 Jul 25
1
compiling libtheora-1.1alpha2
...le config.status: creating doc/Doxyfile config.status: creating doc/spec/Makefile config.status: creating tests/Makefile config.status: creating m4/Makefile config.status: creating libtheora.spec config.status: creating theora.pc config.status: creating theora-uninstalled.pc config.status: creating theoradec.pc config.status: creating theoradec-uninstalled.pc config.status: creating theoraenc.pc config.status: creating theoraenc-uninstalled.pc config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands -----...
2007 Jul 12
1
PostProcessingLevel field of PB_INSTANCE
What is the PostProcessingLevel field of PB_INSTANCE? When is it used? It is used for all Theora's video or it is just for legacy support with VP3? Thanks -- Leonardo de Paula Rosa Piga Undergraduate Computer Engineering Student LSC - IC - UNICAMP http://www.students.ic.unicamp.br/~ra033956
2009 Oct 31
0
[Patch] Drop Frames in Cortado
...framework from Gstreamer's Queue element. A leaky queue drops buffers if it fills up, rather than blocking entirely. By making the queue of undecoded video buffers leaky, we can ensure that audio continues to play correctly even when there is not enough CPU for video. Intriguingly, jst's TheoraDec element was already correctly wired to notice the discontinuity introduced by a dropped buffer and skip all frames until the next keyframe. What: The effect of this patch is approximately to make Cortado fall back to keyframe-only decode when it runs out of CPU. Where: I tested the modified code...
2009 Oct 23
2
Cortado yuv thread patch
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The attached patch splits Theora decode and YUV2RGB into separate threads. These are by far the two most computationally demanding components of Cortado, so by splitting them we can substantially improve performance on multiprocessor machines. I have verified that the patch does split these into two threads, and performance does appear to improve.
2018 Dec 16
0
Build from Source on MSVC 2017 cl and MSYS2 32 bit
...le config.status: creating doc/Doxyfile config.status: creating doc/spec/Makefile config.status: creating tests/Makefile config.status: creating m4/Makefile config.status: creating libtheora.spec config.status: creating theora.pc config.status: creating theora-uninstalled.pc config.status: creating theoradec.pc config.status: creating theoradec-uninstalled.pc config.status: creating theoraenc.pc config.status: creating theoraenc-uninstalled.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ------------------------------------------...
2007 Oct 09
1
VC6 Patch
...\enc\pp.h +# End Source File +# Begin Source File + +SOURCE=..\lib\dec\quant.h +# End Source File +# Begin Source File + +SOURCE=..\lib\enc\quant_lookup.h +# End Source File +# Begin Source File + +SOURCE=..\include\theora\theora.h +# End Source File +# Begin Source File + +SOURCE=..\include\theora\theoradec.h +# End Source File +# Begin Source File + +SOURCE=..\lib\enc\toplevel_lookup.h +# End Source File +# Begin Source File + +SOURCE=..\lib\dec\x86\x86int.h +# End Source File # End Group # End Target # End Project Index: lib/enc/x86_32_vs/fdct_mmx.c ===============================================...
2009 Aug 30
3
experimental patch for libtheora1.1beta3
...1.10 +++ Makefile 25 Aug 2009 14:46:39 -0000 @@ -2,14 +2,14 @@ COMMENT= open video codec -DISTNAME= libtheora-1.0 +DISTNAME= libtheora-1.1beta3 CATEGORIES= multimedia MASTER_SITES= http://downloads.xiph.org/releases/theora/ EXTRACT_SUFX= .tar.bz2 SHARED_LIBS+= theora 3.1 SHARED_LIBS+= theoradec 1.0 -SHARED_LIBS+= theoraenc 1.1 +SHARED_LIBS+= theoraenc 1.2 HOMEPAGE= http://www.theora.org/ @@ -30,5 +30,8 @@ CONFIGURE_ARGS= --disable-examples CONFIGURE_ENV= ac_cv_prog_HAVE_DOXYGEN=false \ ac_cv_prog_HAVE_PDFLATEX=false + +#MODULES+= gcc4 +#MODGCC4_ARCHES= * .include <bs...
2010 Oct 13
2
total newbie issue with Cortado player using new java 1.6.0_22
...9 [INFO] server contentType: text/plain [INFO] [Message]: Pad: httpsrc:src type: STREAM_STATUS, start, reason: ok, activating [WARN] server contentType: text/plain disagrees with our typeFind: application/ogg [INFO] using typefind contentType: application/ogg [INFO] Ogg payload com.fluendo.plugin.TheoraDec found [INFO] Ogg payload com.fluendo.plugin.VorbisDec found [INFO] Ogg payload com.fluendo.plugin.KateDec found blah blah [INFO] [Message]: Pad: buffer:src type: STREAM_STATUS, stop, reason: wrong-state, stopping [INFO] [Message]: Pad: httpsrc:src type: STREAM_STATUS, stop, reason: wrong-state, s...