similar to: What are the theora installation files

Displaying 20 results from an estimated 4000 matches similar to: "What are the theora installation files"

2007 Oct 08
2
Is it possible to debug theora
hi all, please can i know that, is it possible to make the theora with enabling the debugging (use "gdb" to debug) . if it is possible please let me know. i have experience with Mplayer debugging. in Mplayer we can enable debugging when it start configure (./configure ) thanks -- ----------- Regards, Janaka Priyadarshana -------------- next part -------------- An HTML attachment was
2008 Feb 16
3
Gray scale video output from theora
hi all I guess that *Theora* will convert the input color space (RGB or CMYK or any) into YUV before it process and encode. (that means theora can operate on several color space, but it get convert into YUV before process) Is that true...? I want to get a gray scale, encoded video output from the *Theora* encoder while the input video is getting from a web cam (color input and gray scale
2007 Jun 08
1
Video codec for narrow bandwidth streaming
hi, i am a university student and completely new for the video codec technology. we have decided to develop a video codec that is specially focus for narrow bandwidth video streaming (provide video streaming experience for GPRS, etc). so i want to have some idea about how a video codec is related with streaming application...? have there any codec developed for these type of requirement, by
2018 Mar 03
1
[GSOC 2018] Improve function attribute inference
Definitely have a look at the current analyses: - llvm/Transforms/IPO/FunctionAttrs.cpp - llvm/Transforms/IPO/InferFunctionAttrs.cpp Also, study the semantics of these attributes, starting with the docs: http://llvm.org/docs/LangRef.html#function-attributes Also, grep the LLVM sources for test cases that use the attributes to see examples on how they are used for optimization. Finally, have a
2018 Mar 02
0
[GSOC 2018] Improve function attribute inference
Hi Nuno, Thanks. Appreciate if I can get some specific pointers to related code or documentation that I could start looking to to get myself oriented. I just started looking to in to lib/Analysis a bit. Regards Buddhika On Thu, Mar 1, 2018 at 4:50 AM, Nuno Lopes <nunoplopes at sapo.pt> wrote: > Eric: thanks for bringing this to my attention; I somehow missed this > email. >
2018 Mar 01
2
[GSOC 2018] Improve function attribute inference
Eric: thanks for bringing this to my attention; I somehow missed this email. Hi Buddhika, Thanks for getting in touch and for your interest. Please submit an application whenever the registration period opens and let me/us know if you have any question regarding the project and/or GSoC. Regards, Nuno On Sun, Feb 25, 2018 at 1:37 PM buddhika chamith via llvm-dev <llvm-dev at
2011 Jan 19
1
How to build Theora decoder on VC++ paltform
On 17.01.2011 12:35, Raju wrote: > Dear friends > Recently i have downloaded Theora video codec from http://www.xiph.org/ > , > here its having both encoder and decoder , how can i build only > decoder on VC + windows platform , if i build now i will be getting " > Cannot open include file: 'ogg/ogg.h': No such file or directory " > pls send me solution for
2007 Jul 23
1
can not connect the the #theora channel
i want to connect with the #theora channel with xchat. but still i was unable to configure my xchat client for this. this is the way i did it. xchat -> NetworkList then select the FreeNode from the network list. the following is my information. nick name: rpjanaka 2nd choice : rpjanaka1 3rd choice : rpjanaka12 username : rpjanaka then connect. but still i can not connect with this. this
2007 Oct 30
1
Dynamically changeable parameters in theora
hi all, please can anyone tell me that what are the possible parameters in theora codec, that can be changed dynamically in execution time like DCT coefficient matrix frame rate....etc. ( still i do not know whether those are dynamically changeable) -- ----------- Regards, Janaka Priyadarshana
2018 Feb 28
0
[GSOC 2018] Improve function attribute inference
On Sun, Feb 25, 2018 at 1:37 PM buddhika chamith via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi Devs, > > I am a PhD student at Indiana University. I am interested in working on > the project on function attribute inference. My current research direction > involves runtime binary optimization using JIT compilation from a lifted > LLVM IR. I am hoping various
2007 Oct 13
1
Theora beta2 released
Hello, once again I have the great pleasure to announce the release of a new Theora version - please welcome libtheora beta 2! Changes for this version: libtheora 1.0beta2 (2007 October 12) - Fix a crash bug on char-is-unsigned architectures (PowerPC) - Fix a buffer sizing issue that caused rare encoder crashes - Fix a buffer alignment issue - Build fixes for MingW32, MSVC - Improved
2007 Oct 13
1
Theora beta2 released
Hello, once again I have the great pleasure to announce the release of a new Theora version - please welcome libtheora beta 2! Changes for this version: libtheora 1.0beta2 (2007 October 12) - Fix a crash bug on char-is-unsigned architectures (PowerPC) - Fix a buffer sizing issue that caused rare encoder crashes - Fix a buffer alignment issue - Build fixes for MingW32, MSVC - Improved
2018 Aug 27
2
Testing LLVM XRay
Hi All, I am trying to test run clang XRay tool. I was following the steps at [1]. But the log file does not seem to get generated. According to the instructions I used 'fxray-instrument' switch when compiling and then specified 'patch_premain=true' at XRAY_OPTIONS. Is there anything else that I need to do? I am on a trunk build of clang. Could that be it? I am on clang version
2018 Feb 25
2
[GSOC 2018] Improve function attribute inference
Hi Devs, I am a PhD student at Indiana University. I am interested in working on the project on function attribute inference. My current research direction involves runtime binary optimization using JIT compilation from a lifted LLVM IR. I am hoping various runtime information coupled with static analysis on the IR can provide better avenues for runtime code JITTIng (akin to PGO). Anyway I think
2006 Jul 18
1
Theora, liboil and Cell processors
Hello all, On more than one occasion I have advocated the use of liboil over incorporating mmx code into libtheora. The two main reasons are: 1) To keep optimisation code in one place and out of the library. Everywhere else in the Linux world there is a move to centralise in order to co-ordinate experts and reduce redundancy. This reason does not seem to find a lot of agreement in Theora as it
2004 Aug 29
2
Building theora
Hello, I'm trying to get theora built. However there is not a page listing what depdencies there are. Would it be possible to have a developers page with the point release tarballs etc? (There is subversion access, but I do not have subversion for my OS). I could not find libtheora release, only an alpha, this wasn't very clear, it has been released now I think. The libogg and
2004 Mar 01
2
theora release todos
Hi, last week's thread about getting closer to a release fizzled out. The mailing list discussion and the TheoraTodo wiki item suggest the following are required for release: 1. freeze the theora logical bitstream format 2. complete the reference implementation tools 3. stablize the libtheora API 4. complete the documentation I'd like to suggest this as
2007 Oct 19
2
Debug the encoder_example
hi all, i am trying to debug the encoder_example with gdb. after the line number 669, it will go to a place "ogg_stream_init (os=0xbff0ec84, serialno=1418647043) at framing.c:189" but i couldn't find the file "framing.c" with in the "ibtheora-1.0alpha7" directory. please anyone can tell me where is this file -- ----------- Regards, Janaka Priyadarshana
2007 Jan 22
1
theora problems
Hi, I've been trying to use libtheora-experimental (libtheoraenc and libtheoradec) to encode a webcam feed in real-time, to be decoded also in realtime by a second party via XXX-IP, with - unfortunately - not so good results. I'm using custom written functions to convert from RGB8 to YUV420 and back and, although not much processor-efficient, they do what they're supposed to
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.