Custom Query (257 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 257)

Ticket Resolution Summary Owner Reporter
#203 fixed Fix warnings in proto_simple.c ph3-der-loewe
Description
/usr/bin/gcc -I/usr/include/libxml2 -Wall -Wextra -g -O2  -DHAVE_FUNC_UALARM -DHAVE_FUNC_SIGINTERRUPT -DHAVE_LIB_UUID  -DHAVE_LIB_XML2 -DROOT_UID=0 -DROAR_DBG_PREFIX=\"roarplaylistd\"   -c -o proto_simple.o proto_simple.c
proto_simple.c: In function 'proto_simple_print_plent':
proto_simple.c:858: warning: format '%.16LX' expects type 'long long unsigned int', but argument 12 has type 'ei_t'
proto_simple.c:858: warning: format '%.16LX' expects type 'long long unsigned int', but argument 12 has type 'ei_t'
proto_simple.c: In function 'proto_simple_parse_ple_bopts_noeval':
proto_simple.c:970: warning: format '%16llX' expects type 'long long unsigned int *', but argument 3 has type 'ei_t *'
proto_simple.c: In function 'proto_simple_showplaying':
proto_simple.c:1253: warning: format '%.16LX' expects type 'long long unsigned int', but argument 4 has type 'ei_t'
proto_simple.c:1253: warning: format '%.16LX' expects type 'long long unsigned int', but argument 4 has type 'ei_t'
proto_simple.c: In function 'proto_simple_showpointer':
proto_simple.c:1435: warning: format '%.16LX' expects type 'long long unsigned int', but argument 4 has type 'ei_t'
#248 fixed Flow control should be added ph3-der-loewe ph3-der-loewe
Description

The select loop should not include clients with a full input buffer. This may lead in the select to return early and wast CPU time.

#51 fixed Functions for parsing of symbolic names of stream parameters should be added ph3-der-loewe
Description

There should be some functions added to parse symbolic names of stream parameters like number of channels, bits per sample and sample rate. (codec name lookups are already supported).

Those functions should first try to match a list of common names like for example 'mono', then try the audio profiles and finally fall back to atoi() or something like this.

Note: See TracQuery for help on using queries.