similar to: libogg subtitle request

Displaying 20 results from an estimated 400 matches similar to: "libogg subtitle request"

2004 Aug 06
2
Configure can't fine ogg
> > checking for Ogg2... no > > Just to answer my own question, for the sake of the archive, it seems that > Ogg development work in SVN is actually in a module called ogg2, not in the > ogg module, and it's this that icecast was looking for. Why is icecast checking for unreleased Ogg code? jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast
2004 Aug 06
1
Configure can't fine ogg
looks like ogg2.m4 and ogg.m4 both exist in the m4 dir, but the AC macro defined in both cases is XIPH_PATH_OGG, so my guess is that AC is picking up ogg2.m4 first and using that incorrectly.... is there a reason the macro name in ogg2.m4 is XIPH_PATH_OGG and not XIPH_PATH_OGG2 ? oddsock At 11:51 AM 5/26/2004, you wrote: >On Wed, 2004-05-26 at 17:05, Jack Moffitt wrote: > > > >
2004 Aug 06
2
Configure can't fine ogg
Hi: Still wrestling with SVN icecast. I'm having trouble getting it to find ogg, and wondered if SVN icecast requires SVN ogg? Here's what configure says: checking for Ogg2... no *** Could not run Ogg test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means Ogg was incorrectly
2006 Jan 13
2
libogg2 issue in revision 10730
hi all I found that in the revision 10730 of the libogg2 library it is impossible to do bitpacking. this is due to the implementation of the (at least) two functions oggpack_writeinit() and oggpack_readinit(). they both take an (oggpack_buffer *) as an argument and immediately erase all it's contents: void oggpack_readinit(oggpack_buffer *b,ogg_reference *r){ memset(b,0,sizeof(*b));
2005 May 11
1
format question
Hi, I am thinking about making a small tool. After reading about patents and mp3 I choose another format. OGG seems best. I was wondering if I can edit the OGG files and adjust the volume, to create a Fade-in and Fade-out. The tool I need makes configurable timed fade-ins and fade-outs of the volume of my OGG files. And if someone knows good python libaries for OGG I would like to hear
2010 Jun 06
3
What about ogg?
What does webm mean for the ogg container? Obviously it will still be around, but I was hoping to see native support for ogg vorbis in mainstream media players. Will there be an attempt to improve it and make it more attractive so that ogg (or maybe even an ogg2) is chosen as the container for VP9 or VP10 years down the road? -------------- next part -------------- An HTML attachment was
2004 Sep 10
2
Ogg encapsulation
I've been implementing Ogg FLAC support in an editor I'm working on, and I must admit to being frustrated by the lack of support for the codec on the Ogg layer... and this is more than lacking granulepos. The codec's I've worked with, and my own (Writ), use Page 0 for general information about the codec. Specifically, the samplerate, bitrate, quality, number of channels, all
2004 Sep 18
3
Ices2 and Jack
>From what I have read on some mailing lists, there is a jack module for ices2 that works quite well. Why isn't this information on the ices2 web page or documentation? Ices is useless to me without this, yet so awesome with it. I saw requests from people for you to do this over a month ago. What's the problem? Thanks, Daniel P.S. I couldn't search this list to find out if
2020 Jul 08
1
Request to merge branch sysconf into master
The sysconf branch only contains a single commit: [klibc] Framework and trivial implementation of sysconf(3) The sysconf() function is required by libkcapi. I use libkcapi in my klibc based initramfs in order to decrypt the file system key for my rootfs. Can somebody merge this commit into master? After that I would like to send further patches required by libkcapi. regards Christian
2020 Jul 27
0
[PATCH] Add syscall wrappers required by libkeyutils
On July 27, 2020 2:43:36 AM PDT, Christian Eggers <ceggers at arri.de> wrote: >On Saturday, 25 July 2020, 23:36:33 CEST, Ben Hutchings wrote: >> On Wed, 2020-07-08 at 08:37 +0200, Christian Eggers wrote: >> > ... >> > libkeyutils usually invokes syscall() directly. As syscall() is not >> > provided by klibc, libkeyutils has to be slightly modified for
2005 Dec 23
1
want to write comments
Hi, I am a littlt new developper, I learn Python and C. I was looking for some command line program similar to vorbiscomment. I did not find. I would just try to write a very simple one in C or Python. That would be a simple parse of the first bits of the file, if my guesses are right. But where could I see the amout of binary bit I should open, and how is the signification of any fields I would
2007 Mar 16
1
ogg_sync_buffer() memory alignment
I am writing an Ogg Vorbis decoder for win32. I want a memory buffer which is aligned to the disk sector size (512 bytes on hard disk, 2048 bytes on cd/dvd), so that the win32 function ReadFile can be persuaded to do 'unbuffered IO'. Unfortunately, the ogg_sync_buffer() call gives me a pointer from its own, internally allocated buffer. I have found no docs to indicate that this would
2020 Jul 08
2
[PATCH] Add syscall wrappers required by libkeyutils
libkeyutils is used by the keyctl command which is required for loading keys into the kernel (e.g. for mounting an authenticated UBIFS as root file system). libkeyutils usually invokes syscall() directly. As syscall() is not provided by klibc, libkeyutils has to be slightly modified for using the klibc wrappers. Signed-off-by: Christian Eggers <ceggers at arri.de> ---
2008 Aug 13
1
Tremor + upstream Ogg library
Hi vorbis experts! I'd like ot write application under Symbian that use theora as video codec & tremor as an audio one. I played at first with libogg & theora on PC, then successfully ported them both. Next I decided to port Tremor but I found that it use its own files from Ogg library. The API is almost identical, so I tried to bind the Tremor with upstream Ogg library (it actually
2020 Jul 27
3
[PATCH] Add syscall wrappers required by libkeyutils
On Saturday, 25 July 2020, 23:36:33 CEST, Ben Hutchings wrote: > On Wed, 2020-07-08 at 08:37 +0200, Christian Eggers wrote: > > ... > > libkeyutils usually invokes syscall() directly. As syscall() is not > > provided by klibc, libkeyutils has to be slightly modified for using the > > klibc wrappers. > > Wouldn't it be more useful for klibc to implement
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 Jun 19
2
Extracting Ogg metadata from File-like python objects
Dear Ogg-dev list; I'm having some difficulty with the python libraries for extracting comment/header info out of Ogg files... Would somebody more experienced than me offer some advice? I'm working on expanding a Python/Zope product for dealing with MP3 files so that it can also handle a spectrum of other file-formats including Ogg-Vorbis. Initially we will be storing all of our media
2007 Sep 09
2
Problems with strsplit
Hello, I would like to know what can I do if I use strplit with a string and I want to use the middle left,I mean I have this: strsplit("bA531F16-rep","\\-") [[1]] [1] "bA531F16" "rep" I would like to work just with bA531F16 in another variable, what could I do?, Thank you --------------------------------- Sé un Mejor Amante
2006 Dec 07
4
oggPCM for general data
Greetings, I am building a data collection system that will ultimately have 28 channels and multi-rates up to 2 M/sec. I need some sort of lossless format framing and header system to transfer the data to a desktop PC over USB. Rather than reinvent, I looked around to see what others are using and for existing tools for testing. Surprisingly, I found few general purpose data formats that can
2004 Oct 01
2
Newbie seeking directions
Hello everybody, I'm developing the www.polyxmass.org (GNU polyxmass) program that is a polymer sequence editor (a polymer is a thread made of concatenated monomers). I would like to code a "self-speak-out" feature for that sequence editor: the user would select a sequence region and ask that the program would "dictate" the sequence. For example, the following could be