index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
recorder
/
recording.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
wps.c cleanup gui_show_wps
William Wilgus
1
-1
/
+1
2022-12-11
Eliminate skin updates in between activities
Christian Soffke
1
-1
/
+1
2022-10-05
gui: Remove "enum list_wrap" from list action functions
Aidan MacDonald
1
-1
/
+1
2022-05-03
add const to const * strings iriver Fix Red
William Wilgus
1
-1
/
+2
2022-05-03
add const to const * strings
William Wilgus
1
-1
/
+1
2022-04-16
apps: Add ability to do a clean reboot
Aidan MacDonald
1
-1
/
+2
2022-01-29
FiiO M3K: remove volume setting on rec. screen
Aidan MacDonald
1
-0
/
+12
2022-01-17
recscreen: clean up menu building code
Aidan MacDonald
1
-61
/
+31
2022-01-17
Fix some hardcoded assumptions in recording.c
Aidan MacDonald
1
-56
/
+97
2021-07-07
RFC: Fix a couple more dangling stack-allocated viewports
Solomon Peachy
1
-2
/
+4
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-77
/
+1
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
1
-286
/
+0
2019-08-04
fix recording.c file split time in seconds not minutes
William Wilgus
1
-1
/
+1
2018-12-23
Handle SYS_POWEROFF event in recorder and chessbox plugins
Solomon Peachy
1
-0
/
+5
2018-12-22
Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss)
William Wilgus
1
-30
/
+2
2018-12-09
Fix possible truncation misc.c->output_dyn_value + use Kibytes
William Wilgus
1
-1
/
+1
2018-12-08
Decrease static code size recording.c
William Wilgus
1
-42
/
+48
2018-12-08
Fix truncation warning recording.c->recording_screen
William Wilgus
1
-36
/
+37
2017-11-21
Undo hacks to meant to get around string formatting limitations
Michael Sevakis
1
-31
/
+1
2017-02-04
Implement speaker enable/disable on jack (un)plug
Amaury Pouly
1
-2
/
+2
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-1
/
+1
2013-12-23
fix some reds.
Thomas Martitz
1
-1
/
+2
2013-12-23
playback,talk: Share audiobuffer via core_alloc_maximum().
Thomas Martitz
1
-10
/
+0
2013-07-06
19b289a somehow missed one last LANG_RECORDING_FREQUENCY.
Michael Sevakis
1
-2
/
+1
2013-06-30
Temporarily disable keyclick in recording screen.
Michael Sevakis
1
-0
/
+7
2013-06-30
Update software recording engine to latest codec interface.
Michael Sevakis
1
-3
/
+10
2013-06-30
Fix some whitespace in files changed in following commit.
Michael Sevakis
1
-7
/
+7
2013-05-31
Refactor audio thread to run both recording and playback.
Michael Sevakis
1
-9
/
+0
2012-04-22
Simplify warning suppression for unused argument
Bertrik Sikken
1
-1
/
+1
2011-12-20
AGC: respect gain steps defined in audiohw_settings[]
Marcin Bukat
1
-4
/
+6
2011-12-11
Closing recording before initializing it the first time isn't needed and may ...
Michael Sevakis
1
-3
/
+0
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
1
-4
/
+3
2011-09-01
Shuffle some functions around so that interfacing with playback.c in particul...
Michael Sevakis
1
-1
/
+1
2011-08-14
Fix errors and warnings.
Thomas Martitz
1
-2
/
+2
2011-06-05
Make the histogram code usable for playback as well. Move the recording histo...
Peter D'Hoye
1
-116
/
+16
2011-06-01
FS#11925 - Add a proper system to keep track of the current screen/activity t...
Jonathan Gordon
1
-1
/
+2
2011-03-15
recording.c
Marcin Bukat
1
-34
/
+51
2010-11-29
FS#11725: fix duplicationg slash indicating root in filename.
Teruaki Kawashima
1
-1
/
+2
2010-10-31
Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...
Marcin Bukat
1
-1
/
+0
2010-08-01
Fix reds.
Thomas Martitz
1
-0
/
+1
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
1
-1
/
+1
2010-07-04
Simulator: build recording code
Rafaël Carré
1
-75
/
+2
2010-05-26
Fix r26298 yellow: Somehow missed those warnings. Need playback.h.
Michael Sevakis
1
-0
/
+1
2010-05-26
SWCODEC: Wait for audio init to complete before starting radio or recording; ...
Michael Sevakis
1
-0
/
+4
2010-05-09
slightly rework peakmeter handling to make it cleaner and be able to be used ...
Jonathan Gordon
1
-3
/
+3
2010-05-06
Fix some more snprintf related warnings.
Thomas Martitz
1
-1
/
+1
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-2
/
+2
2010-03-08
Fix two warnings that appear with gcc4.4.3. The one in recording.c ("compact_...
Thomas Martitz
1
-1
/
+2
2010-03-08
fix yellow
Peter D'Hoye
1
-1
/
+2
2010-03-08
change histogram display principle to scrolling and simplify the code a bit
Peter D'Hoye
1
-39
/
+28
[next]