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