search for: oggpackb_write

Displaying 2 results from an estimated 2 matches for "oggpackb_write".

2008 Mar 31
1
Problem creating ogg comment header for theatrical/stage/disco lighting stream
...s not write the second byte to the ogg buffer. I am using windows and have created a new win32 library project with visual studio and added my code, what do i have to do to get the function working? Is there a project preset I have to change? or something else? I can manualy add to ogg buffer like oggpackB_write(opb, 55, 8) ok, so it's not the buffer that's the problem but the part where it's bit-shifting the second line in the function. I have taken the code from Theora library as it's closer to using libogg2 than vorbis library. Vorbis is working ok in my application but have yet to inclu...
2003 Feb 23
6
More Missing Pieces
Hi, I am making good progress on understanding, documenting, and re-implementing VP3. I have found some more deadwood in the decoder code and I just wanted to verify that it really has no place: * Version 3.3 tables: There are 2 sets of VLCs: One for v3.1 and one for v3.3. The v3.1 set is always selected. Are the v3.3 tables in production, or will they ever be? * DC Search Points: VP3