Age | Commit message (Expand) | Author | Files | Lines |
2007-11-07 | compile talk.c on hwcodec sim. it wont actually talk though | Jonathan Gordon | 6 | -67/+26 |
2007-11-07 | fix warnings | Jonathan Gordon | 1 | -2/+4 |
2007-11-07 | Get the user timer working properly consequentially fixing doom without a hack. | Karl Kurbjun | 5 | -37/+34 |
2007-11-07 | Accept FS#7777: Voice for the "Running Time" screen | Stéphane Doyon | 1 | -3/+18 |
2007-11-07 | Add a setting to control whether or not to speak the file type (r15506). | Stéphane Doyon | 6 | -9/+32 |
2007-11-07 | More voice for the radio: accept FS#6331. | Stéphane Doyon | 2 | -10/+76 |
2007-11-07 | Accept FS#7653: Say file type. | Stéphane Doyon | 1 | -2/+8 |
2007-11-07 | Straighten out voicing of yesno dialogs. | Stéphane Doyon | 3 | -32/+28 |
2007-11-07 | Fix warning. | Nicolas Pennequin | 1 | -1/+1 |
2007-11-07 | Fix tracks always being cleared on skip (reported by dionoea). The problem wa... | Nicolas Pennequin | 1 | -1/+5 |
2007-11-07 | Assembler versions of signal_mul. Decent speedup for Coldfire and small speed... | Thom Johansen | 3 | -1/+72 |
2007-11-07 | Fix a flaw in prep_bufdata() that would lead to all kinds of problems with co... | Nicolas Pennequin | 1 | -3/+4 |
2007-11-06 | Smaller and more correctly sized statically allocated arrays in decoder state... | Thom Johansen | 2 | -8/+8 |
2007-11-06 | Hopefully fix Ipod bootloader installation on Windows with RbUtilQt, without ...rbutilqt_v1.0.3 | Magnus Holmgren | 1 | -2/+2 |
2007-11-06 | Exclude some unneeded LSP code. Add some #endif clarification comments here a... | Thom Johansen | 7 | -14/+18 |
2007-11-06 | Fix thinko in last patch, shouldn't effect current buffering clients. | Brandon Low | 1 | -2/+2 |
2007-11-06 | Pull the size range checking and disk request into a separate function that b... | Brandon Low | 1 | -44/+41 |
2007-11-06 | Better behaved buffering. | Adam Gashlin | 1 | -52/+54 |
2007-11-06 | c200: Make microSD cards finally work. | Jens Arnold | 1 | -2/+2 |
2007-11-06 | Get rid of some more inl/outl, and use the new macros for bitwise GPIO manipu... | Jens Arnold | 1 | -10/+4 |
2007-11-05 | This was (probably) committed by accident, remove it. | Nicolas Pennequin | 1 | -2/+1 |
2007-11-05 | Don't yield twice in a row | Brandon Low | 1 | -3/+2 |
2007-11-05 | Types other than packet audio still need to yield while buffering. | Nicolas Pennequin | 1 | -1/+3 |
2007-11-05 | rbutilQt: bump version to 1.0.3 in preparation for a new release. | Dominik Wenger | 2 | -2/+2 |
2007-11-05 | Readd yield_codec, making it check for useful data through buffer_is_low. Fix... | Nicolas Pennequin | 1 | -46/+64 |
2007-11-05 | This was a bad change on my part earlier. Do not immediately start buffering... | Brandon Low | 1 | -1/+1 |
2007-11-05 | Don't keep resetting to default watermark during buffering, only do it once a... | Brandon Low | 1 | -3/+3 |
2007-11-05 | Set all track handles to -1 on audio init to avoid calling bufclose(0) on all... | Nicolas Pennequin | 1 | -1/+9 |
2007-11-05 | Fix some logf warnings. | Nicolas Pennequin | 2 | -4/+4 |
2007-11-05 | Don't if this, it's a good idea for codecs to explicit seek | Brandon Low | 1 | -3/+1 |
2007-11-05 | Fix mp3 resume | Brandon Low | 1 | -1/+4 |
2007-11-05 | Create two separate ways for a handle buffer request to be sent. One is when... | Brandon Low | 1 | -10/+7 |
2007-11-05 | When seeking foward off of the buffer, if it is a short seek don't rebuffer t... | Brandon Low | 1 | -0/+8 |
2007-11-05 | Remove conf_filechunk, it should never have been a setting and its implementa... | Brandon Low | 19 | -70/+13 |
2007-11-05 | Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE. | Barry Wardell | 8 | -8/+9 |
2007-11-05 | Fix red. | Barry Wardell | 4 | -11/+11 |
2007-11-05 | Remove unused conf_preseek from buffering.c and all of its accountraments. T... | Brandon Low | 5 | -21/+5 |
2007-11-05 | Get rid of some more inl/outl and use the new GPO32 define instead. | Barry Wardell | 4 | -9/+9 |
2007-11-05 | Minor improvement in responsiveness to buffer_handle calls | Brandon Low | 1 | -2/+1 |
2007-11-05 | logging improvements | Brandon Low | 1 | -11/+18 |
2007-11-05 | Add missing descriptions for display settings, mirror various HAVE_* defines ... | Nils Wallménius | 22 | -22/+92 |
2007-11-05 | Get rid of a couple of inl/outl since we have defines. Also use some other de... | Barry Wardell | 2 | -8/+8 |
2007-11-05 | fix FS#7288 - pad the title of the scrolling settings so they actually scroll | Jonathan Gordon | 3 | -5/+30 |
2007-11-05 | e200/c200: Take advantage of mutex recursion for the tuner driver and dump th... | Michael Sevakis | 3 | -13/+6 |
2007-11-05 | MIDI: Make seeking neater by moving it into another file. Will be more useful... | Stepan Moskovchenko | 3 | -62/+70 |
2007-11-05 | SHould fix FS#8074, is more better regardless though | Brandon Low | 1 | -5/+17 |
2007-11-05 | Don't keep useless id3v2 or other leading tag data on the buffer, it could be... | Brandon Low | 4 | -9/+10 |
2007-11-04 | make initialisation of buffer/unbuffer call backs consistent with FS#6639 | Robert Kukla | 1 | -4/+2 |
2007-11-04 | Fix for FS#8082: | Robert Kukla | 3 | -3/+11 |
2007-11-04 | make handle_id of zero valid, stop using memsets to clear tracks, should be n... | Brandon Low | 2 | -37/+50 |