Displaying 20 results from an estimated 3000 matches similar to: "Updated Visual Studio projects for liboggz"
2008 Dec 20
1
Updated Visual Studio projects for liboggz
> looks good, but I get many hunk failures when applying the patch, even
> with fuzz level 3.
>
> Could you please regenerate the patch using "svn diff"?
Hmm, that's curious, I actually generated the patch (using svn diff IIRC)
as Barry had the 'patch contains the whole file' problem (due to newline
issues, presumably).
Here it is again, against latest svn, with
2008 Dec 18
1
[PATCH] liboggz: add dirac.c as a source, not as a lib
Hi,
this patch adds dirac.c as a source file to the oggz tools,
rather than a lib. The previous would try to compile at link
time, and would not include the right -I flags, and this will
fail when including config.h in dirac.c (which will be needed
when someone else posts a patch to get liboggz to build
on win32).
I'm not toally sure why dirac.c isn't just in the sources in
liboggz rather
2008 Nov 04
3
[PATCH] liboggz: Fix Dirac bitstream parsing
Quite a while ago, the specification was modified to change the
way the nondefault scan format was signalled; this patch fixes that.
Index: liboggz/dirac.c
===================================================================
--- liboggz/dirac.c (revision 3759)
+++ liboggz/dirac.c (working copy)
@@ -122,6 +122,10 @@
1, 9, 10, 9, 10, 9, 10, 4, 3, 7, 6, 4, 3, 7, 6, 2, 2, 7, 6, 7, 6,
};
+
2016 Dec 31
2
comment writing in opus / liboggz
It seems there still isn't a tool (at least not a Xiph one) for
modifying Opus comments from the command line. I've had a go at adding
support in liboggz (which is fairly trivial, since it just means
adding recognition for the Opus stream).
That certainly works for comment editing, but I'm not sure if it's is
good enough to commit back, because timing gets reported back slightly
2016 Dec 31
2
comment writing in opus / liboggz
It seems there still isn't a tool (at least not a Xiph one) for
modifying Opus comments from the command line. I've had a go at adding
support in liboggz (which is fairly trivial, since it just means
adding recognition for the Opus stream).
That certainly works for comment editing, but I'm not sure if it's is
good enough to commit back, because timing gets reported back slightly
2018 Jul 23
2
liboggz release
Hello Silvia, ok
Enviado do meu iPhone
Em 22 de jul de 2018, à(s) 19:02, Silvia Pfeiffer <silviapfeiffer1 at gmail.com> escreveu:
> Hey Henrique,
>
> I think liboggz needs a new maintainer. Are you volunteering?
>
> Cheers,
> Silvia.
>
>
>> On Mon., 23 Jul. 2018, 6:47 am Henrique Almeida, <hdante at gmail.com> wrote:
>> Hello, there are
2005 Feb 27
3
Cygwin-bug#20050227T2233: liboggz: Missing manual pages - oggzinfo, oggzed, oggzdiff
Package: liboggz
Version: 0.9.0
Status:
Severity: normal
[Keep CC if you reply, I'm nt in this list] After porting the package to
Cygwin, some binaries do not have accompnying manual pages.
...
.inst/usr/share/man/man1/oggzdump.1.gz
.inst/usr/share/man/man1/oggzdiff.1.gz
.inst/usr/share/man/man1/oggzmerge.1.gz
.inst/usr/share/man/man1/oggzrip.1.gz
.inst/usr/include
.inst/usr/include/oggz
2018 Jul 22
2
liboggz release
Hello, there are around 30 commits in liboggz master branch that
don't have an associated release, but would be interesting to be
pushed downstream to the linux distros. Is it possible to make a new
release ?
BTW, is liboggz recommended for general vorbis comments tag editing ?
2008 Dec 16
3
liboggz: use ogg_int64_t instead of C99 int64_t for the benefit of you-can-guess-who
A widely used platform doesn't bother to have C99
integer types, so this allows building with it.
Reported by sirlemonhead on IRC.
Index: src/tools/oggz_tools.c
===================================================================
--- src/tools/oggz_tools.c (revision 3827)
+++ src/tools/oggz_tools.c (working copy)
@@ -450,7 +450,7 @@
dg->pt = (iframe + pframe) >> 9;
2016 Dec 31
3
[ogg-dev] comment writing in opus / liboggz
On 31 December 2016 at 14:03, Timothy B. Terriberry <tterribe at xiph.org> wrote:
> Ian Malone wrote:
>>
>> out, due to the Opus pre-seek, I think. Fixing that probably requires
>> adding an Opus-specific metric to liboggz, since the current default
>> linear one doesn't deal with first granule position being set. Thought
>> I'd check before getting
2012 May 16
2
Problems seeking with liboggz
Hi,
I intend to use Ogg+Speex for voice recording/playback in a VoIP app.
I am experimenting with liboggz to get acquainted with its API.
As test files I am using some Ogg-Speex files converted from WAV files
with speexenc.exe.
I wrote a little testing app in Visual Studio 2010 under Windows 7.
I defined OggzReadPage and OggzReadPacket callbacks with
oggz_set_read_page()
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
Hi,
A week or two ago Viktor Gal migrated the liboggplay source repo to
git.xiph.org, and this week I moved the liboggz and libfishsound
repositories.
You can see the git repositories available via gitweb at http://git.xiph.org/
I wrote some brief news about the move, and instructions for getting the code:
http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html
Thanks to Ralph Giles
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
Hi,
A week or two ago Viktor Gal migrated the liboggplay source repo to
git.xiph.org, and this week I moved the liboggz and libfishsound
repositories.
You can see the git repositories available via gitweb at http://git.xiph.org/
I wrote some brief news about the move, and instructions for getting the code:
http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html
Thanks to Ralph Giles
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
Hi,
A week or two ago Viktor Gal migrated the liboggplay source repo to
git.xiph.org, and this week I moved the liboggz and libfishsound
repositories.
You can see the git repositories available via gitweb at http://git.xiph.org/
I wrote some brief news about the move, and instructions for getting the code:
http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html
Thanks to Ralph Giles
2009 Apr 03
4
liboggplay, liboggz, libfishsound migrated to git.xiph.org
Hi,
A week or two ago Viktor Gal migrated the liboggplay source repo to
git.xiph.org, and this week I moved the liboggz and libfishsound
repositories.
You can see the git repositories available via gitweb at http://git.xiph.org/
I wrote some brief news about the move, and instructions for getting the code:
http://blog.kfish.org/2009/04/liboggplay-liboggz-libfishsound.html
Thanks to Ralph Giles
2008 Jul 31
1
liboggz and packets versus segments ...
I'm doing some work where narrowband speex audio capture is happening and
being written to file in the ogg container format. Later retrieval for
reading will occur too.
I've been using liboggz to do the file reading and writing and have
obviously come across some things I don't seem to follow or have just got
wrong.
I can happily generate an ogg file using liboggz with some test
2012 May 21
1
Problems seeking with liboggz
Hi,
The Ogg-Speex test file I used is CBR. I am sure of that by running oggz-dump on the file and confirming that all audio packets have 38 bytes; that means (for narrowband) a constant 15 Kbps.
I wrote a very basic test program in Visual Studio 2010 that demonstrates the strange behaviour I mentioned.
The output shows that the audio file has 8 pages, 6 of them
2008 Dec 16
1
liboggz: use ogg_int64_t instead of C99 int64_t for the benefit of you-can-guess-who
> Since these are the only two uses of int64_t instead of ogg_int64_t in
> liboggz, please commit.
In svn. Didn't get the OK from Conrad from committing to his software,
hope it's OK kfish ^_^
2013 Mar 10
1
liboggz patch for better 64-bit support
This patch should improve support for large files in liboggz and oggz-tools
on Windows.
I'm not hugely confident about this patch, since I'm not set up for actual
testing under Windows, but I was at least able to resolve issues with
merging large files under Wine.
--Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 Jul 25
1
liboggz release
Henrique Almeida wrote:
> So, do I have to sign anything ?
No. We're currently discussing how to actually do this in #xiph on
freenode. Most Xiph projects have migrated to
<https://gitlab.xiph.org/>, but not liboggz, which means it's not a
simple matter of making you a Gitlab account with the appropriate
permissions. Feel free to join us there. Also CCing TD-Linux who may be