summaryrefslogtreecommitdiff
path: root/firmware/mp3_playback.c (follow)
Commit message (Expand)AuthorAge
* Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat2010-10-31
* Remove lots of simulator-speficic #ifdef'ing in sound.c to allow for DSP effe...Thomas Martitz2010-04-25
* Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg2008-10-14
* Make local function static in mp3_playback.c and match usb_init_device protot...Bertrik Sikken2008-09-12
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* compile talk.c on hwcodec sim. it wont actually talk thoughJonathan Gordon2007-11-07
* Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius2007-06-13
* * move audio settings into audio codec driversChristian Gmeiner2007-05-22
* Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold2007-04-11
* Guess there were more changes to it.:) Odd that mine built until a make clean.Michael Sevakis2007-03-09
* Properly set audio_is_initialized flag for swcodec devices ad use it when ini...Hardeep Sidhu2006-05-01
* Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)...Jens Arnold2006-04-26
* SH targets: Protect against a gcc 3.3.x bug triggered by -O2 or -Os, in prepa...Jens Arnold2006-04-25
* First commit of reworking voice to be mroe stable on swcodecBrandon Low2006-04-22
* 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