search for: stream_encoder_framing

Displaying 20 results from an estimated 28 matches for "stream_encoder_framing".

2013 Mar 11
0
flac 1.3.0pre2 pre-release
...lved external symbol _FLAC__bitreader_get_input_bits_unconsumed G:\Programming\flac-1.3.0pre2\src\flac\libFLAC_static.lib(stream_decoder.obj) flac Error 5 error LNK2001: unresolved external symbol _FLAC__bitwriter_write_raw_uint64 G:\Programming\flac-1.3.0pre2\src\flac\libFLAC_static.lib(stream_encoder_framing.obj) flac Error 6 error LNK2001: unresolved external symbol _FLAC__bitwriter_write_raw_int32 G:\Programming\flac-1.3.0pre2\src\flac\libFLAC_static.lib(stream_encoder_framing.obj) flac Error 7 error LNK2001: unresolved external symbol _FLAC__bitwriter_write_byte_block G:\Programmin...
2013 Mar 11
2
flac 1.3.0pre2 pre-release
Janne Hyv?rinen wrote: > Here's a patch that fixes the creation of larger than 2 GB FLAC files. > Without this patch both GCC and MSVC compiles of FLAC will fail on > Windows when they have written 2 GB file while encoding from stdin. And > after 4GB when encoding from WAV file. Ok. > It includes Ben Allison's MSVC changes and JonY's MinGW changes with > some
2013 Apr 05
0
flac 1.3.0pre3 pre-release
...> global declaration [-Wshadow] > CC stream_decoder.lo > stream_decoder.c: In function 'read_metadata_cuesheet_': > stream_decoder.c:1808:43: warning: declaration of 'index' shadows a > global declaration [-Wshadow] > CC stream_encoder.lo > CC stream_encoder_framing.lo > stream_encoder_framing.c: In function 'FLAC__add_metadata_block': > stream_encoder_framing.c:164:49: warning: declaration of 'index' > shadows a global declaration [-Wshadow] > [...] > CC decode.o > decode.c: In function ?write_callback?: > decode.c:...
2013 Mar 12
3
Can't cross-compile from git now.
...LAGS="$xiph_stack_check_old_cflags $SSP_FLAGS", AC_MSG_RESULT([no]) CFLAGS="$xiph_stack_check_old_cflags" ) ])# XIPH_GCC_STACK_PROTECTOR For the Linux -> Windows cross compile for instance, this detects SSP as working, but when I compile it fails with: CC stream_encoder_framing.lo CC window.lo CCLD libFLAC.la Creating library file: .libs/libFLAC.dll.a .libs/metadata_iterators.o:metadata_iterators.c:(.text+0x8d): undefined reference to `___stack_chk_guard' .libs/metadata_iterators.o:metadata_iterators.c:(.text+0x121): undefined reference to `___stac...
2004 Sep 10
2
1.0 candidate checked in
On Fri, Jul 20, 2001 at 03:01:54PM -0700, Josh Coalson wrote: > --- Matt Zimmerman <mdz@debian.org> wrote: > > > > automake will include ltmain.sh in the source distribution, so it > > should be > > used even if it isn't installed on the build system. In fact, it > > seems to > > always use the distributed version, and not the installed one
2004 Sep 10
2
1.0 candidate checked in
...-DFLAC__CPU_IA32=1 -DFLAC__ALIGN_MALLOC_DATA=1 -DFLAC__HAS_NASM=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -I./include -I ../../include -Wall -W -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops -finline-functions -Winline -DFLaC__INLINE=__inline__ -g -O2 -c stream_encoder_framing.c gcc -DPACKAGE=\"flac\" -DVERSION=\"1.0\" -DFLAC__CPU_IA32=1 -DFLAC__ALIGN_MALLOC_DATA=1 -DFLAC__HAS_NASM=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -I./include -I ../../include -Wall -W -O3 -DNDEBUG -fomit-frame-pointer -funroll-loops -finli...
2014 Jun 20
2
Lets work towards a new version
On Fri, Jun 20, 2014 at 1:05 AM, lvqcl <lvqcl.mail at gmail.com> wrote: > I cannot find anything about the size of METADATA_BLOCK_PICTURE block > in <http://xiph.org/flac/format.html>. Where did you read this? > METADATA_BLOCK_HEADER has a 24-bit field to encode the length of METADATA_BLOCK_DATA ; hence the limitation (which not only applies to METADATA_BLOCK_PICTURE but all
2005 Oct 23
1
Compile error on PPC linux
Hi, I am using a ppc-32bit version of linux called crux, with kernel 2.6.12.5 binutils version is 2.16.1 How can i get past this error..??? /usr/bin/ld -r -o .libs/libFLAC.la-19.o .libs/stream_encoder_framing.o .libs/libFLAC.la-18.o gcc -shared .libs/libFLAC.la-19.o -lm -maltivec -mabi=altivec -mcpu=powerpc -Wl,-read_only_relocs -Wl,warning -Wl,-soname -Wl,libFLAC.so.7 -o .libs/libFLAC.so.7.0.0 /usr/bin/ld: bad -rpath option collect2: ld returned 1 exit status make[4]: *** [libFLAC.la] Error 1 make[4]...
2012 Apr 05
2
[PATCH 2/2] V2: Use a single definition of MIN and MAX in sources
.../private/macros.h | 29 ++++++++++++++++++++ src/libFLAC/metadata_iterators.c | 17 +++--------- src/libFLAC/ogg_decoder_aspect.c | 7 ++--- src/libFLAC/stream_decoder.c | 8 ++---- src/libFLAC/stream_encoder.c | 49 ++++++++++++++-------------------- src/libFLAC/stream_encoder_framing.c | 5 ---- 11 files changed, 77 insertions(+), 91 deletions(-) create mode 100644 src/libFLAC/include/private/macros.h diff --git a/configure.ac b/configure.ac index d2501bb..7627fb7 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,10 @@ AC_INIT(src/flac/main.c) AM_INIT_AUTOMAKE(fla...
2006 Jul 11
3
Building a Rice Encoder/Decoder from FLAC
Hi all, I am interested in building a stand alone Rice Encoder/Decoder, using FLAC source code as a starting point. I've read the theory behind it, and I am very interested in info theory. However, I am struggling with how exactly I would implement the theory in code. I'm a newbie to computer science (only 1 year experience). I have read the format and documentation links on the FLAC
2004 Sep 10
3
getting framesize in client
...files isn't including of config.h. > Which ones? I hope, i see right, bitbuffer.c bitmath.c cpu.c crc.c file_decoder.c file_encoder.c fixed.c format.c lpc.c memory.c metadata_iterators.c metadata_object.c seekable_stream_decoder.c seekable_stream_encoder.c stream_decoder.c stream_encoder.c stream_encoder_framing.c -- Miroslav Lichvar
2004 Sep 10
2
stat() and Windows
...File # Begin Source File SOURCE=.\seek_table.c # End Source File # Begin Source File SOURCE=.\seekable_stream_decoder.c # End Source File # Begin Source File SOURCE=.\stream_decoder.c # End Source File # Begin Source File SOURCE=.\stream_encoder.c # End Source File # Begin Source File SOURCE=.\stream_encoder_framing.c # End Source File # Begin Source File SOURCE=.\utility.c # End Source File # End Group # Begin Group "Header" # PROP Default_Filter "h" # Begin Source File SOURCE=.\include\private\bitbuffer.h # End Source File # Begin Source File SOURCE=.\include\private\bitmath.h # End S...
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
...=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT stream_encoder_framing.lo -MD -MP -MF ".deps/stream_encoder_framing.Tpo" -c -o stream_encoder_framing.lo stream_encoder_framing.c; \ then mv -f ".deps/stream_encoder_framing.Tpo" ".deps/stream_encoder_framing.Plo"; else rm -f ".deps/stream_encoder_framing.Tpo"; exit 1; fi /opt/cr...
2004 Sep 10
0
getting framesize in client
...itbuffer.c > bitmath.c > cpu.c > crc.c > file_decoder.c > file_encoder.c > fixed.c > format.c > lpc.c > memory.c > metadata_iterators.c > metadata_object.c > seekable_stream_decoder.c > seekable_stream_encoder.c > stream_decoder.c > stream_encoder.c > stream_encoder_framing.c I don't think they are required in all those; I will make a pass over the source soon to check that it is included where it needs to be. Josh __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2
2006 Jul 11
0
Building a Rice Encoder/Decoder from FLAC
...libFLAC src code), but its really confusing to someone who just learned > what ./configure meant today. Well, configure is obfuscating, but that's not really the problem. You're on the right track; the rice encode/decode stuff is all in libFLAC/stream_decoder.c, stream_encoder.c, and stream_encoder_framing.c. The decoder routine read_residual_partitioned_rice_() might be a good place to start. FLAC is highly modular code with lots of interfaces and abstraction layers; it takes lots of tracing to follow the flow and sort out the actual implementation. Keep at it though; it's good practice. >...
2016 Jan 08
1
warning: inlining failed in call to 'FLAC__bitwriter_write_raw_uint32.constprop':
Building with MinGW-w64 GCC 5.3.0 via Makefile.lite, I get the following warnings: bitwriter.c: In function 'FLAC__bitwriter_write_utf8_uint64': bitwriter.c:324:19: warning: inlining failed in call to 'FLAC__bitwriter_write_raw_uint32.constprop': --param large-function-growth limit reached [-Winline] inline FLAC__bool FLAC__bitwriter_write_raw_uint32(FLAC__BitWriter *bw,
2006 Jul 11
2
Building a Rice Encoder/Decoder from FLAC
...nfusing to someone who just > learned > > what ./configure meant today. > > Well, configure is obfuscating, but that's not really the problem. > > You're on the right track; the rice encode/decode stuff is all > in libFLAC/stream_decoder.c, stream_encoder.c, and > stream_encoder_framing.c. The decoder routine > read_residual_partitioned_rice_() might be a good place to start. > > FLAC is highly modular code with lots of interfaces and abstraction > layers; it takes lots of tracing to follow the flow and sort out > the actual implementation. Keep at it though; it'...
2004 Sep 10
2
getting framesize in client
I have few notes: It seems there is changed API in CVS again. So, what about adding function like unsigned FLAC__format_frame_size(const FLAC__Frame *frame) which returns size of the frame in bytes. This can be useful, for example, in xmms plugin to display current bitrate like vorbis plugin does. If 'PERFORMER' field is missing in vorbis comment, it would be nice to display
2012 Dec 03
0
[PATCH 3/5] Hide symbols with gcc.
.../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_SOURCES = \ + +libFLAC_sources = \ bitmath.c \ bitreader.c \ bitwriter.c \ @@ -125,3 +127,9 @@ libFLAC_la_SOURCES = \ stream_encoder_framing.c \ window.c \ $(extra_ogg_sources) + +libFLAC_la_SOURCES = $(libFLAC_sources) + +# needed for test_libFLAC +libFLAC_static_la_LIBADD = $(LOCAL_EXTRA_LIBADD) +libFLAC_static_la_SOURCES = $(libFLAC_sources) diff --git a/src/test_libFLAC/Makefile.am b/src/test_libFLAC/Makefile.am index 91a57fb..e...
2013 Mar 12
2
Can't cross-compile from git now.
Erik de Castro Lopo wrote: > JonY wrote: > > > Please do a link time test instead, I am not getting this error and > > would like to keep stack protector on. > > I'll write an m4 macro. I have attampted to write a macro that reliably detects the availability of stack smash protection. I currently have two configurations where my detection says that SSP is available