summaryrefslogtreecommitdiff
path: root/firmware/mp3_playback.c
AgeCommit message (Expand)Author
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius
2007-05-22* move audio settings into audio codec driversChristian Gmeiner
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold
2007-03-09Guess there were more changes to it.:) Odd that mine built until a make clean.Michael Sevakis
2006-05-01Properly set audio_is_initialized flag for swcodec devices ad use it when ini...Hardeep Sidhu
2006-04-26Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)...Jens Arnold
2006-04-25SH targets: Protect against a gcc 3.3.x bug triggered by -O2 or -Os, in prepa...Jens Arnold
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen
2005-07-21Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen
2005-07-20Implemented mp3_pause_done() for software codecs to make wps correctlyMiika Pekkarinen
2005-06-03Removed unnecessary code.Jens Arnold
2005-05-13Fix 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-07Unused variable.Jens Arnold
2005-04-01Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing
2005-02-06Player: volume/balance/treble/bass handling improved. (1) Linear mapping of p...Jens Arnold
2005-02-03repair the iriver sim buildDaniel Stenberg
2005-02-03less warnings on iriver buildsDaniel Stenberg
2005-02-02provide a range of dummies to build on iriverDaniel Stenberg
2005-01-12New channel configuration setting, allowing fine-grained control of the stere...Jens Arnold
2005-01-09Use the register shadow variable in all places.Jens Arnold
2004-11-22The player also has MAS poweron reset, handle it.Jens Arnold
2004-11-07Player: Slightly shorter MAS poll interval fixes playback of 384 kbps 48 kHz ...Jens Arnold
2004-11-06Set the MAS serial bitrate to 1 MBit/s as intended. Fixed comment on frequency.Jens Arnold
2004-10-11Disabled S/PDIF out for models where S/PDIF output is not physically availabl...Jens Arnold
2004-10-05Oops, I meant to disable SDOLinus Nielsen Feltzing
2004-10-05Increased strength on S/PDIF outputs, fixes bug #770355Linus Nielsen Feltzing
2004-10-02Fix: MAS SIBI control now is output as intendedJens Arnold
2004-10-01Fixed a typo which lead to non-initialized MAS on Ondio SPJens Arnold
2004-10-01Ondio config cleanup, SIBI supportJörg Hohensohn
2004-09-29Added MAS3539F support (Ondio SP)Jens Arnold
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn
2004-09-13Now the Player balance setting works againLinus Nielsen Feltzing
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold
2004-08-05Corrected MAS version checksJens Arnold
2004-08-03More const policeing step 4Jens Arnold
2004-07-27Balance is now set in 1% stepsLinus Nielsen Feltzing
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing
2004-07-20Const'ed the various setting lookup tablesJens Arnold
2004-07-15Now uses shadow_7f1 correctly, so the pitch works againLinus Nielsen Feltzing
2004-07-06Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing
2004-06-22Added the (practically useless) 20ms option to the Auto Volume setting, for c...Linus Nielsen Feltzing
2004-06-21Simplified the settings code by removing the phys2val conversions. This has t...Linus Nielsen Feltzing
2004-06-11removed dead codeLinus Nielsen Feltzing
2004-06-11mpeg_set_pitch now uses the 7f1 shadow registerLinus Nielsen Feltzing
2004-04-05Patch #929680 by Jens Arnold, fixes bug #929680 by reducing the postpone_dma_...Linus Nielsen Feltzing
2004-03-21First try to get a better transition from a cancelled clip to a new one, by m...Jörg Hohensohn