search for: oggpack

Displaying 5 results from an estimated 5 matches for "oggpack".

Did you mean: _oggpack
2008 Mar 28
1
[PATCH] oggmerge, various
...hat > right now, sorry. But if it is some binary encoding and not just a > gzip-type compression, maybe application/x-kate may indeed be > appropriate. This would however mean that some specialised application > is required to decode the data. In a nutshell, all data is stuffed into an oggpack_buffer. Text data often ends up non byte aligned. A packet's data is unrecognizable as text (and contains a fair amount of non-text data anyway). A specialized program is indeed required (something linking against the libkate API, which does the oggpack stuff). Interesting point about gzip how...
2006 Dec 08
0
oggPCM for general data
...ort? Conrad didn't mention is explicitly, but libogg also works find on arm. For a small embedded app, I'd just compile the two source files into a static library manually. If you're not using a smart linker, you may also want #ifdef out one or both of the bitpacker implementations (oggpack*) to save additional footprint. > oggFLAC had a makefile.lite that looked geared toward embedded development > but the FLAC library size was HUGE, plus other limits. I am hoping to fit > executable on 128K of FLASH memory. FLAC isn't quite as lightweight an implementation as the othe...
2001 Jul 13
1
Got a problem (BUG?)
Hi we run a util at work called 'bounds checker' and it came up with this little beauty: void oggpack_readinit(oggpack_buffer *b,unsigned char *buf,int bytes){ memset(b,0,sizeof(oggpack_buffer)); b->buffer=b->ptr=buf; b->storage=bytes; } Stack memory overrun: Copying 20 bytes to opb; Starting offset 0, destination size 4 bytes. This is in RC1 code base. Any ideas? fixes? I'll...
2008 Mar 28
3
[PATCH] oggmerge, various
> container format are called. CMML as a timed text codec has a mime > type of text/cmml. Similarly, the textual representation of Kate > should be text/x-kate. Agree, as both of these are text. > When you encode Kate in Ogg, it would not normally be expected to come > without audio or video. Thus, if it's an audio file, it should be > video/ogg - for a video file it should
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