Re: Playback Engine Rework - The basic rundown

2011-05-25 Thread Magnus Holmgren
On Mon, May 23, 2011 at 10:14, Michael Sevakis jethea...@sbcglobal.net wrote: * Album art doesn't always show up immediately. If I exit the WPS and return, it is displayed though. I haven't seen/tested it enough to know if it only applies to certain types of album art. I'm going to put up a

Re: Playback Engine Rework - The basic rundown

2011-05-23 Thread Michael Sevakis
- Original Message - From: Michael Sevakis jethea...@sbcglobal.net To: Rockbox development rockbox-dev@cool.haxx.se Sent: Sunday, May 22, 2011 10:54 PM Subject: Re: Playback Engine Rework - The basic rundown - Original Message - From: Magnus Holmgren magnus...@gmail.com

Re: Playback Engine Rework - The basic rundown

2011-05-22 Thread Michael Sevakis
- Original Message - From: Magnus Holmgren magnus...@gmail.com To: Rockbox development rockbox-dev@cool.haxx.se Sent: Monday, May 02, 2011 2:48 PM Subject: Re: Playback Engine Rework - The basic rundown * Album art doesn't always show up immediately. If I exit the WPS and return

Re: Playback Engine Rework - The basic rundown

2011-05-10 Thread Michael Sevakis
- Original Message - From: Jonathan Gordon jdgo...@gmail.com To: Michael Sevakis jethea...@sbcglobal.net; Rockbox development rockbox-dev@cool.haxx.se Sent: Tuesday, May 10, 2011 1:57 AM Subject: Re: Playback Engine Rework - The basic rundown I cant remember if there is a generic

Re: Playback Engine Rework - The basic rundown

2011-05-09 Thread Michael Sevakis
Hopefully the stopping problem is bandaged-up well enough for now. The album art, well, I did have a look and as far as I can tell, the wps indeed might miss the album art being ready. I do wish to refrain from sending new track events that don't actually mean there is a new track. Perhaps a

Re: Playback Engine Rework - The basic rundown

2011-05-09 Thread Jonathan Gordon
On 10 May 2011 15:18, Michael Sevakis jethea...@sbcglobal.net wrote: Hopefully the stopping problem is bandaged-up well enough for now. The album art, well, I did have a look and as far as I can tell, the wps indeed might miss the album art being ready. I do wish to refrain from sending new

Re: Playback Engine Rework - The basic rundown

2011-05-04 Thread Magnus Holmgren
On 2011-05-03 01:45, Michael Sevakis wrote: Playback stopped again, and I managed to write down some information: Could be that I regressed some part of the buffering that comes into play more often with smaller memory with Fuze. What Buschel is describing in IRC could be related, but maybe

Re: Playback Engine Rework - The basic rundown

2011-05-03 Thread Magnus Holmgren
On Tue, May 3, 2011 at 01:45, Michael Sevakis jethea...@sbcglobal.net wrote: Could be that I regressed some part of the buffering that comes into play more often with smaller memory with Fuze. What Buschel is describing in IRC could be related, but maybe not. I would like to know from each

Re: Playback Engine Rework - The basic rundown

2011-05-02 Thread Magnus Holmgren
On Mon, Apr 25, 2011 at 19:39, Michael Sevakis jethea...@sbcglobal.net wrote: It has had significant testing not only by myself for a couple months but a few others over the last week or so and noone has reported any issues (not to me anyway). I've experienced some minor issues now (on a Fuze

Re: Playback Engine Rework - The basic rundown

2011-05-02 Thread Michael Sevakis
- Original Message - From: Magnus Holmgren magnus...@gmail.com To: Rockbox development rockbox-dev@cool.haxx.se Sent: Monday, May 02, 2011 2:48 PM Subject: Re: Playback Engine Rework - The basic rundown On Mon, Apr 25, 2011 at 19:39, Michael Sevakis jethea...@sbcglobal.net wrote

Re: Playback Engine Rework - The basic rundown

2011-05-02 Thread Michael Sevakis
- Original Message - From: Michael Sevakis jethea...@sbcglobal.net To: Rockbox development rockbox-dev@cool.haxx.se Sent: Monday, May 02, 2011 7:45 PM Subject: Re: Playback Engine Rework - The basic rundown And when I did say: Could be that I regressed some part of the buffering

Re: Playback Engine Rework - The basic rundown

2011-04-30 Thread Michael Sevakis
- Original Message - From: Magnus Holmgren magnus...@gmail.com To: Rockbox development rockbox-dev@cool.haxx.se Sent: Wednesday, April 27, 2011 10:05 AM Subject: Re: Playback Engine Rework - The basic rundown On Wed, Apr 27, 2011 at 13:09, pondlife pondl...@pondlife.me wrote

Re: Playback Engine Rework - The basic rundown

2011-04-30 Thread pondlife
It's works now right? It seemed best to just abandon the convenience for now and implement codec_main explicitly even if it doesn't have to do anything. Yes - thanks very much! pondlife

Re: Playback Engine Rework - The basic rundown

2011-04-29 Thread asettico
*In data 25/04/2011 19:39, Michael Sevakis ha scritto*: Good day all, With suffient time before a looming release, I would like to commit http://www.rockbox.org/tracker/task/12069 - Playback Rewrite - first stages. There is a small amount of follow up work to do immediately afterwords in the

Re: Playback Engine Rework - The basic rundown

2011-04-27 Thread pondlife
Is there a list of cons that go with it too? One con is that it seems to prevent building with gcc 3.x as that doesn't support weak declarations: /rockbox/apps/codecs/lib/codeclib.c:40: warning: weak declaration of 'codec_main' not supported Unfortunately I can't seem to get gcc 4 working

Re: Playback Engine Rework - The basic rundown

2011-04-27 Thread Magnus Holmgren
On Wed, Apr 27, 2011 at 13:09, pondlife pondl...@pondlife.me wrote: One con is that it seems to prevent building with gcc 3.x as that doesn't support weak declarations: /rockbox/apps/codecs/lib/codeclib.c:40: warning: weak declaration of 'codec_main' not supported Unfortunately I can't

Playback Engine Rework - The basic rundown

2011-04-25 Thread Michael Sevakis
Good day all, With suffient time before a looming release, I would like to commit http://www.rockbox.org/tracker/task/12069 - Playback Rewrite - first stages. There is a small amount of follow up work to do immediately afterwords in the area of codecs that write directly into the WPS through

Re: Playback Engine Rework - The basic rundown

2011-04-25 Thread Bryan Childs
On Mon, Apr 25, 2011 at 6:39 PM, Michael Sevakis jethea...@sbcglobal.netwrote: Good day all, With suffient time before a looming release, I would like to commit http://www.rockbox.org/tracker/task/12069 - Playback Rewrite - first stages. There is a small amount of follow up work to do