Displaying 13 results from an estimated 13 matches for "plugin_winamp2".
2012 Mar 29
4
[GIT PULL] Assorted bugfixes and improvements (from openSUSE)
...n_common/plugin_common_static.vcproj | 209 ------
src/plugin_common/replaygain.c | 64 --
src/plugin_common/replaygain.h | 32 -
src/plugin_common/tags.c | 358 ---------
src/plugin_common/tags.h | 74 --
src/plugin_winamp2/Makefile.am | 33 -
src/plugin_winamp2/configure.c | 428 -----------
src/plugin_winamp2/configure.h | 49 --
src/plugin_winamp2/in_flac.c | 443 ------------
src/plugin_winamp2/in_flac.dsp | 154 ----
src...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...cation, use _CRT_SECURE_NO_DEPRECATE. See
online help for details.'
14>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\flac\main.c(1533)
: warning C4996: 'strerror' was declared deprecated
15>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\plugin_winamp2\tagz.cpp(57)
: error C2665: 'swprintf' : none of the 2 overloads could convert all the
argument types
14> c:\program files\microsoft visual studio
8\vc\include\string.h(125) : see declaration of 'strerror'
15> c:\program files\microsoft visual studio
8\vc\inc...
2004 Sep 10
2
Re: beta 10 candidate checked in
...de/protected/Makefile.am flac+mdz/src/libFLAC/include/protected/Makefile.am
--- flac/src/libFLAC/include/protected/Makefile.am Wed Dec 31 19:00:00 1969
+++ flac+mdz/src/libFLAC/include/protected/Makefile.am Thu May 31 04:49:08 2001
@@ -0,0 +1 @@
+noinst_HEADERS = stream_decoder.h
diff -ruN flac/src/plugin_winamp2/Makefile.am flac+mdz/src/plugin_winamp2/Makefile.am
--- flac/src/plugin_winamp2/Makefile.am Wed Dec 31 19:00:00 1969
+++ flac+mdz/src/plugin_winamp2/Makefile.am Thu May 31 04:49:08 2001
@@ -0,0 +1,4 @@
+EXTRA_DIST = Makefile.vc \
+ in2.h \
+ in_flac.c \
+ out.h
diff -ruN flac/src/plugin_winamp3/Mak...
2004 Sep 10
2
Re: beta 10 candidate checked in
--- Christian Weisgerber <naddy@mips.inka.de> wrote:
> Josh Coalson <xflac@yahoo.com> wrote:
>
> > I have checked in all the latest into CVS and am going to start the
> > test suite again. if all goes well I will probably release this as
> > beta 10.
>
> What's the sequence of steps required to turn this into a buildable
> distribution?
>
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
...bs
rm -f *.lo
rm -f
rm -f libtool
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[5]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_grabbag'
rm -f Makefile
make[4]: Leaving directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/test_grabbag'
Making distclean in plugin_winamp2
make[4]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_winamp2'
Making distclean in include
make[5]: Entering directory `/home/rba/UPnPTVStack/lgpl-code/flac-1.1.2/src/plugin_winamp2/include'
Making distclean in winamp2
make[6]: Entering directory `/home/rba/UPnP...
2013 Mar 17
1
Patch to remove the dead in_flac project from the MSVC solution
...Sat Mar 16 19:14:43 2013
@@ -57,14 +57,6 @@ Project("{4cefbc7c-c215-11db-8314-080020
{4cefbc89-c215-11db-8314-0800200c9a66} = {4cefbc89-c215-11db-8314-0800200c9a66}
EndProjectSection
EndProject
-Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") = "in_flac", "src\plugin_winamp2\in_flac.vcproj", "{4cefbc82-c215-11db-8314-0800200c9a66}"
- ProjectSection(ProjectDependencies) = postProject
- {4cefbc84-c215-11db-8314-0800200c9a66} = {4cefbc84-c215-11db-8314-0800200c9a66}
- {4cefbc8a-c215-11db-8314-0800200c9a66} = {4cefbc8a-c215-11db-8314-0800200c9a66}
- {4cef...
2004 Sep 10
0
[Flac-users] Extending mp3/ogg application to play flac
...s in a FLAC frame can vary, your write callback
will probably have to write to an intermediate buffer. the same
thing has to happen in the winamp2 plugin, so you can look at that
code for an example (search for reservoir_ and SAMPLES_PER_WRITE).
http://cvs.sourceforge.net/viewcvs.py/flac/flac/src/plugin_winamp2/in_flac.c?view=markup
Josh
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
2004 Sep 10
2
[Flac-users] Extending mp3/ogg application to play flac
Hello,
Flac is great and I have encoded all my "good" CDs into it!
Now I want to extend an existing application able to decode mp3 and ogg
vorbis to replay flac as well. It is a plugin to a set top box
application on Linux (VDR).
The existing code decodes into a mad_pcm structure using mad fixed point
format (mad_fixed_t).
I have read the API of libFlac++ and I understand what I have
2004 Sep 10
1
Patch for building on IRIX
.../Makefile
? src/libOggFLAC/include/protected/Makefile
? src/libOggFLAC++/Makefile
? src/metaflac/Makefile
? src/metaflac/metaflac
? src/monkeys_audio_utilities/Makefile
? src/monkeys_audio_utilities/flac_mac/Makefile
? src/monkeys_audio_utilities/flac_ren/Makefile
? src/plugin_common/Makefile
? src/plugin_winamp2/Makefile
? src/plugin_winamp3/Makefile
? src/plugin_xmms/Makefile
? src/share/Makefile
? src/test_libFLAC/Makefile
? src/test_libFLAC/test_libFLAC
? src/test_libFLAC++/Makefile
? src/test_libFLAC++/test_libFLAC++
? src/test_libOggFLAC/Makefile
? src/test_libOggFLAC/test_libOggFLAC
? src/test_libOgg...
2004 Sep 10
2
stat() and Windows
...So would it be possible to
change stat() and struct stat ?
I did the following in the code :
#define STAT(x,y) _stat(x,y)
typedef struct stat STRUCT_STAT;
and then replace the corresponding code in src/flac/file.c ,
src/libFLAC/file_decoder.c , monkeys_audio_utilities/flac_ren/main.c and
src/plugin_winamp2/in_flac.c
I also attach a Visual Studio 5 .dsp file to create the libFLAC.lib. It
should also work on VS6. If you need help to build the DLL (I saw that
on the TODO of the website) I could provide what is needed too.
-------------- next part --------------
# Microsoft Developer Studio Project Fi...
2004 Sep 10
0
FLAC 1.0.4 beta released
...c/metaflac/Makefile
config.status: creating src/monkeys_audio_utilities/flac_mac/Makefile
config.status: creating src/monkeys_audio_utilities/flac_ren/Makefile
config.status: creating src/monkeys_audio_utilities/Makefile
config.status: creating src/plugin_common/Makefile
config.status: creating src/plugin_winamp2/Makefile
config.status: creating src/plugin_winamp3/Makefile
config.status: creating src/plugin_xmms/Makefile
config.status: creating src/share/Makefile
config.status: creating src/test_libFLAC/Makefile
config.status: creating src/test_libFLAC++/Makefile
config.status: creating src/test_libOggFLAC/...
2008 Dec 10
2
Possible (bug) in winamp in_flac.dll decoder
Hello,
I'm not sure if this is the right place to post my problem to, i'm not a
developer but a user experiencing
a possible bug in the flac decoder.
using winamp 2.81 + in_flac.dll (tryed different versions eg 1.12 and 1.21)
+ Electri Q Winamp DSP plugin (all versions affected)
Winamp crashes just before flac track ends (next track is also flac track)
does NOT crash when playing mp3
2004 Sep 10
5
FLAC 1.0.4 beta released
All,
I have just finished uploading the source release for FLAC 1.0.4 beta
to Sourceforge; there are no binary releases. See the included
doc/html/news.html for the changes since 1.0.3; there are quite a few.
http://prdownloads.sourceforge.net/flac/flac-1.0.4_beta-src.tar.gz?download
Please beat up on this as much as possible in the next week or two and
try and turn up bugs. Here's a