Custom Query (257 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 257)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Owner Reporter Resolution Summary
#136 ph3-der-loewe ph3-der-loewe fixed update all drivers to correctly support _nonblock()
Description

all drivers in roard needs to be checked and updated if needed to support _nonblock() correctly as this is needed by the new sync logic.

#137 ph3-der-loewe ph3-der-loewe fixed midi_conv_midi2mes() needs to be re-written
Description

midi_conv_midi2mes() is the function doing the endless loop in case buffers aren't nicely aligned and nicely filled with data resulting in roard hanging in endless loop.

The function currently does some very stupid stuff like reading one byte from a one byte buffer, detects that it needs two bytes, puts the byte back and then restarts the process.

The function should be re-written completely.

#177 ph3-der-loewe ph3-der-loewe fixed roard crashes when playing flac files
Description

roard crashes when playing flac files. this does not go away with -B 16 and does not happen to other cf's.

here is a backtrace:

==16848== Invalid read of size 4 ==16848== at 0x43A2C3A: roar_buffer_ring_stats (buffer.c:63) ==16848== by 0x8073393: cf_flac_read (codecfilter_flac.c:274) ==16848== by 0x80623A1: streams_check (streams.c:2289) ==16848== by 0x805E691: clients_check_all (clients.c:477) ==16848== by 0x805D13E: main_loop (loop.c:82) ==16848== by 0x8057E44: main (roard.c:2562) ==16848== Address 0xC is not stack'd, malloc'd or (recently) free'd

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.