similar to: again - newest cvs and mplayer

Displaying 20 results from an estimated 400 matches similar to: "again - newest cvs and mplayer"

2007 Sep 25
2
ignoring audio in player_example
I'm interested in ignoring the audio stream in a theora encoded file. My first attempt was to remove the test for vorbis: /* identify the codec: try theora */ if(!theora_p && theora_decode_header(&ti,&tc,&op)>=0){ /* it is theora */ memcpy(&to,&test,sizeof(test)); theora_p=1; }else if(!vorbis_p &&
2004 Sep 10
1
MPlayer now supports FLAC
Hello, Just want to tell, that CVS version of MPlayer (http://www.mplayerhq.hu) now supports FLAC decoding. Decoding can be done via external libFLAC or via improted files (We have imported some files from libFLAC (stream_decoder) and plugin_common(dither/replay_gain)). Currently it doesn't support decoding FLAC embedded into Ogg container. There are some problems, probably with
2004 Sep 10
1
MPlayer now supports FLAC
Hello, Just want to tell, that CVS version of MPlayer (http://www.mplayerhq.hu) now supports FLAC decoding. Decoding can be done via external libFLAC or via improted files (We have imported some files from libFLAC (stream_decoder) and plugin_common(dither/replay_gain)). Currently it doesn't support decoding FLAC embedded into Ogg container. There are some problems, probably with
2009 May 12
2
compile error of libtheora example
hi all: i downloaded libtheora1.0.tar.gz from xiph.org, and when i compile it, such error message popped. i tried to run player_example.c under /libtheora_1.0/examples/. error message: ivysummer at ivysummer-desktop:~/??/libtheora-1.0/examples$ gcc -o player player_example.c /tmp/ccpyle3c.o: In function `buffer_data': player_example.c:(.text+0x15): undefined reference to
2003 Jun 05
2
newest cvs and mplayer
Hi The newest cvs let's mplayer segfault: ... Opening video decoder: [theora] Theora/VP3 Segmentation fault I don't get any infos more :( A gdb backtrace don't work. (mplayer is compile with --enable-debug=3) When will the encoder_example implemented in mencoder ??? Would be nice because the yuv-data is soooo big on the HD ;) Jens --- >8 ---- List archives:
2003 Mar 18
6
bitstream changes
ok now I see why we need another packet in the header. The first one is basically for ID purposes (theora_decode_header()). I've jammed my huffman trees in there but it sucks because I need them later on when I actually build the huffman tree structs (theora_decode_init, calls InitHuffmanSet()). At that point the original header packet is gone so I've been keeping it around in a buffer.
2005 Aug 05
3
decoder init/clear
Enabling the following function in tests/noop.c: noop_test_decode () { theora_info ti; theora_state th; theora_info_init (&ti); theora_decode_init (&th, &ti); theora_clear (&th); theora_info_clear (&ti); } segfaults. The cause is that theora_decode_init() expects a theora_info structure which was previously initialized by passing actual bitstream data through
2006 Aug 06
0
Newbie: How to rewind a videostream (long)
Hello, I'm new to this list, and pretty much also to the codec universe. In a computer game I'm working on, there is an 3D TV-screen onto which I project the frames of a movie. The movie is of course stored as theora, no audio as it's not needed yet. I have it working so far, extracting a frame and uploading it to the graphics card when the scene is drawn. The example file
2012 Oct 10
5
Theora integration question
Hello, I am programmer working on a product which integrates Theora. I have a question regarding the memory use on some of the internals of Theora. Is this the right forum for this question, and if not, does anyone know where an appropriate place to ask is? Thanks Sam -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 May 05
1
Application crushes
Hi all. Can any one please help me with my problem. I wrote an application for Android, using Teorarm. It crushes when I try to play the video file. Native application, compiled with the help of Android NDK 9r in Android Studio. Program stack: #0 theorapackB_readARM () at jni/theorarm/src/dec/bitwise2ARM.s:150 #1 0x673fae80 in oc_dec_headerin (_opb=0x6dca5278, _info=0x6dca52b0,
2004 Dec 03
3
trying to encode from dvd using mplayer
Hello. I'm trying to encode an Ogg Theora file from an unencrypted dvd using mplayer and encoder_example. I set up named pipes stream.wav and stream.yuv. I then run: mplayer -ao pcm -aofile stream.wav -vo null /dev/dvd & mplayer -vo yuv4mpeg -ao null -nosound /dev/dvd & encoder_example -v1 -a 1 stream.wav stream.yuv > lec1.ogg but I get the following error: File stream.wav is
2008 Jul 22
1
theora_decode_header
Hello, I am using theora in an application, but it does not work, I was looking to know why, and since I have one application using theora, I checked the difference between the two executions. And it seems that the function *_theora_decode_header_* does not have the same issue in the two application, but I read the same file... the difference is on the _m_theoraInfo_, in the first application
2010 Dec 22
5
* 1.8: cannot load g729 free codec (on 1.4 it worked!)
pbx18*CLI> module load codec_g729-ast14-gcc4-glibc-pentium3.so Unable to load module codec_g729-ast14-gcc4-glibc-pentium3.so Command 'module load codec_g729-ast14-gcc4-glibc-pentium3.so ' failed. [Dec 22 15:52:45] WARNING[4491]: loader.c:757 inspect_module: Module 'codec_g729-ast14-gcc4-glibc-pentium3.so' does not provide a license key. [Dec 22 15:52:45] WARNING[4491]:
2011 Aug 02
3
CPU Model detection with virsh capabilities
Hello everybody, I am a new user discovering libvirt with KVM software. During my first VM creation, I saw an issue with virsh that I can't understand. I wanted to emulate another CPU than the classical qemu32 using virsh. So I used the virsh capabilites command to detect how is detected my CPU host which is an Intel Xeon E5410 and my problem is that this CPU is detected only with the
2004 Aug 06
3
Speex 1.1.4 is out
> Is it a problem if all the files are compiled with -march=pentium3 > ? The patch that we sent in already detects in the configure.in script > which system you are on and sets a define correctly, i.e. _USE_SSE. Well, if what you want is auto-detection, turning on -march=pentium3 means that the code will crash on anything lower than a pentium3. Not really useful. Of course,
2005 Mar 18
3
HELP: Dose G.729 with IPP only worked on Intel CPU?
Hi, ALL: I install IPP(l_ipp_ia32_itanium_p_4_1_2.tar) and download the speech codeing (l_ipp-sample-speech-coding_p_4.1.008.tgz) then patch it (g729-041103.diff). My CPU is Centaur VIA Nehemiah with 998.715 MHz processor not INTEL CPU. I choose PIII as its CPU type when I modify Makefile under "G729-float". # For PIII OPTIMIZE= -O6 -mcpu=pentium3 -march=pentium3 -ffast-math
2004 Aug 06
2
Speex 1.1.4 is out
> Am I right with the assumption, that currently you have to enable > processor specific optimizations with compile/configure options? > > How difficult would it be to add support for runtime CPU detection? > Is this a feature you might consider adding? Pretty complicated because of some annoying decisions taken by the gcc team. The problem is that gcc won't let you use
2007 Mar 31
1
newest realased firefox from source on Centos 4.4 64 bit.
Hello any help would be cool.. ./configure --enable-application=browser looks like its good then get an error after the compile configure: warning: Recreating autoconf.mk with updated nspr-config output after make. I get /usr/bin/ld: nsCOMPtr.o: relocation R_X86_64_PC32 against `nsGetServiceByCID::operator()(nsID const&, void**) const' can not be used when making a shared
2006 Jun 20
3
find ''newest'' of a model
I have a model which has the created_on and updated_on fields. I would like to find the newest instances of my model from the database(for instance, last 10), but as I''m only 6 weeks into my Rails development, I''m not entirely sure how to do it. Any suggestions? Thanks, David
2006 Mar 31
1
Property not supported error with newest prototype.
I''m getting an error from IE on the following line in the newest prototype... element._extended = true; IE is saying that ''Object doesn''t support this property or method''. I''m using IE6. Has anybody else had similiar issues?