summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* usb-s3c6400x.c: use defines instead of hardcoded bitfieldsRafaël Carré2011-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31222 a1c6a512-1295-4272-9138-f99709370657
* usb-drv-as3525v2.c: cosmeticsRafaël Carré2011-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31221 a1c6a512-1295-4272-9138-f99709370657
* Move usb-s3c6400 register comments to usb-s3c6400.hRafaël Carré2011-12-13
| | | | | | | | Use common defines in usb-s3c6400.c and usb-drv-as3525v2.c No functional changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31220 a1c6a512-1295-4272-9138-f99709370657
* amsinfo: save files with .bin extensionRafaël Carré2011-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31219 a1c6a512-1295-4272-9138-f99709370657
* Deal with a complication when transferring recording method from PP5024: ↵Michael Sevakis2011-12-12
| | | | | | since the FIFO POP is always read until empty, keep track of sample parity instead of always saving the first one in the FIFO upon entering the ISR or else the first of a duplicate that is also the last in the FIFO would get duplicated. Also, give top priority to audio interrupts in all cases. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31218 a1c6a512-1295-4272-9138-f99709370657
* Manual: Minor typesetting fixesAlexander Levin2011-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31217 a1c6a512-1295-4272-9138-f99709370657
* Belatedly adding myself to COMMITTERS in alphabetical orderNick Peskett2011-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31216 a1c6a512-1295-4272-9138-f99709370657
* Belatedly adding myself to COMMITTERSNick Peskett2011-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31215 a1c6a512-1295-4272-9138-f99709370657
* Manual: Clarification of cuesheet file name and locationNick Peskett2011-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31214 a1c6a512-1295-4272-9138-f99709370657
* RDA5802 tuner: use channel spacing of 100 kHz when possible (instead of ↵Bertrik Sikken2011-12-11
| | | | | | always 50 kHz) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31213 a1c6a512-1295-4272-9138-f99709370657
* Manual: Add the description of the sleep timer related settings for non-rtc ↵Alexander Levin2011-12-11
| | | | | | targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31212 a1c6a512-1295-4272-9138-f99709370657
* Roll back the latest mpc upstream sync as this introduced a regression. ↵Andree Buschmann2011-12-11
| | | | | | Fixes FS#12429. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31211 a1c6a512-1295-4272-9138-f99709370657
* Add talk support to the shortcuts menu.Jonathan Gordon2011-12-11
| | | | | | | | 'talkclip: <filename>' in the [shortcut] will cause the list to .talk the file specified. (.talk files are the same filetype as gets talked by the file listing... hopefully we can add rbutil support to generate these) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31210 a1c6a512-1295-4272-9138-f99709370657
* Closing recording before initializing it the first time isn't needed and may ↵Michael Sevakis2011-12-11
| | | | | | also interfere with playback. Remove audio_close_recording call upon first entering recording screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31209 a1c6a512-1295-4272-9138-f99709370657
* FS#12439 by Nick Prekett. Fix mention of recording directory in the manual.Michael Giacomelli2011-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31208 a1c6a512-1295-4272-9138-f99709370657
* Fix decoding of multichannel flac, refactor sample buffer handling and ↵Andree Buschmann2011-12-10
| | | | | | decorrelation (taken from ffmpeg sources) and add some flac details to the manual. Solves FS#12371. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31207 a1c6a512-1295-4272-9138-f99709370657
* thread.c includes gcc_extensions.h and thread-XXX.c files are includes ↵Michael Sevakis2011-12-10
| | | | | | inside thread.c therefore do not require their own. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31206 a1c6a512-1295-4272-9138-f99709370657
* Prepare new, unofficial pandora buildThomas Jarosch2011-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31205 a1c6a512-1295-4272-9138-f99709370657
* Pandora port: Fix borked compile flagsThomas Jarosch2011-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31204 a1c6a512-1295-4272-9138-f99709370657
* Silence gcc warningThomas Jarosch2011-12-10
| | | | | | "Missing newline at the end of file" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31203 a1c6a512-1295-4272-9138-f99709370657
* Prepare new, unofficial maemo buildThomas Jarosch2011-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31202 a1c6a512-1295-4272-9138-f99709370657
* FS#12373 - Patch for Spanish translation by Francisco VilaBertrik Sikken2011-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31201 a1c6a512-1295-4272-9138-f99709370657
* FS#12394 - Update of the European Portuguese language by Gabriel MaiaBertrik Sikken2011-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31200 a1c6a512-1295-4272-9138-f99709370657
* FS#12434 - Serbian translation update by Ivan PesicBertrik Sikken2011-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31199 a1c6a512-1295-4272-9138-f99709370657
* Quick-fix for r31197Bertrik Sikken2011-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31198 a1c6a512-1295-4272-9138-f99709370657
* FS#12437 - Updated Croatian translation by Ante MareticBertrik Sikken2011-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31197 a1c6a512-1295-4272-9138-f99709370657
* AMS(v2): fix system_reboot by re-enabling the internal ROM clock just before ↵Bertrik Sikken2011-12-10
| | | | | | rebooting git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31196 a1c6a512-1295-4272-9138-f99709370657
* mkamsboot: add support for sansa clip zip firmware version v1.01.18Bertrik Sikken2011-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31195 a1c6a512-1295-4272-9138-f99709370657
* Fix release notes linkFrank Gevaerts2011-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31194 a1c6a512-1295-4272-9138-f99709370657
* lcd_blit_yuv(): don't use weak attribute when building for windowsRafaël Carré2011-12-09
| | | | | | | | | current gcc/binutils don't support weak attribute correctly see http://sourceware.org/bugzilla/show_bug.cgi?id=9687 fix FS#12427 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31193 a1c6a512-1295-4272-9138-f99709370657
* Add labels for calculating RAM usage on tms320dm320 targets. Thanks to ↵Boris Gjenero2011-12-09
| | | | | | Rafaël Carré for pointing this out. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31192 a1c6a512-1295-4272-9138-f99709370657
* Nokia N900: Increase the number of samples for the software mixerThomas Jarosch2011-12-09
| | | | | | This lowers the CPU usage back to normal by around 15%. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31191 a1c6a512-1295-4272-9138-f99709370657
* Nokia N900: Implement pcm_play_lock() / pcm_play_unlock()Thomas Jarosch2011-12-09
| | | | | | | | | Shamelessly stolen from pcm-android.c Thanks to Michael Sevakis for pointing out that pcm_play_lock() is actually needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31190 a1c6a512-1295-4272-9138-f99709370657
* Convert remaining __attribute__((noreturn)) to NORETURN_ATTR.Boris Gjenero2011-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31189 a1c6a512-1295-4272-9138-f99709370657
* Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero2011-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31188 a1c6a512-1295-4272-9138-f99709370657
* Manual: Some minor corrections to the 'Shortcuts' sectionAlexander Levin2011-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31187 a1c6a512-1295-4272-9138-f99709370657
* Add STORAGE_INIT_ATTR to some target-specific ATA functions.Boris Gjenero2011-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31186 a1c6a512-1295-4272-9138-f99709370657
* Various adjustments for MSVC.Dominik Riebeling2011-12-08
| | | | | | | | - MSVC uses different namings in some places. Adjust the sources via the preprocessor if build with MSVC. - MSVC doesn't know about __func__, use name instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31185 a1c6a512-1295-4272-9138-f99709370657
* Move the PCMREC_E/W_* defines back to pcm_record.h because they're part of ↵Michael Sevakis2011-12-08
| | | | | | the recording engine interface. Leave the low-level DMA error defines in pcm.h. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31184 a1c6a512-1295-4272-9138-f99709370657
* Add a second boost condition to the recording PCM buffer to boost the CPU ↵Michael Sevakis2011-12-08
| | | | | | when 75% full or more. This is especially important for small memory when the 1-second condition frequency cannot be reached. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31183 a1c6a512-1295-4272-9138-f99709370657
* FS#12418 - Merge prototypes from ata-target.h files into new file ↵Boris Gjenero2011-12-08
| | | | | | | | | | | ata-driver.h. After this change: - ata.h is for users of ata.c - ata-driver.h is for functions implemented by target-specific code and used by ata.c - ata-target.h is for target-specific defines git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31182 a1c6a512-1295-4272-9138-f99709370657
* Fix sim errors in r31180.Michael Sevakis2011-12-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31181 a1c6a512-1295-4272-9138-f99709370657
* AS3525v1/v2:Michael Sevakis2011-12-08
| | | | | | | | | | | | | | | | | | Fix problems with volume of recorded material by converting 14-bit samples to 16-bit. Remove duplicate samples from recorded data and support proper samplerate since ADC runs 1/2 the codec clock. Support monitoring mono on both output channels by feeding data manually to I2SOUT under the right conditions. DMA is no longer used for recording since frames must be processed as described above but it does allow full-duplex audio. Miscellaneous change includes a proper constant (HW_SAMPR_DEFAULT) to reset the hardware samplerate when recording is closed. PP5024 and AS3525 have different default recording rates (22kHz and 44kHz respectively) but both have half-speed ADC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31180 a1c6a512-1295-4272-9138-f99709370657
* Fix redJonathan Gordon2011-12-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31179 a1c6a512-1295-4272-9138-f99709370657
* shortcuts: talk the time and configure the sleep timeoutJonathan Gordon2011-12-08
| | | | | | | | Use "type: time" and "data: talk" to have the time voiced when the shortcut is run. use "type: time" and "data: sleep X" where X is the number of minutes to run the sleep timer for (0 means disable) the name field is required git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31178 a1c6a512-1295-4272-9138-f99709370657
* Update to 3.10Frank Gevaerts2011-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31173 a1c6a512-1295-4272-9138-f99709370657
* QuaZip: change the order of void-casts.Dominik Riebeling2011-12-07
| | | | | | | MSVC requires void-casting of unused variables to be done after variable definitions. Change the order, no functional changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31171 a1c6a512-1295-4272-9138-f99709370657
* Rockbox Utility: disable some pointless warnings when building with VS.Dominik Riebeling2011-12-07
| | | | | | | | Visual Studio warns about the usage of some standard library functions (like sprintf) as part of the SDL. Since we won't change using this functions for at least portability reasons we really don't need to know about them. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31170 a1c6a512-1295-4272-9138-f99709370657
* ipodpatcher: guard platform specific files.Dominik Riebeling2011-12-07
| | | | | | | | Use the preprocessor to make platform specific files compile as empty files if built for a different platform. This removes the need to distinguish in the Makefile and simplifies creating a libipodpatcher. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31169 a1c6a512-1295-4272-9138-f99709370657
* Make rbutil tools Makefile more silent.Dominik Riebeling2011-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31168 a1c6a512-1295-4272-9138-f99709370657