1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps
Dan Everton 7bf62e8da6 * Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).
* Redo the changes required to make Speex compile in Rockbox. Should be a bit easier to keep in sync with Speex SVN now.
* Fix name of Speex library in codecs Makefile.



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12254 a1c6a512-1295-4272-9138-f99709370657
2007-02-10 11:44:26 +00:00
..
bitmaps
codecs * Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1). 2007-02-10 11:44:26 +00:00
eqs
gui Revert the changes using global status for the screen states. It should wait for a more comprehensive plan to maximize benefit if any can be had. 2007-02-08 10:36:49 +00:00
keymaps
lang
menus Testing svn_autoprops by readding one of the files with missing Ids. 2007-02-08 15:17:06 +00:00
player
plugins Major Rockboy update. 2007-02-06 21:41:08 +00:00
recorder Revert the changes using global status for the screen states. It should wait for a more comprehensive plan to maximize benefit if any can be had. 2007-02-08 10:36:49 +00:00
abrepeat.c
abrepeat.h
action.c
action.h beginning of the new menu system. This commit shouldnt break anything, 2007-02-08 04:33:41 +00:00
alarm_menu.c
alarm_menu.h
applimits.h
bookmark.c
bookmark.h
codecs.c Fix resampling clicking as much as possible at the moment. 1) Upsampling clicked because of size inaccuracies returned by DSP. Fix by simplifying audio system to use per-channel sample count from codec to pcm buffer. 2) Downsampling affected by 1) and was often starting passed the end of the data when not enough was available to generate an output sample. Fix by clamping input range to last sample in buffer and using the last sample value in the buffer. A perfect fix will require a double buffering scheme on the resampler to sufficient data during small data transients on both ends at all times of the down ratio on input and the up ratio on output. 2007-02-07 00:51:50 +00:00
codecs.h Fix resampling clicking as much as possible at the moment. 1) Upsampling clicked because of size inaccuracies returned by DSP. Fix by simplifying audio system to use per-channel sample count from codec to pcm buffer. 2) Downsampling affected by 1) and was often starting passed the end of the data when not enough was available to generate an output sample. Fix by clamping input range to last sample in buffer and using the last sample value in the buffer. A perfect fix will require a double buffering scheme on the resampler to sufficient data during small data transients on both ends at all times of the down ratio on input and the up ratio on output. 2007-02-07 00:51:50 +00:00
debug_menu.c
debug_menu.h
dsp.c Fix resampling clicking as much as possible at the moment. 1) Upsampling clicked because of size inaccuracies returned by DSP. Fix by simplifying audio system to use per-channel sample count from codec to pcm buffer. 2) Downsampling affected by 1) and was often starting passed the end of the data when not enough was available to generate an output sample. Fix by clamping input range to last sample in buffer and using the last sample value in the buffer. A perfect fix will require a double buffering scheme on the resampler to sufficient data during small data transients on both ends at all times of the down ratio on input and the up ratio on output. 2007-02-07 00:51:50 +00:00
dsp.h Fix resampling clicking as much as possible at the moment. 1) Upsampling clicked because of size inaccuracies returned by DSP. Fix by simplifying audio system to use per-channel sample count from codec to pcm buffer. 2) Downsampling affected by 1) and was often starting passed the end of the data when not enough was available to generate an output sample. Fix by clamping input range to last sample in buffer and using the last sample value in the buffer. A perfect fix will require a double buffering scheme on the resampler to sufficient data during small data transients on both ends at all times of the down ratio on input and the up ratio on output. 2007-02-07 00:51:50 +00:00
dsp_arm.S
dsp_asm.h
dsp_cf.S
enc_config.c Recording Menus: Make statusbar update correctly when exiting an encoder setting. 2007-02-10 07:08:25 +00:00
enc_config.h
eq.c
eq.h
eq_arm.S
eq_cf.S
eq_menu.c
eq_menu.h
FILES Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre. 2007-02-09 10:06:53 +00:00
filetree.c Revert the changes using global status for the screen states. It should wait for a more comprehensive plan to maximize benefit if any can be had. 2007-02-08 10:36:49 +00:00
filetree.h
filetypes.c
filetypes.h
keyboard.h
language.c
language.h
logfdisp.c
logfdisp.h
main.c
main_menu.c beginning of the new menu system. This commit shouldnt break anything, 2007-02-08 04:33:41 +00:00
main_menu.h
Makefile
menu.c unstatic the string buffer, fix the recording setting lang, change the 2007-02-08 11:12:22 +00:00
menu.h beginning of the new menu system. This commit shouldnt break anything, 2007-02-08 04:33:41 +00:00
metadata.c Minor whitespace and formatting fixes. 2007-02-10 09:55:06 +00:00
metadata.h
misc.c
misc.h
onplay.c Fix FS #6624 - remove useless menu items from the context menu in an empty directory 2007-02-06 09:01:32 +00:00
onplay.h
options.h
pcmbuf.c Fix resampling clicking as much as possible at the moment. 1) Upsampling clicked because of size inaccuracies returned by DSP. Fix by simplifying audio system to use per-channel sample count from codec to pcm buffer. 2) Downsampling affected by 1) and was often starting passed the end of the data when not enough was available to generate an output sample. Fix by clamping input range to last sample in buffer and using the last sample value in the buffer. A perfect fix will require a double buffering scheme on the resampler to sufficient data during small data transients on both ends at all times of the down ratio on input and the up ratio on output. 2007-02-07 00:51:50 +00:00
pcmbuf.h Fix resampling clicking as much as possible at the moment. 1) Upsampling clicked because of size inaccuracies returned by DSP. Fix by simplifying audio system to use per-channel sample count from codec to pcm buffer. 2) Downsampling affected by 1) and was often starting passed the end of the data when not enough was available to generate an output sample. Fix by clamping input range to last sample in buffer and using the last sample value in the buffer. A perfect fix will require a double buffering scheme on the resampler to sufficient data during small data transients on both ends at all times of the down ratio on input and the up ratio on output. 2007-02-07 00:51:50 +00:00
playback.c Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre. 2007-02-09 10:06:53 +00:00
playback.h
playlist.c
playlist.h
playlist_catalog.c
playlist_catalog.h
playlist_menu.c
playlist_menu.h
playlist_viewer.c
playlist_viewer.h
plugin.c
plugin.h
README
screen_access.c
screen_access.h
screens.c
screens.h
scrobbler.c
scrobbler.h
settings.c Revert the changes using global status for the screen states. It should wait for a more comprehensive plan to maximize benefit if any can be had. 2007-02-08 10:36:49 +00:00
settings.h Revert the changes using global status for the screen states. It should wait for a more comprehensive plan to maximize benefit if any can be had. 2007-02-08 10:36:49 +00:00
settings_list.c Convert the sound menu to the new system 2007-02-08 10:28:42 +00:00
settings_list.h Convert the sound menu to the new system 2007-02-08 10:28:42 +00:00
settings_menu.c beginning of the new menu system. This commit shouldnt break anything, 2007-02-08 04:33:41 +00:00
settings_menu.h
sound_menu.c Convert the sound menu to the new system 2007-02-08 10:28:42 +00:00
sound_menu.h beginning of the new menu system. This commit shouldnt break anything, 2007-02-08 04:33:41 +00:00
SOURCES beginning of the new menu system. This commit shouldnt break anything, 2007-02-08 04:33:41 +00:00
status.c Revert the changes using global status for the screen states. It should wait for a more comprehensive plan to maximize benefit if any can be had. 2007-02-08 10:36:49 +00:00
status.h
tagcache.c
tagcache.h
tagnavi.config
tagtree.c
tagtree.h
talk.c
talk.h
tree.c Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre. 2007-02-09 10:06:53 +00:00
tree.h More HAVE_TAGCACHE by Austin Appel 2007-02-06 13:25:57 +00:00
version.h

For general information see: docs/README
For API information see: docs/API