This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6366 - mpegplayer plugin enhancement
Attached to Project:
Rockbox
Opened by Mathieu Favréaux (Wett) - Tuesday, 21 November 2006, 16:57 GMT+2
Opened by Mathieu Favréaux (Wett) - Tuesday, 21 November 2006, 16:57 GMT+2
|
Detailsmpegplayer now demultiplexes mpeg common file and read first video stream. Can demux sound (I tried to write the sound stream to a mp2 file and then play it, it works) but actually I can't work any further on sound implementation since I have no working player at the moment - it's not (yet ?) possible to play sound in a plugin with the simulator. However that shouldn't be so hard to do.
What is be left to do in order to have a working player : - sound playing - ring buffering (it currently just stops when buffer's empty) Compiles with 11/21 CVS. Comments are welcome :) |
This task depends upon
Closed by Dave Chapman (linuxstb)
Monday, 01 January 2007, 14:04 GMT+2
Reason for closing: Accepted
Additional comments about closing: Thanks a lot for this patch - I\'ve committed it to CVS as part of my implementation of audio support :)
Monday, 01 January 2007, 14:04 GMT+2
Reason for closing: Accepted
Additional comments about closing: Thanks a lot for this patch - I\'ve committed it to CVS as part of my implementation of audio support :)
Wow! Good job. I patched a version for my H10 20 GB and now normal mpeg movies aren't all mucked up! But, as you said, still no sound. If you need me to test anything, I'd be glad to. Hope you get a working player soon so you can make more progress!