summaryrefslogtreecommitdiff
path: root/firmware/mp3_playback.c (follow)
Commit message (Expand)AuthorAge
* Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold2005-11-06
* Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold2005-08-29
* Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen2005-08-20
* Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen2005-07-21
* Implemented mp3_pause_done() for software codecs to make wps correctlyMiika Pekkarinen2005-07-20
* Removed unnecessary code.Jens Arnold2005-06-03
* Fix simulator and iriver builds.Jens Arnold2005-05-13
* (1) Wait for the MAS to run out of buffered data on fade out. Fixes bug #7789...Jens Arnold2005-05-13
* Unused variable.Jens Arnold2005-05-07
* Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing2005-04-01
* Player: volume/balance/treble/bass handling improved. (1) Linear mapping of p...Jens Arnold2005-02-06
* repair the iriver sim buildDaniel Stenberg2005-02-03
* less warnings on iriver buildsDaniel Stenberg2005-02-03
* provide a range of dummies to build on iriverDaniel Stenberg2005-02-02
* New channel configuration setting, allowing fine-grained control of the stere...Jens Arnold2005-01-12
* Use the register shadow variable in all places.Jens Arnold2005-01-09
* The player also has MAS poweron reset, handle it.Jens Arnold2004-11-22
* Player: Slightly shorter MAS poll interval fixes playback of 384 kbps 48 kHz ...Jens Arnold2004-11-07
* Set the MAS serial bitrate to 1 MBit/s as intended. Fixed comment on frequency.Jens Arnold2004-11-06
* Disabled S/PDIF out for models where S/PDIF output is not physically availabl...Jens Arnold2004-10-11
* Oops, I meant to disable SDOLinus Nielsen Feltzing2004-10-05
* Increased strength on S/PDIF outputs, fixes bug #770355Linus Nielsen Feltzing2004-10-05
* Fix: MAS SIBI control now is output as intendedJens Arnold2004-10-02
* Fixed a typo which lead to non-initialized MAS on Ondio SPJens Arnold2004-10-01
* Ondio config cleanup, SIBI supportJörg Hohensohn2004-10-01
* Added MAS3539F support (Ondio SP)Jens Arnold2004-09-29
* a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn2004-09-28
* Now the Player balance setting works againLinus Nielsen Feltzing2004-09-13
* Const policed pointer arguments to functions, part 1Jens Arnold2004-08-16
* Corrected MAS version checksJens Arnold2004-08-05
* More const policeing step 4Jens Arnold2004-08-03
* Balance is now set in 1% stepsLinus Nielsen Feltzing2004-07-27
* New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing2004-07-24
* Const'ed the various setting lookup tablesJens Arnold2004-07-20
* Now uses shadow_7f1 correctly, so the pitch works againLinus Nielsen Feltzing2004-07-15
* Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing2004-07-06
* Added the (practically useless) 20ms option to the Auto Volume setting, for c...Linus Nielsen Feltzing2004-06-22
* Simplified the settings code by removing the phys2val conversions. This has t...Linus Nielsen Feltzing2004-06-21
* removed dead codeLinus Nielsen Feltzing2004-06-11
* mpeg_set_pitch now uses the 7f1 shadow registerLinus Nielsen Feltzing2004-06-11
* Patch #929680 by Jens Arnold, fixes bug #929680 by reducing the postpone_dma_...Linus Nielsen Feltzing2004-04-05
* First try to get a better transition from a cancelled clip to a new one, by m...Jörg Hohensohn2004-03-21
* Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing2004-03-02
* mp3 playback "engine" now in plugin API, rocks can make soundJörg Hohensohn2004-01-30
* next round of playback function split: everything in place, working and used;...Jörg Hohensohn2004-01-10
* add newline at end of file as older gcc compilers warn about thisDaniel Stenberg2004-01-08
* still trying to fix the sim (blindfolded)Jörg Hohensohn2004-01-05
* Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn2004-01-05