search for: infop

Displaying 5 results from an estimated 5 matches for "infop".

Did you mean: info
2001 May 11
1
[Jan.Tangring@et.se: spectral band replication]
...king about. So I would very much like to have a second opion on that, and I don't know ehere else to turn to but to this open community. Do you (or the ogg vorbis community) understand how SBR works? There is info on http://www.codingtechnologies.de/technology/sbr.htm bnut I am guessing this infop is not enough to explain the technology. Is SBR really a unique technology or is it just part of some kind of patent maneuvering strategy? I am also of course interested in if Ogg vorbis has plans to incorporate some kind of SBR-like enhancement to its format? -- -- Jan T?ngring, reporter Da...
2001 May 14
3
Spectral band replication
>> Do you (or the ogg vorbis community) understand how SBR works? There is >> info on http://www.codingtechnologies.de/technology/sbr.htm >> bnut I am guessing this infop is not enough to explain the technology. Robert Voigt: >I haven't heard about SBR before. After reading that webpage I can say the >following: [ . . . ] I don't think SBR will give an improvement >such that 64kbps will sound as >good as 100kbps conventional mp3. This seems...
2007 Mar 05
0
11 commits - configure.ac libswfdec/swfdec_js_movie.c libswfdec/swfdec_root_movie.c libswfdec/swfdec_root_movie.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_decoder.c
...ec_script.h" #include "swfdec_sprite.h" +/*** SWFDEC_SPRITE_INFO ***/ + +typedef struct _SwfdecSpriteInfo SwfdecSpriteInfo; +struct _SwfdecSpriteInfo { + gboolean init_action_has_run; /* TRUE if init actions have been run */ +}; + +static void +swfdec_sprite_info_free (gpointer infop) +{ + SwfdecSpriteInfo *info = infop; + + g_free (info); +} + +static SwfdecSpriteInfo * +swfdec_sprite_info_get (SwfdecMovie *movie, SwfdecSprite *sprite) +{ + SwfdecRootMovie *root = SWFDEC_ROOT_MOVIE (movie->root); + SwfdecSpriteInfo *info; + + info = swfdec_root_movie_get_character_data...
2007 Mar 07
0
13 commits - libswfdec/Makefile.am libswfdec/swfdec_js_global.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_root_movie.c libswfdec/swfdec_root_movie.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c
...ec_script.h" #include "swfdec_sprite.h" -/*** SWFDEC_SPRITE_INFO ***/ - -typedef struct _SwfdecSpriteInfo SwfdecSpriteInfo; -struct _SwfdecSpriteInfo { - gboolean init_action_has_run; /* TRUE if init actions have been run */ -}; - -static void -swfdec_sprite_info_free (gpointer infop) -{ - SwfdecSpriteInfo *info = infop; - - g_free (info); -} - -static SwfdecSpriteInfo * -swfdec_sprite_info_get (SwfdecMovie *movie, SwfdecSprite *sprite) -{ - SwfdecRootMovie *root = SWFDEC_ROOT_MOVIE (movie->root); - SwfdecSpriteInfo *info; - - info = swfdec_root_movie_get_character_data...
2004 Jan 05
0
samba and suse
Hello, i have the 2.2.3a samba version on a suse linux, the problem is that i want to set several policies in the shared directory, an example could be that some users must have only read permisions and other group of users full control. How can i set this? By the linux or by the samba? <mailto:samba@lists.samba.org>