Displaying 20 results from an estimated 22 matches for "ogg_map".
Did you mean:
gc_map
2014 May 03
1
ogg_mapping.c
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Why is ogg_mapping.c full of variables? Why not macros?
- --
O< ascii ribbon - stop html email! - www.asciiribbon.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (MingW32)
iQEcBAEBAgAGBQJTZK5cAAoJEOs4Jb6SI2Cw5dkH/jbXCMBq8hpZzggt7UKImZbc
VXcJ4u7gDTJNXvV0vhkdM4VKpRjlk4DjvNNsqJ2xaUsktRpRqL5EMOP061VtKW...
2012 Dec 08
0
[PATCH] Fix a copy & paste error in a comment.
---
src/libFLAC/include/private/ogg_mapping.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libFLAC/include/private/ogg_mapping.h b/src/libFLAC/include/private/ogg_mapping.h
index b8f2d2f..4e3bdea 100644
--- a/src/libFLAC/include/private/ogg_mapping.h
+++ b/src/libFLAC/include/private/ogg_mapping.h
@@ -29,...
2014 May 04
0
Building FLAC with LTO
...KP1O2ahUfbQ5gFmZyMFlronigBbSpsz8Q0HjH0puG/nzsE1c9Iop
Db6il2GXNIkuXpp+Jbxj153zvFYBqjvk48fKMvMtQeWSaOh7/2AphFvG5VmeXE0+
ZzPJOInTdowjJem9c8dT1feJpdYU5tHKXGu1DCuj7xNWncq/1FjcV3N3vrMjvwg=
=a05t
-----END PGP SIGNATURE-----
-------------- next part --------------
--- flac-1.3.0/src/libFLAC/include/private/ogg_mapping.h.orig 2013-05-26 09:30:33.932201700 +0000
+++ flac-1.3.0/src/libFLAC/include/private/ogg_mapping.h 2014-05-03 09:05:25.669393200 +0000
@@ -38,27 +38,28 @@
/** The length of the packet type field in bytes. */
#define FLAC__OGG_MAPPING_PACKET_TYPE_LENGTH (1u)
-extern const unsigned FLAC__OGG...
2008 Feb 11
0
What is the magic code for Ogg FLAC?
Josh Coalson <xflac@yahoo.com> wrote:
> I think everything you need is here:
> http://flac.sourceforge.net/ogg_mapping.html
" Ivo Emanuel Gon?alves " <justivo@gmail.com> wrote:
> I'd say it had enough info, but too much for what I needed. I ended
> up finding the answer in oggenc/flac.c: it's "\177FLAC" not "fLaC" as
> ogginfo claimed.
>
> Is this ri...
2012 Jun 27
1
Failed win32 build
Hello,
While building from git, I'm getting the following failure (help please):
CC ogg_mapping.lo
CCLD libFLAC.la
Creating library file: .libs/libFLAC.dll.a
.libs/bitreader.o: In function `FLAC__clz_soft_uint32':
./include/private/bitmath.h:46: multiple definition of `_FLAC__clz_soft_uint32'
.libs/bitmath.o:./include/private/bitmath.h:46: first defined here
.libs/fixed.o: In...
2013 May 15
0
[PATCH] Fix dead links and update news
...xes or removes them.
---
developers.html | 2 +-
documentation_tasks.html | 2 +-
download.html | 12 ++++++------
faq.html | 2 +-
features.html | 2 +-
feeds/feed.xml | 8 ++++++++
format.html | 8 ++++----
ogg_mapping.html | 4 ++--
8 files changed, 24 insertions(+), 16 deletions(-)
diff --git a/developers.html b/developers.html
index 87f0a9a..9387cd3 100644
--- a/developers.html
+++ b/developers.html
@@ -102,7 +102,7 @@
<b>Anti-goals</b><br />
<ul>
<li>
-...
2013 May 15
0
[PATCH 2/2] Fix dead links and update news
...s or removes them.
---
developers.html | 2 +-
documentation_tasks.html | 2 +-
download.html | 14 +++++++-------
faq.html | 2 +-
features.html | 2 +-
feeds/feed.xml | 8 ++++++++
format.html | 8 ++++----
ogg_mapping.html | 4 ++--
8 files changed, 25 insertions(+), 17 deletions(-)
diff --git a/developers.html b/developers.html
index 149b6b5..999a25b 100644
--- a/developers.html
+++ b/developers.html
@@ -102,7 +102,7 @@
<b>Anti-goals</b><br />
<ul>
<li>
-...
2005 Mar 01
1
Re: FLAC 1.1.2 released
--- Christian Weisgerber <naddy@mips.inka.de> wrote:
> Josh Coalson <xflac@yahoo.com> wrote:
>
> > FLAC 1.1.2 has been released. See the news item for full details:
>
> In doc/html, the api documentation is only installed if doxygen is
> installed. Is this correct? I thought, doxygen was only required
> to _build_ the api docs, but the package already comes
2005 Oct 04
0
Flac and OggFlac
...ge boundary so you can't
extract the frame that way. best to use an ogg decoder to
recover pages, then packets. then you don't even need to
decode the flac frames.
unless there is another reason you need that kind of functionality?
(p.s. this might also help:
http://flac.sourceforge.net/ogg_mapping.html)
> 2) I have registered a metadata callback function with
> OggFLAC__seekable_stream_decoder_set_metadata_callback and
> I'm looking at the metadata struct being passed back. When
> using regular FLAC the field:
>
> metadata->data.stream_i...
2012 Dec 03
0
[PATCH 5/5] Update library version-info.
...-info 9:0:3 @LT_NO_UNDEFINED@
libFLAC___la_LIBADD = ../libFLAC/libFLAC.la
libFLAC___la_SOURCES = \
diff --git a/src/libFLAC/Makefile.am b/src/libFLAC/Makefile.am
index a63a3d0..13ab593 100644
--- a/src/libFLAC/Makefile.am
+++ b/src/libFLAC/Makefile.am
@@ -106,7 +106,7 @@ extra_ogg_sources = \
ogg_mapping.c
endif
# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
-libFLAC_la_LDFLAGS = -version-info 10:0:2 $(LOCAL_EXTRA_LDFLAGS) @LT_NO_UNDEFINED@
+libFLAC_la_LDFLAGS = -version-info 11:0:3 $(LOCAL_EXTRA_LDFLAGS) @LT_NO_UNDEFINED@...
2008 Feb 11
2
What is the magic code for Ogg FLAC?
Hello,
I just noticed that ogginfo is not properly detecting Ogg FLAC files.
To fix the issue I will need to know what is the correct magic for Ogg
FLAC and how big are the packet bytes.
Please advise.
-Ivo
2009 Aug 05
2
FLAC 1.2.1 on OS X 10.4.11
...ibs/float.o .libs/
format.o .libs/lpc.o .libs/md5.o .libs/memory.o .libs/
metadata_iterators.o .libs/metadata_object.o .libs/
stream_decoder.o .libs/stream_encoder.o .libs/
stream_encoder_framing.o .libs/window.o .libs/
ogg_decoder_aspect.o .libs/ogg_encoder_aspect.o .libs/
ogg_helper.o .libs/ogg_mapping.o .libs/libFLAC.lax/libFLAC-asm.a/
bitreader_asm.o .libs/libFLAC.lax/libFLAC-asm.a/cpu_asm.o .libs/
libFLAC.lax/libFLAC-asm.a/fixed_asm.o .libs/libFLAC.lax/libFLAC-asm.a/
lpc_asm.o .libs/libFLAC.lax/libFLAC-asm.a/stream_encoder_asm.o -lm /
usr/local/lib/libogg.dylib -install_name /usr/...
2008 Feb 27
2
Re: Updating the Ogg mapping for Dirac
...eference would be for a bos page which the following are easily parseable:
Ogg/Dirac mapping version (versioning for this mapping, not for Dirac codec)
Framerate
Granuleshift (unless invariant in this ogg mapping)
These ideas are partly based on FLAC's Ogg mapping:
http://flac.sourceforge.net/ogg_mapping.html
An "extra headers field" (like in FLAC and Speex) could be useful for
forwards-compatibility, eg. if there could be a vorbiscomments packet
in future.
cheers,
Conrad.
>
>
> -r
>
> [1] http://wiki.xiph.org/OggDirac
>
>
2012 Apr 05
2
[PATCH 2/2] V2: Use a single definition of MIN and MAX in sources
...bFLAC/ogg_decoder_aspect.c b/src/libFLAC/ogg_decoder_aspect.c
index 0e8519c..f67fb40 100644
--- a/src/libFLAC/ogg_decoder_aspect.c
+++ b/src/libFLAC/ogg_decoder_aspect.c
@@ -37,11 +37,8 @@
#include "FLAC/assert.h"
#include "private/ogg_decoder_aspect.h"
#include "private/ogg_mapping.h"
+#include "private/macros.h"
-#ifdef max
-#undef max
-#endif
-#define max(x,y) ((x)>(y)?(x):(y))
/***********************************************************************
*
@@ -210,7 +207,7 @@ FLAC__OggDecoderAspectReadStatus FLAC__ogg_decoder_aspect_read_callback_wra...
2013 Jan 01
0
[PATCH] Added some news (including FLAC development moving to Xiph.org), replaced cvs-links by git-links and changing most links to the bug tracker with the new sourceforge link-style (for example replaced http://sourceforge.net/tracker/.... with
...n_example_code.html">Example Code</a> - Some simple example programs demonstrating the use of libFLAC and libFLAC++.</li>
- <li><a href="format.html">FLAC Format Specification</a> - The formal specification.</li>
- <li><a href="ogg_mapping.html">Ogg FLAC Mapping</a> - How FLAC should be embedded in an Ogg container.</li>
- <li><a href="id.html">ID Registration</a> - Register an ID if you need to write custom metadata.</li>
- <li><a href="http://sourceforge.ne...
2005 Oct 03
3
Flac and OggFlac
HI all,
I have already added FLAC support to libsndfile and I am now
working on adding support for OggFLAC. I have a couple of
question about things that seem radically different between
regular FLAC and OggFLAC.
1) FLAC has a function:
FLAC__seekable_stream_decoder_get_decode_position
but there seems to be no corresponding function:
2012 Dec 03
4
[PATCH 1/5] Remove old GNU-stack sections from nasm files.
They are not needed since the section is defined in nasm.h.
---
src/libFLAC/ia32/bitreader_asm.nasm | 4 ----
src/libFLAC/ia32/cpu_asm.nasm | 4 ----
src/libFLAC/ia32/fixed_asm.nasm | 4 ----
src/libFLAC/ia32/lpc_asm.nasm | 4 ----
src/libFLAC/ia32/stream_encoder_asm.nasm | 4 ----
5 files changed, 20 deletions(-)
diff --git
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
[I'm not online regularly, so don't include me in any replies.
And I'm not sure if the vorbis or the flac list, or something
else, is more suitable for the following, so bear with me]
Moin, moin.
I used a recent ogg123 to play back a FLAC file I had created,
and saw it wasn't able to seek within the file. So, I thought
to myself, why not try out an OggFLAC file, so I created
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
[I'm not online regularly, so don't include me in any replies.
And I'm not sure if the vorbis or the flac list, or something
else, is more suitable for the following, so bear with me]
Moin, moin.
I used a recent ogg123 to play back a FLAC file I had created,
and saw it wasn't able to seek within the file. So, I thought
to myself, why not try out an OggFLAC file, so I created
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...include -I$(OGG_INCLUDE_DIR)
+INCLUDES = -I./include -I$(topdir)/include $(OGG_INCLUDES)
DEBUG_CFLAGS = -DFLAC__OVERFLOW_DETECT
ifeq ($(OS),Darwin)
@@ -65,6 +71,12 @@ SRCS_NASM = \
endif
endif
+OGG_SRCS_C = \
+ ogg_decoder_aspect.c \
+ ogg_encoder_aspect.c \
+ ogg_helper.c \
+ ogg_mapping.c
+
SRCS_C = \
bitmath.c \
bitreader.c \
@@ -79,14 +91,11 @@ SRCS_C = \
memory.c \
metadata_iterators.c \
metadata_object.c \
- ogg_decoder_aspect.c \
- ogg_encoder_aspect.c \
- ogg_helper.c \
- ogg_mapping.c \
stream_decoder.c \
stream_en...