summaryrefslogtreecommitdiffstats
path: root/apps/recorder/recording.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-77/+1
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-286/+0
2019-08-04fix recording.c file split time in seconds not minutesWilliam Wilgus1-1/+1
2018-12-23Handle SYS_POWEROFF event in recorder and chessbox pluginsSolomon Peachy1-0/+5
2018-12-22Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss)William Wilgus1-30/+2
2018-12-09Fix possible truncation misc.c->output_dyn_value + use KibytesWilliam Wilgus1-1/+1
2018-12-08Decrease static code size recording.cWilliam Wilgus1-42/+48
2018-12-08Fix truncation warning recording.c->recording_screenWilliam Wilgus1-36/+37
2017-11-21Undo hacks to meant to get around string formatting limitationsMichael Sevakis1-31/+1
2017-02-04Implement speaker enable/disable on jack (un)plugAmaury Pouly1-2/+2
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-1/+1
2013-12-23fix some reds.Thomas Martitz1-1/+2
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz1-10/+0
2013-07-0619b289a somehow missed one last LANG_RECORDING_FREQUENCY.Michael Sevakis1-2/+1
2013-06-30Temporarily disable keyclick in recording screen.Michael Sevakis1-0/+7
2013-06-30Update software recording engine to latest codec interface.Michael Sevakis1-3/+10
2013-06-30Fix some whitespace in files changed in following commit.Michael Sevakis1-7/+7
2013-05-31Refactor audio thread to run both recording and playback.Michael Sevakis1-9/+0
2012-04-22Simplify warning suppression for unused argumentBertrik Sikken1-1/+1
2011-12-20AGC: respect gain steps defined in audiohw_settings[]Marcin Bukat1-4/+6
2011-12-11Closing recording before initializing it the first time isn't needed and may ...Michael Sevakis1-3/+0
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-4/+3
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 Martitz1-2/+2
2011-06-05Make the histogram code usable for playback as well. Move the recording histo...Peter D'Hoye1-116/+16
2011-06-01FS#11925 - Add a proper system to keep track of the current screen/activity t...Jonathan Gordon1-1/+2
2011-03-15recording.cMarcin Bukat1-34/+51
2010-11-29FS#11725: fix duplicationg slash indicating root in filename.Teruaki Kawashima1-1/+2
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat1-1/+0
2010-08-01Fix reds.Thomas Martitz1-0/+1
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-1/+1
2010-07-04Simulator: build recording codeRafaël Carré1-75/+2
2010-05-26Fix r26298 yellow: Somehow missed those warnings. Need playback.h.Michael Sevakis1-0/+1
2010-05-26SWCODEC: Wait for audio init to complete before starting radio or recording; ...Michael Sevakis1-0/+4
2010-05-09slightly rework peakmeter handling to make it cleaner and be able to be used ...Jonathan Gordon1-3/+3
2010-05-06Fix some more snprintf related warnings.Thomas Martitz1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-2/+2
2010-03-08Fix two warnings that appear with gcc4.4.3. The one in recording.c ("compact_...Thomas Martitz1-1/+2
2010-03-08fix yellowPeter D'Hoye1-1/+2
2010-03-08change histogram display principle to scrolling and simplify the code a bitPeter D'Hoye1-39/+28
2010-03-06fix cutoff of f2/f3_rec_screen in the recording screen. Teruaki Kawashima1-0/+2
2010-03-03Histogram display on recording screen. Based on the work of Jvo Studer in FS ...Peter D'Hoye1-49/+189
2010-01-03Disable speaker when recording to prevent feedback.Maurus Cuelenaere1-0/+10
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-12/+3
2009-11-16mpeg.h/c cleanupJeffrey Goode1-1/+0
2009-10-31FS#10739: playback.c code splitJeffrey Goode1-1/+0
2009-10-29Revert the recording key functionality changes back to before r21034: Both pl...Peter D'Hoye1-21/+22
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius1-4/+7
2009-10-17Const correctness for output_dyn_value and unify some identical constantsNils Wallménius1-7/+0
2009-10-11Avoid more useless string copys and make some random cleanupsNils Wallménius1-5/+4