summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Some bug fixes in the recording code. The recorded frames weren't CRC ↵Linus Nielsen Feltzing2004-04-01
| | | | | | protected as intended, and the first frame could be incomplete. Also reduced the I2C communication by shadowing the MAS registers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4462 a1c6a512-1295-4272-9138-f99709370657
* minor typoJörg Hohensohn2004-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4461 a1c6a512-1295-4272-9138-f99709370657
* patch #922836 by Jens: way faster disk writing, in assembler. The code is ↵Jörg Hohensohn2004-04-01
| | | | | | in, but yet disabled by #define PREFER_C_WRITING unless it's proven safe for all disks. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4460 a1c6a512-1295-4272-9138-f99709370657
* Ooops, I broke the player builds.Linus Nielsen Feltzing2004-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4459 a1c6a512-1295-4272-9138-f99709370657
* bugfix for changing position/directory during the talkbox "hover" timeoutJörg Hohensohn2004-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4458 a1c6a512-1295-4272-9138-f99709370657
* When synching a lang file with the most recent english translation, weDaniel Stenberg2004-03-30
| | | | | | | | | suck in the english voice strings. Thus, languages without a specified voice string for a given string where the english version has one, will get the english voice string there. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4457 a1c6a512-1295-4272-9138-f99709370657
* "desc" spelling mistakeDaniel Stenberg2004-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4456 a1c6a512-1295-4272-9138-f99709370657
* The ID3 parser accidentally allowed a data length indicator flag on 2.3 ↵Linus Nielsen Feltzing2004-03-30
| | | | | | tags, and the grouping identity bit is not the same on 2.3 and 2.4 (sigh). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4455 a1c6a512-1295-4272-9138-f99709370657
* No need to create .mod/.ajz/.ucl files for the debug buildsLinus Nielsen Feltzing2004-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4454 a1c6a512-1295-4272-9138-f99709370657
* Fixed the prerecording as wellLinus Nielsen Feltzing2004-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4453 a1c6a512-1295-4272-9138-f99709370657
* Fixed the problem when high quality recordings could start with a corrupt frameLinus Nielsen Feltzing2004-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4452 a1c6a512-1295-4272-9138-f99709370657
* syncedJose Maria Garcia-Valdecasas Bernal2004-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4451 a1c6a512-1295-4272-9138-f99709370657
* New sound test code. Now it sets up the MDB as the original firmware does.Linus Nielsen Feltzing2004-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4450 a1c6a512-1295-4272-9138-f99709370657
* insert a dummy frame before changing clips (still no major improvement), ↵Jörg Hohensohn2004-03-29
| | | | | | back to the previous frame search algorithm because the talkbox clips can be quite different git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4449 a1c6a512-1295-4272-9138-f99709370657
* mini B femaleDaniel Stenberg2004-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4448 a1c6a512-1295-4272-9138-f99709370657
* Ear Out is on the left side on the FM/V2Linus Nielsen Feltzing2004-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4447 a1c6a512-1295-4272-9138-f99709370657
* usb connectors, afaikDaniel Stenberg2004-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4446 a1c6a512-1295-4272-9138-f99709370657
* two more things that differ, these needs data filled inDaniel Stenberg2004-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4445 a1c6a512-1295-4272-9138-f99709370657
* removed a warningJörg Hohensohn2004-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4444 a1c6a512-1295-4272-9138-f99709370657
* hovering talkbox clips are played after a 1 sec timeout, to avoid constant ↵Jörg Hohensohn2004-03-28
| | | | | | disk access while scrolling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4443 a1c6a512-1295-4272-9138-f99709370657
* The ID3 browser now shows the correct genre informationLinus Nielsen Feltzing2004-03-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4442 a1c6a512-1295-4272-9138-f99709370657
* my usual simulator postfixJörg Hohensohn2004-03-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4441 a1c6a512-1295-4272-9138-f99709370657
* Step 4 of voice UI:Jörg Hohensohn2004-03-27
| | | | | | | | | - "talkbox" functionality added, but yet without thumbnail recording - menu under "general settings" to configure voice - directories and folders can be voiced as a numbers git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4440 a1c6a512-1295-4272-9138-f99709370657
* Increased the USB thread stack. This fixed bug #762588.Linus Nielsen Feltzing2004-03-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4439 a1c6a512-1295-4272-9138-f99709370657
* We now start monitoring USB earlier, and can enter USB mode from the debug ↵Linus Nielsen Feltzing2004-03-25
| | | | | | partition viewer. This fixes bug #799491. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4438 a1c6a512-1295-4272-9138-f99709370657
* The ID3V2 TCON frame is now parsed in a little more forgiving mannerLinus Nielsen Feltzing2004-03-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4437 a1c6a512-1295-4272-9138-f99709370657
* More explicit explanation on how to restore the original flashLinus Nielsen Feltzing2004-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4436 a1c6a512-1295-4272-9138-f99709370657
* Slightly better method of finding the next frameLinus Nielsen Feltzing2004-03-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4435 a1c6a512-1295-4272-9138-f99709370657
* Added Super Bass switch to the sound test debug screenLinus Nielsen Feltzing2004-03-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4434 a1c6a512-1295-4272-9138-f99709370657
* syncedJose Maria Garcia-Valdecasas Bernal2004-03-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4433 a1c6a512-1295-4272-9138-f99709370657
* No need to turn on the backlight for remote button presses.Björn Stenberg2004-03-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4432 a1c6a512-1295-4272-9138-f99709370657
* talk_value() and talk_number() didn't check if the music was playingLinus Nielsen Feltzing2004-03-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4431 a1c6a512-1295-4272-9138-f99709370657
* Test debug code for the sound quality discussionLinus Nielsen Feltzing2004-03-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4430 a1c6a512-1295-4272-9138-f99709370657
* Fixed bad handling of remote control STOP on Player modelsLinus Nielsen Feltzing2004-03-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4429 a1c6a512-1295-4272-9138-f99709370657
* voice for FFwd/Rewind was missing, several other voice entries revisedJörg Hohensohn2004-03-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4428 a1c6a512-1295-4272-9138-f99709370657
* Use same path buffer when recursively creating playlistHardeep Sidhu2004-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4427 a1c6a512-1295-4272-9138-f99709370657
* Adds USB detection on changed bootfile questionHenrik Backe2004-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4426 a1c6a512-1295-4272-9138-f99709370657
* First try to get a better transition from a cancelled clip to a new one, by ↵Jörg Hohensohn2004-03-21
| | | | | | maintaining the frame sync. Doesn't seem to have much effect, though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4425 a1c6a512-1295-4272-9138-f99709370657
* Bah, missed the actual battery level. :-)Björn Stenberg2004-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4424 a1c6a512-1295-4272-9138-f99709370657
* Bug fix: Don't show battery level -1.Björn Stenberg2004-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4423 a1c6a512-1295-4272-9138-f99709370657
* To many bookmarks could be delete when unique only was setHenrik Backe2004-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4422 a1c6a512-1295-4272-9138-f99709370657
* Fixed delete of bookmark. Responsiveness of bookmark select dialougeHenrik Backe2004-03-21
| | | | | | | also improved. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4421 a1c6a512-1295-4272-9138-f99709370657
* Patch 882053, mangled bookmark seetings in cfg fileHenrik Backe2004-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4420 a1c6a512-1295-4272-9138-f99709370657
* voice for the sleep timer settingJörg Hohensohn2004-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4419 a1c6a512-1295-4272-9138-f99709370657
* non-spoken voice entries are removed, allows to make a voice-file without ↵Jörg Hohensohn2004-03-21
| | | | | | ballast git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4418 a1c6a512-1295-4272-9138-f99709370657
* another sim fix, I just _love_ to break these buildsJörg Hohensohn2004-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4417 a1c6a512-1295-4272-9138-f99709370657
* Overlooked to "voice" the set_int() function, this is why many numerical ↵Jörg Hohensohn2004-03-20
| | | | | | setting remained silent. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4416 a1c6a512-1295-4272-9138-f99709370657
* missing stub broke the sim buildJörg Hohensohn2004-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4415 a1c6a512-1295-4272-9138-f99709370657
* Third step of the voice-UI: numerical settings are spoken (composed at ↵Jörg Hohensohn2004-03-19
| | | | | | runtime), needs new voicefont at the new location ".rockbox/langs/english.voice" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4414 a1c6a512-1295-4272-9138-f99709370657
* patch #908634 appliedJörg Hohensohn2004-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4413 a1c6a512-1295-4272-9138-f99709370657