Age | Commit message (Expand) | Author |
2006-05-01 | Properly set audio_is_initialized flag for swcodec devices ad use it when ini... | Hardeep Sidhu |
2006-04-26 | Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)... | Jens Arnold |
2006-04-25 | SH targets: Protect against a gcc 3.3.x bug triggered by -O2 or -Os, in prepa... | Jens Arnold |
2006-04-22 | First commit of reworking voice to be mroe stable on swcodec | Brandon Low |
2005-11-06 | Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,... | Jens Arnold |
2005-08-29 | Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S... | Jens Arnold |
2005-08-20 | Initial voice ui support for software codec platforms. Added also a | Miika Pekkarinen |
2005-07-21 | Crossfade (and pcm buffer size) length is now configurable. | Miika Pekkarinen |
2005-07-20 | Implemented mp3_pause_done() for software codecs to make wps correctly | Miika Pekkarinen |
2005-06-03 | Removed unnecessary code. | Jens Arnold |
2005-05-13 | Fix simulator and iriver builds. | Jens Arnold |
2005-05-13 | (1) Wait for the MAS to run out of buffered data on fade out. Fixes bug #7789... | Jens Arnold |
2005-05-07 | Unused variable. | Jens Arnold |
2005-04-01 | Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx() | Linus Nielsen Feltzing |
2005-02-06 | Player: volume/balance/treble/bass handling improved. (1) Linear mapping of p... | Jens Arnold |
2005-02-03 | repair the iriver sim build | Daniel Stenberg |
2005-02-03 | less warnings on iriver builds | Daniel Stenberg |
2005-02-02 | provide a range of dummies to build on iriver | Daniel Stenberg |
2005-01-12 | New channel configuration setting, allowing fine-grained control of the stere... | Jens Arnold |
2005-01-09 | Use the register shadow variable in all places. | Jens Arnold |
2004-11-22 | The player also has MAS poweron reset, handle it. | Jens Arnold |
2004-11-07 | Player: Slightly shorter MAS poll interval fixes playback of 384 kbps 48 kHz ... | Jens Arnold |
2004-11-06 | Set the MAS serial bitrate to 1 MBit/s as intended. Fixed comment on frequency. | Jens Arnold |
2004-10-11 | Disabled S/PDIF out for models where S/PDIF output is not physically availabl... | Jens Arnold |
2004-10-05 | Oops, I meant to disable SDO | Linus Nielsen Feltzing |
2004-10-05 | Increased strength on S/PDIF outputs, fixes bug #770355 | Linus Nielsen Feltzing |
2004-10-02 | Fix: MAS SIBI control now is output as intended | Jens Arnold |
2004-10-01 | Fixed a typo which lead to non-initialized MAS on Ondio SP | Jens Arnold |
2004-10-01 | Ondio config cleanup, SIBI support | Jörg Hohensohn |
2004-09-29 | Added MAS3539F support (Ondio SP) | Jens Arnold |
2004-09-28 | a hell of a commit: changed several HAVE_xx configuration flags into multiple... | Jörg Hohensohn |
2004-09-13 | Now the Player balance setting works again | Linus Nielsen Feltzing |
2004-08-16 | Const policed pointer arguments to functions, part 1 | Jens Arnold |
2004-08-05 | Corrected MAS version checks | Jens Arnold |
2004-08-03 | More const policeing step 4 | Jens Arnold |
2004-07-27 | Balance is now set in 1% steps | Linus Nielsen Feltzing |
2004-07-24 | New feature: clean shutdown if you press OFF twice in the file browser, or se... | Linus Nielsen Feltzing |
2004-07-20 | Const'ed the various setting lookup tables | Jens Arnold |
2004-07-15 | Now uses shadow_7f1 correctly, so the pitch works again | Linus Nielsen Feltzing |
2004-07-06 | Bass boost removed in favour of some new sound settings: Super bass and five ... | Linus Nielsen Feltzing |
2004-06-22 | Added the (practically useless) 20ms option to the Auto Volume setting, for c... | Linus Nielsen Feltzing |
2004-06-21 | Simplified the settings code by removing the phys2val conversions. This has t... | Linus Nielsen Feltzing |
2004-06-11 | removed dead code | Linus Nielsen Feltzing |
2004-06-11 | mpeg_set_pitch now uses the 7f1 shadow register | Linus Nielsen Feltzing |
2004-04-05 | Patch #929680 by Jens Arnold, fixes bug #929680 by reducing the postpone_dma_... | Linus Nielsen Feltzing |
2004-03-21 | First try to get a better transition from a cancelled clip to a new one, by m... | Jörg Hohensohn |
2004-03-02 | Made set_irq_level() an inline function, and optimized it by removing the bit... | Linus Nielsen Feltzing |
2004-01-30 | mp3 playback "engine" now in plugin API, rocks can make sound | Jörg Hohensohn |
2004-01-10 | next round of playback function split: everything in place, working and used;... | Jörg Hohensohn |
2004-01-08 | add newline at end of file as older gcc compilers warn about this | Daniel Stenberg |