summaryrefslogtreecommitdiff
path: root/apps/recorder (follow)
Commit message (Expand)AuthorAge
* AGC: respect gain steps defined in audiohw_settings[]Marcin Bukat2011-12-20
* Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero2011-12-19
* Fix bitmap scaling for Coldfire. Closes FS#12411.Andree Buschmann2011-12-19
* Add const to global pointers to strings.Boris Gjenero2011-12-17
* FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero2011-12-14
* Closing recording before initializing it the first time isn't needed and may ...Michael Sevakis2011-12-11
* Move the PCMREC_E/W_* defines back to pcm_record.h because they're part of th...Michael Sevakis2011-12-08
* Add a second boost condition to the recording PCM buffer to boost the CPU whe...Michael Sevakis2011-12-08
* AS3525v1/v2:Michael Sevakis2011-12-08
* Sansa Connect: Add keymap for YesNo dialog and keyboardTomasz Moń2011-11-29
* FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero2011-11-29
* Use buflib for all skin engine allocations.Jonathan Gordon2011-11-15
* Handle 32bit bitmaps with all-zero alpha channel as fully opaque.Thomas Martitz2011-11-11
* Document the internal alpha channel format better, and fixes for 32bit alpha ...Thomas Martitz2011-11-11
* Set alpha_offset to zero when loading a JPEG.Boris Gjenero2011-11-09
* Fix warning on mrobe100.Thomas Martitz2011-11-08
* Adapt the resize-on-load image scalers to support the alpha channel.Thomas Martitz2011-11-08
* Support for transparency in 32bit bitmaps on color targets.Thomas Martitz2011-11-08
* Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon2011-11-08
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Revert 30754 because the codecs won't build correctly, anyway.Fred Bauer2011-10-15
* undef DEBUG in pcm_record.c because it's broken and breaks DEBUG buildsFred Bauer2011-10-14
* Make function calc_db in peakmeter.c staticBertrik Sikken2011-10-04
* FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon2011-09-24
* Roll back r30416. A proper fix of this warning will end in an #ifdef-hell.Andree Buschmann2011-09-03
* Remove 'set but not used' warning by GCC 4.6.1.Andree Buschmann2011-09-03
* Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis2011-09-01
* Fix errors and warnings.Thomas Martitz2011-08-14
* GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz2011-08-14
* #ifdef hell makes effectively suppressing this warning impossible, so stop tr...Frank Gevaerts2011-08-01
* Move the "warning suppression" down, so it comes after the last write to "rem...Frank Gevaerts2011-08-01
* Suppress a "variable 'remote' set but not used" warning that some gcc version...Frank Gevaerts2011-08-01
* Use playback channel directly for peakmeters and plugins using peak calculati...Michael Sevakis2011-07-02
* Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis2011-06-29
* Remove a couple of dead inits and assignments found by the clang-static-analy...Nils Wallménius2011-06-12
* Make the histogram code usable for playback as well. Move the recording histo...Peter D'Hoye2011-06-05
* FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon2011-06-01
* Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann2011-05-01
* remove set but unused variableRafaël Carré2011-03-28
* recording.cMarcin Bukat2011-03-15
* Change the thread api a bit.Thomas Martitz2011-03-05
* Fix warning in android build.Thomas Martitz2011-02-27
* Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis2011-02-23
* Fix test plugin build.Andree Buschmann2011-02-10
* Embedded album art support in MP3/ID3v2 tags.Thomas Martitz2011-02-09
* Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann2011-02-02
* Fix yellowThomas Martitz2011-01-29
* FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon2011-01-13
* FS#11725: fix duplicationg slash indicating root in filename.Teruaki Kawashima2010-11-29
* Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat2010-10-31