diff options
author | Dave Chapman <dave@dchapman.com> | 2007-01-01 12:59:32 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-01-01 12:59:32 +0000 |
commit | 4b801b2d3a45db8df38d02b3c634b0b257290a9b (patch) | |
tree | b7fbacd310a053d1fb9e69533ec7ee8cf8c10431 /docs/CREDITS | |
parent | 718ffdeadaea1c03d562201990ae699a87df526a (diff) |
Initial implementation of audio support (44.1KHz only, mp2 or mp3, mono/stereo, any bitrate) and .mpg file (MPEG program stream) parsing for mpegplayer - .m2v files are no longer supported. .mpg parser based on patch #6366 from Mathieu Favreaux. Currently limited to only playing files smaller than the available buffer RAM (it will play longer files, but never refills the buffer when it runs empty). There is also no a/v sync implemented, and still no seeking support. Coldfire (iriver H3x0 and iaudio X5) users can use the optimisations provided in patch #5995 to increase the framerate, and PortalPlayer (ipods and iriver H10) users will want to use kernel_on_cop_6.diff from FS#5755 which enables mpegplayer to run the video thread on the second CPU core - video on the second core with audio on the first core runs at the same speed as the old mpegplayer did with no audio.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11877 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/CREDITS')
-rw-r--r-- | docs/CREDITS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CREDITS b/docs/CREDITS index 43a53bd36c..df511b57f4 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -260,3 +260,4 @@ Chris Taylor Tobias Langhoff Steve Gotthardt Greg White +Mattieu Favréaux |