Re: [flac-dev] [PATCH website] Even more brands for links and sourceforge pages

2013-06-05 Thread Martijn van Beurden
On 05-06-13 00:45, Erik de Castro Lopo wrote: I notice that in the feeds/feed.xml file there is a item titled Sony launches its first FLAC-playing receiver but that does not show up on https://xiph.org/flac/news.html. Any idea what's going on here? Yeah, sure, I have that all the time. The

Re: [flac-dev] [PATCH website] Even more brands for links and sourceforge pages

2013-06-05 Thread Erik de Castro Lopo
Martijn van Beurden wrote: Yeah, sure, I have that all the time. The weird thing is that even when using Ctrl+F5, my browser (Firefox) won't reload the XML feed. You'll have to go to xiph.org/flac/feeds/feed.xml, refresh the feed there with (Ctrl+)F5, to get the new news in the browser

Re: [flac-dev] 1.3.0: Symbol visibility breaks XMMS plugin

2013-06-05 Thread Erik de Castro Lopo
Christian Weisgerber wrote: FLAC now defaults to building with -fvisibility=hidden on GCC4-ELF platforms. This breaks the XMMS plugin. At least get_iplugin_info() needs to be externally visible. Applied, thanks. Erik --

Re: [flac-dev] [PATCH] Add missing config.h includes

2013-06-05 Thread Erik de Castro Lopo
Cristian Rodríguez wrote: All C and C++ files must include config.h Applied, thanks. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list

Re: [flac-dev] [PATCH] metaflac : Fix local_strcat() to terminate string correctly.

2013-06-05 Thread Erik de Castro Lopo
Miroslav Lichvar wrote: The NUL char is written at incorrect place when the destination string is longer than 0, which causes memory corruption. It was broken by commit 2d6354ff2a618a79d40edbd4f208b4b07c5422f1. Applied. Thanks. Erik --

[flac-dev] [PATCH] Disable FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap.

2013-06-05 Thread Miroslav Lichvar
Don't use the assembly function since it seems to be slower than the current version of FLAC__bitreader_read_rice_signed_block. --- src/libFLAC/stream_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libFLAC/stream_decoder.c b/src/libFLAC/stream_decoder.c index

Re: [flac-dev] [PATCH website] Even more brands for links and sourceforge pages

2013-06-05 Thread Martijn van Beurden
On 05-06-13 10:41, Erik de Castro Lopo wrote: Have you tried replacing the GET here: xhttp.open(GET,dname,false); xhttp.send(); return xhttp.responseXML; with a POST operation instead? See the GET or POST? section of this page: Right, I didn't know about that.