Displaying 15 results from an estimated 15 matches for "is_playable".
Did you mean:
displayable
2004 Sep 10
4
xmms-plugin problems
Hi,
i'm using xmms-plugin from flac-0.9, i found following problems.
Back-seeking cause, that .flac is not played all. It's caused by
StreamDecoderPrivate variable samples_decoded and function
stream_decoder_frame_sync_, which compare it against whole length of stream.
I don't know what is meaning of this varible (samples decoded from last reset
or for whole life of decoder). So i
2012 May 27
1
Thread Problem.
I have been working on a game for a while now and noticed that using your
library to stream music created a graphical problem while the screen would
scroll. (certain tiles would flicker to be more specific). I found that if
I don't play music this problem doesn't occur. Another developer suggested
that if I can lower the priority (thread priority) of the music this could
fix the problem.
2004 Sep 10
2
getting framesize in client
On Fri, Nov 08, 2002 at 07:12:35PM -0800, Josh Coalson wrote:
> Yeah, it's useful, so now there is a
> FLAC__seekable_stream_decoder_get_decode_position() and
> FLAC__file_decoder_get_decode_position(). I haven't documented
> them yet but you can see an example in
> src/metaflac/operations_shorthand_seektable.c where I use it
> during seektable creation.
Ok, here is
2004 Sep 10
0
getting framesize in client
On Sat, Nov 09, 2002 at 06:02:33PM +0100, Miroslav Lichvar wrote:
> On Fri, Nov 08, 2002 at 07:12:35PM -0800, Josh Coalson wrote:
> > Yeah, it's useful, so now there is a
> > FLAC__seekable_stream_decoder_get_decode_position() and
> > FLAC__file_decoder_get_decode_position(). I haven't documented
> > them yet but you can see an example in
> >
2007 Aug 16
0
Branch 'vivi' - 18 commits - configure.ac doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_types.h libswfdec/swfdec_player.c vivified/core vivified/ui
configure.ac | 2
doc/swfdec-sections.txt | 1
libswfdec/swfdec_as_context.c | 2
libswfdec/swfdec_as_frame.c | 37 ++++++++++++---
libswfdec/swfdec_as_frame.h | 1
libswfdec/swfdec_as_types.h | 5 +-
libswfdec/swfdec_player.c | 2
vivified/core/Makefile.am | 1
vivified/core/vivi_application.c | 68
2007 Aug 14
0
Branch 'vivi' - 11 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h vivified/core
libswfdec-gtk/swfdec_gtk_widget.c | 2
libswfdec/Makefile.am | 4 -
libswfdec/swfdec.h | 2
libswfdec/swfdec_player.c | 26 ++++++-
libswfdec/swfdec_player_internal.h | 2
vivified/core/Makefile.am | 5 +
vivified/core/vivi_application.c | 39 +++++++++-
vivified/core/vivi_application.h | 5 +
2004 Aug 06
0
Icecast2 Ogg Clients
...gin actually only grabs .mp3 extentions and also urls without
extensions. So it's not entirely correct to say that the mp3 input plugin
grabs everything except .ogg. When winamp is told to play a file, it will
pass the URL to each of the input plugins (via a call to the
input-plugin-coded is_playable() function. If the input plugin returns 1
from this call, then that input plugin is invoked. Now I'm not sure in
which order the input plugins are called, but I thought the mp3 input was
invoked last as a sort of catch-all "if nothing else matches, lets try to
assume it's a mp3 s...
2004 Sep 10
3
getting framesize in client
On Fri, Nov 08, 2002 at 12:39:52PM -0800, Josh Coalson wrote:
> --- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote:
> > 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
2007 Aug 13
0
Branch 'vivi' - 24 commits - configure.ac libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_tag.h vivified/core vivified/dock vivified/ui
configure.ac | 1
libswfdec/swfdec_sprite_movie.c | 60 --------------
libswfdec/swfdec_tag.c | 152 ++++++++++++++++++++++++++++--------
libswfdec/swfdec_tag.h | 5 +
vivified/core/Makefile.am | 5 +
vivified/core/vivi_application.c | 97 ++++++++++++++++++----
vivified/core/vivi_application.h | 3
2004 Aug 06
2
Icecast2 Ogg Clients
> They should. A large number of them are horribly broken (I don't know about
> audion, but in the case of both xmms and winamp, the plugin API is designed
> such that the _plugin_ has to do the HTTP streaming itself - and the plugin
> has to decide whether to handle the play request _before_ it actually starts
> the request. I believe this was fixed in winamp3, but winamp3
2005 May 25
0
[PATCH] Fix fuction prototypes/definitions with void argument
Hi,
the patch below fixes function prototypes/defintions with void
argument to shut up the heartful warnings by recent gcc :)
It doesn't cover all places, e.g. test directories.
The patch is to 1.1.2.
Takashi
--- src/metaflac/operations.c-dist 2005-05-25 16:20:02.000000000 +0200
+++ src/metaflac/operations.c 2005-05-25 16:20:09.000000000 +0200
@@ -26,7 +26,7 @@
#include <stdlib.h>
2007 Aug 16
0
Branch 'vivi' - 23 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_with.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_sprite_movie.c test/trace vivified/core
libswfdec/swfdec_as_object.c | 111 ++++++++++++++--------
libswfdec/swfdec_as_object.h | 1
libswfdec/swfdec_as_super.c | 4
libswfdec/swfdec_as_with.c | 7 -
libswfdec/swfdec_movie.c | 10 -
libswfdec/swfdec_net_stream.c | 6 -
2007 Oct 23
6
wxRuby 1.9.2
I''m happy to announce that wxRuby 1.9.2 is now available from Rubyforge.
As usual we''ve got source and binary gems for Win32, OS X and Linux:
http://rubyforge.org/frs/?group_id=35
or
gem install wxruby
== WHAT''S NEW ==
This release has a mix of new syntax features, new classes, and lots of
minor fixes and additions
* New shorter syntax for event handlers
* New
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
Makefile.am | 7
autogen.sh | 2
configure.ac | 27 +
doc/swfdec-sections.txt | 3
libswfdec-gtk/swfdec_gtk_player.c | 7
libswfdec-gtk/swfdec_gtk_player.h | 2
libswfdec-gtk/swfdec_gtk_widget.c |
2004 Sep 10
0
http streaming in the xmms plugin
Hi,
Here's a patch to add support for streaming HTTP transport to the xmms
plugin. Most of the code (in particular, http.c) is taken from the xmms
mpg123 input plugin.
You'll need to make a three-line change to the xmms mpg123 input plugin to
get streaming to work. The mpeg plugin currently handles all http urls
itself unless they end in an ogg or real audio extension (which means flac