Age | Commit message (Expand) | Author |
2020-07-24 | [3/4] Completely remove HWCODEC support | Solomon Peachy |
2018-10-18 | Fix playback.c audio_track_count() warning | William Wilgus |
2017-11-24 | Do playback restarts the proper way | Michael Sevakis |
2013-12-23 | playback,talk: Share audiobuffer via core_alloc_maximum(). | Thomas Martitz |
2013-07-13 | Get rid of some superfluous single-purpose functions in playback. | Michael Sevakis |
2013-07-12 | Fix whitespace in files for following commit. | Michael Sevakis |
2013-05-31 | Refactor audio thread to run both recording and playback. | Michael Sevakis |
2013-03-24 | Change audio_set_cuesheet parameter from int to bool (fixes cppcheck warning) | Bertrik Sikken |
2011-12-14 | FS#12378 : Remove various unused code, and comment out some unused code and d... | Boris Gjenero |
2011-09-01 | Shuffle some functions around so that interfacing with playback.c in particul... | Michael Sevakis |
2011-08-14 | GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions. | Thomas Martitz |
2011-04-27 | Get rid of a committed #define from kernel.h that didn't make the final cut. ... | Michael Sevakis |
2011-04-27 | Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib... | Michael Sevakis |
2011-04-07 | Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ... | Andree Buschmann |
2011-04-07 | Fix regressions of r29682. Update playlist index resume position when playlis... | Andree Buschmann |
2011-02-23 | Give playback engine better control over the codec. Codec simply follows comm... | Michael Sevakis |
2011-02-09 | Embedded album art support in MP3/ID3v2 tags. | Thomas Martitz |
2009-11-16 | mpeg.h/c cleanup | Jeffrey Goode |
2009-11-16 | Cleanup audio.h, related functions | Jeffrey Goode |
2009-11-16 | pcmbuf cleanup | Jeffrey Goode |
2009-11-10 | Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond... | Jeffrey Goode |
2009-11-09 | Playback: removed duplicate functions | Jeffrey Goode |
2009-11-05 | pcmbuf: clarify and simplify crossfade code, etc. | Jeffrey Goode |
2009-11-04 | Clarify track transition code in pcmbuf and playback. No functional changes yet. | Jeffrey Goode |
2009-11-01 | Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to l... | Jeffrey Goode |
2009-10-31 | FS#10739: playback.c code split | Jeffrey Goode |
2009-10-16 | Rework albumart buffering internally to allow for mutliple albumart sizes. | Thomas Martitz |
2009-08-03 | A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st... | Thomas Martitz |
2009-01-05 | Have the codec thread do callbacks instead of messing with the stack which is... | Michael Sevakis |
2008-12-25 | Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama... | Michael Giacomelli |
2008-07-15 | Accept FS#8918: Voice multiple thumbnails and talk race fixes. | Stéphane Doyon |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-05-04 | Accept FS#6188: study mode. | Stéphane Doyon |
2008-04-28 | Cleaned up playblack.h header file and usage of it. | Bertrik Sikken |
2008-04-27 | Updated use of events.h header file. | Bertrik Sikken |
2008-03-28 | Revert my earlier const madness, we'll keep the parameter lists simple. | Steve Bavin |
2008-03-28 | The const police raid playback.c, should be no change to behaviour. | Steve Bavin |
2008-03-20 | CODEC_IDX_{AUDIO,VOICE} are already defined in apps/dsp.h | Antoine Cellerier |
2008-03-16 | Implement the playback event handling as a system-wide multi-purpose event sy... | Miika Pekkarinen |
2008-03-08 | Fixed yellow. | Miika Pekkarinen |
2008-03-07 | Rewritten playback event handling. Should fix runtime statistics gathering. | Miika Pekkarinen |
2007-10-31 | Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by rem... | Nicolas Pennequin |
2007-10-25 | Finally commit Metadata on Buffer! | Nicolas Pennequin |
2007-10-02 | Thanks to Nico_P, struct track_info can now be internal to playback.c | Steve Bavin |
2007-08-06 | Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ... | Nils Wallménius |
2007-05-07 | Revert the addition of the steal_codec_stack function. Replace by accessing ... | Dave Chapman |
2007-05-07 | Use a separate thread in test_codec, with the same (IRAM) stack as the main c... | Dave Chapman |
2007-05-07 | Initial version of a test_codec plugin (viewer). This loads the audio file i... | Dave Chapman |
2007-05-07 | Minor header file cleanup - try and include the minimal number of files, and ... | Dave Chapman |
2007-03-19 | SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the... | Michael Sevakis |