summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Add include to pluginlib_jpeg_mem.c to prevent warning noise with ↵Andrew Mahone2009-05-16
| | | | | | -Wmissing-prototypes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20957 a1c6a512-1295-4272-9138-f99709370657
* Define a symbol and use it instead of repeating the conditionAlexander Levin2009-05-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20956 a1c6a512-1295-4272-9138-f99709370657
* Make variables static where possibleAlexander Levin2009-05-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20955 a1c6a512-1295-4272-9138-f99709370657
* Attempt to fix yellow on sims (can't reproduce on my system).Andrew Mahone2009-05-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20954 a1c6a512-1295-4272-9138-f99709370657
* Use new buflib extensions to avoid static allocation for track list, by ↵Andrew Mahone2009-05-16
| | | | | | shifting space out of the buffer and freeing slides as needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20953 a1c6a512-1295-4272-9138-f99709370657
* Extend buflib to support shifting space out off the buffer for other use, ↵Andrew Mahone2009-05-16
| | | | | | and returning space to the buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20952 a1c6a512-1295-4272-9138-f99709370657
* FS#10201, skip folder.jpg in search_albumart_files if size_string is not empty.Andrew Mahone2009-05-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20951 a1c6a512-1295-4272-9138-f99709370657
* Change the type of read_uint32be to uint32_t and ensure all variables passed ↵Dave Chapman2009-05-15
| | | | | | to that function are also of that type. No functional changes, but makes read_uint32be consistent with the other read_* functions and prevents warning in the upcoming RealAudio metadata parser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20950 a1c6a512-1295-4272-9138-f99709370657
* Fix splash on greyscale (was showing only a black or grey box, no text) by ↵Thomas Martitz2009-05-15
| | | | | | | | reverting to lcd_set_foreground(). That does a bit more on greyscale than just setting the current's viewports fg_pattern :/ It will still only apply to the viewport used for splash, so no need to restore the old foreground. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20944 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#10197 by setting the viewport before calculating the string size.Thomas Martitz2009-05-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20943 a1c6a512-1295-4272-9138-f99709370657
* M:Robe 500: Commit some minor changes and some keymap changes (short press ↵Karl Kurbjun2009-05-15
| | | | | | power takes you out of the WPS) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20942 a1c6a512-1295-4272-9138-f99709370657
* Remove unneeded function call (radio_load_presets does clear the memory)Alexander Levin2009-05-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20941 a1c6a512-1295-4272-9138-f99709370657
* Sort by and display disc number in PictureFlow, increase MAX_TRACKS to 128, ↵Andrew Mahone2009-05-15
| | | | | | prevent display of garbage tracklist on failure. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20940 a1c6a512-1295-4272-9138-f99709370657
* More touchscreen additions, quickscreen, browser, context menu, skip ↵Jonathan Gordon2009-05-15
| | | | | | | | | | fwd/back buttons in the mr500 wps (a "button bar" will pop up for 2.5s when the screen is touched.) icons by Johannes Voggenthaler pitch screen icon is there but not used because that screen isnt fixed for the touhscreen yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20939 a1c6a512-1295-4272-9138-f99709370657
* Clean up create_track_index, fixing FS#9333, and use tagcache-provided ↵Andrew Mahone2009-05-15
| | | | | | length instead of strlen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20938 a1c6a512-1295-4272-9138-f99709370657
* allow the user to change the shuffle and repeat modes from the touchscreen, ↵Jonathan Gordon2009-05-15
| | | | | | update the mr500 default wps to show how to do it (hint, press the shuffle/rep icon) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20937 a1c6a512-1295-4272-9138-f99709370657
* fix red... who went and changed the remote defines?! :pJonathan Gordon2009-05-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20936 a1c6a512-1295-4272-9138-f99709370657
* get the quickscreen working on the mr500. hold "mode" on the remote to get ↵Jonathan Gordon2009-05-15
| | | | | | to it, then you can use the 4 directions on the remote, or the touchscreen to change the values. "mode" will exit, as will pressing in the top or middle of the main screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20935 a1c6a512-1295-4272-9138-f99709370657
* Fix the lock contention stall during cover art load, by adding a separate ↵Andrew Mahone2009-05-15
| | | | | | | | modify mutex for the buffer. Operations that modify contents of a buffer entry can still proceed, but ones that add or remove buffer entries, or move them in memory, will still block. Some members of struct memory_handle also need an earlier init in bufopen to make sure that buffer stats aren't trashed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20932 a1c6a512-1295-4272-9138-f99709370657
* Move bswap.h up from libavutil/ and remove libavutil/Mohamed Tarek2009-05-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20931 a1c6a512-1295-4272-9138-f99709370657
* Set the font to FONT_UI after exiting a plugin (FS#10132). This makes the ↵Alexander Levin2009-05-14
| | | | | | core Rockbox more like a sand box for plugins (less to care about in plugins). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20930 a1c6a512-1295-4272-9138-f99709370657
* Rockblox: Show Highscore list on 176x220 (e200). The space between the score ↵Thomas Martitz2009-05-13
| | | | | | and level is ommitted, since there's no room (the L is sufficient as seperator). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20928 a1c6a512-1295-4272-9138-f99709370657
* Support longer tags on targets with 'enough' memory (more than 2 MB RAM).Magnus Holmgren2009-05-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20927 a1c6a512-1295-4272-9138-f99709370657
* Sansa Fuze : Fix r20680/FS#10075 (long HOME to exit plugins)Rafaël Carré2009-05-13
| | | | | | | | | | Some plugins were forgotten : mpegplayer, test_fps, test_scanrate Some plugins use button_status() and can't use BUTTON_REL or BUTTON_REPEAT flags rockblox1d : use single press BUTTON_HOME doom : use single press BUTTON_HOME and BUTTON_POWER to open doors I may have forgotten some plugins, I didn't test them one by one git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20925 a1c6a512-1295-4272-9138-f99709370657
* -Remove all dynamic allocations, hence remove cook_decode_close() which was ↵Mohamed Tarek2009-05-12
| | | | | | | | | | | | | | basically needed for freeing allocated memory. -Remove any ffmpeg-specific attributes (av_const,av_always_inline .. etc.). -Move some math functions to cook_fixpoint.h - libavutil/common.h is no longer needed. -Remove libavutil/mem.[c/h], libavutil/common.h and libavutil/internal.h. -Fix a warning in cookdata_fixpoint.h. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20922 a1c6a512-1295-4272-9138-f99709370657
* FS#10118 & FS#10165 : lcd_blit_yuv() for Sansa Fuze & Sansa e200v2Rafaël Carré2009-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20919 a1c6a512-1295-4272-9138-f99709370657
* -Remove calls to av_log() and use DEBUGF/printf instead, thuse removing Mohamed Tarek2009-05-12
| | | | | | | | | | libavutil/log.[c/h] and libavutil/avutil.h. -Take necessary defines to bitstream.h from libavutil/intreadwrite.h to remove the latter. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20918 a1c6a512-1295-4272-9138-f99709370657
* Remove bytestream.h and and a related comment from cook.hMohamed Tarek2009-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20917 a1c6a512-1295-4272-9138-f99709370657
* Undo overlay test change which should not have been committed, should return ↵Andrew Mahone2009-05-11
| | | | | | PictureFlow to working during playback on non-Archos targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20916 a1c6a512-1295-4272-9138-f99709370657
* -Took cook_random() from an old cook.c revision [6 mar 2007], which is a Mohamed Tarek2009-05-11
| | | | | | | | | simple RNG, to eliminate the need for lfg.c/h. -Remove lfg.c/h and md5.c/h as they are no longer needed and use the more common form of my name in docs/COMMITTERS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20915 a1c6a512-1295-4272-9138-f99709370657
* Don't go back to the settings after selecting a .cfg via the theme or cfg ↵Thomas Martitz2009-05-11
| | | | | | browser, as it's done for fonts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20913 a1c6a512-1295-4272-9138-f99709370657
* Don't allow disconnecting from the usb screen, as this doesn't work properly ↵Frank Gevaerts2009-05-11
| | | | | | on some OSes (e.g. windows "releases" the device whenever it's not actively reading or writing, which doesn't necessarily mean it's safe to disconnect at that point) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20911 a1c6a512-1295-4272-9138-f99709370657
* Patch by Mohamed Tarek from FS#10182 - remove avcodec.h as it is no longer ↵Dave Chapman2009-05-11
| | | | | | needed. Also remove -lm from Makefile.test for the same reason. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20909 a1c6a512-1295-4272-9138-f99709370657
* Fix the $Id$ line broken by r20907.Dave Chapman2009-05-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20908 a1c6a512-1295-4272-9138-f99709370657
* Flag EOF and empty buffer conditions as UNLIKELY in JPEG decoder.Andrew Mahone2009-05-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20907 a1c6a512-1295-4272-9138-f99709370657
* Fix a bug reading JPEG when the output data is smaller than sizeof(struct ↵Andrew Mahone2009-05-11
| | | | | | jpeg), and add more optional debugging output in the decoder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20906 a1c6a512-1295-4272-9138-f99709370657
* Commited too much really this time.Michael Giacomelli2009-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20905 a1c6a512-1295-4272-9138-f99709370657
* Commited too much.Michael Giacomelli2009-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20904 a1c6a512-1295-4272-9138-f99709370657
* Actually remove the unneeded files in the last commit.Michael Giacomelli2009-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20903 a1c6a512-1295-4272-9138-f99709370657
* Patch by Mohamed Tarek from FS #10182. Remove floating point code (FFT, ↵Michael Giacomelli2009-05-10
| | | | | | MDCT, etc) from libcook. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20902 a1c6a512-1295-4272-9138-f99709370657
* Patch by Mohamed Tarek from FS#10182 - convert codec to fixed-point using ↵Dave Chapman2009-05-10
| | | | | | patches submitted to the ffmpeg mailing list in 2007 by Ian Braithwaite. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20901 a1c6a512-1295-4272-9138-f99709370657
* Patch by Mohamed Tarek from FS#10182: 1) Move the main() test program from ↵Dave Chapman2009-05-09
| | | | | | cook.c to a new main.c; 2) Move some common definitions from cook.c to cook.h. No functional changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20898 a1c6a512-1295-4272-9138-f99709370657
* Patch by Mohamed Tarek - add #define to protect against multiple inclusionDave Chapman2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20897 a1c6a512-1295-4272-9138-f99709370657
* Remove unused function audio_has_changed_track from apps/mpeg.cBertrik Sikken2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20893 a1c6a512-1295-4272-9138-f99709370657
* Remove unneeded #include "backdrop.h"Bertrik Sikken2009-05-09
| | | | | | | Remove unneeded #include "statusbar.h" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20891 a1c6a512-1295-4272-9138-f99709370657
* I defer to the OED -ise/-ize.Alex Parker2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20889 a1c6a512-1295-4272-9138-f99709370657
* Correct a couple of spellings (US to UK).Alex Parker2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20888 a1c6a512-1295-4272-9138-f99709370657
* Don't build 16-point IDCT on greyscale targets, since it's only used for ↵Andrew Mahone2009-05-09
| | | | | | chroma components. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20887 a1c6a512-1295-4272-9138-f99709370657
* Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or ↵Andrew Mahone2009-05-09
| | | | | | HAVE_BMP_SCALING. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20886 a1c6a512-1295-4272-9138-f99709370657
* Fix test for direct JPEG output, bump plugin API as r20884 changed struct ↵Andrew Mahone2009-05-09
| | | | | | custom_format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20885 a1c6a512-1295-4272-9138-f99709370657