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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
codec_thread.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-14
opus reset decoder on seek completion to prevent stack overflow
William Wilgus
1
-1
/
+2
2018-10-09
fix builds broken by the selective stack bump for opus seeking.
Solomon Peachy
1
-1
/
+7
2018-09-28
misc: Fix some assorted compiler warnings
Solomon Peachy
1
-3
/
+3
2018-09-28
fix FS#13060 - Seeking in long opus files leads to crash on Sansa Clip+
Martin Nowak
1
-1
/
+3
2017-12-07
Remove explicit 'enum codec_command_action' in codec API
Michael Sevakis
1
-3
/
+2
2014-08-30
Remove I/O priority. It is harmful when used with the new file code.
Michael Sevakis
1
-8
/
+0
2014-01-05
Do not include kernel.h in system.h.
Thomas Martitz
1
-0
/
+1
2013-07-06
Enable setting of global output samplerate on certain targets.
Michael Sevakis
1
-0
/
+1
2013-06-29
SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back.
Michael Sevakis
1
-1
/
+1
2013-06-30
Update software recording engine to latest codec interface.
Michael Sevakis
1
-7
/
+52
2013-05-31
Refactor audio thread to run both recording and playback.
Michael Sevakis
1
-0
/
+1
2012-05-13
More strictly enforce "no PCM insert" rules for codecs.
Michael Sevakis
1
-20
/
+27
2012-05-07
Stop clickiness on manual track changes as best as possible.
Michael Sevakis
1
-1
/
+1
2012-04-29
Make rbcodec/dsp includes more specific.
Michael Sevakis
1
-1
/
+1
2012-04-29
Fundamentally rewrite much of the audio DSP.
Michael Sevakis
1
-34
/
+22
2011-12-17
Commit to certain names for cache coherency APIs and discard the aliases.
Michael Sevakis
1
-2
/
+2
2011-09-01
Remove obsolete init cruft from audio system because of diminished dependenci...
Michael Sevakis
1
-30
/
+21
2011-08-30
Submit parts of FS#12189 regarding codec API. Replaces access to global setti...
Andree Buschmann
1
-0
/
+7
2011-08-28
Commit work started in FS#12153 to put timing/position information in PCM
Michael Sevakis
1
-8
/
+10
2011-07-21
is_codec_thread() is not needed anymore since PCM buffer calls other than vol...
Michael Sevakis
1
-6
/
+0
2011-05-09
Renaming for the sake of consistency.
Andree Buschmann
1
-1
/
+1
2011-05-08
Move implementation of codec_get_buffer() to codec.c, make related variables ...
Andree Buschmann
1
-14
/
+1
2011-04-27
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
1
-293
/
+386
2011-03-16
Purge buffer and codec APIs existing exclusively in support of mpa.codec and ...
Michael Sevakis
1
-7
/
+0
2011-03-06
Remove malloc_buf references from playback.c since it's no longer used for an...
Michael Sevakis
1
-3
/
+8
2011-03-05
Change the thread api a bit.
Thomas Martitz
1
-1
/
+1
2011-02-23
Give playback engine better control over the codec. Codec simply follows comm...
Michael Sevakis
1
-250
/
+204
2011-02-14
All kernel objects in code shared amongs targets (core, plugins, codecs) shou...
Michael Sevakis
1
-3
/
+3
2011-02-03
Submit FS#11918: Add 2 more codec types to be able to differentiate between A...
Andree Buschmann
1
-2
/
+31
2009-11-11
pcmbuf: bug fix with pcmbuf flush, code cleanup, added comments
Jeffrey Goode
1
-7
/
+5
2009-11-10
Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond...
Jeffrey Goode
1
-1
/
+4
2009-11-09
pcmbuf: more refactoring
Jeffrey Goode
1
-1
/
+1
2009-11-09
Playback: removed duplicate functions
Jeffrey Goode
1
-8
/
+9
2009-11-05
pcmbuf: clarify and simplify crossfade code, etc.
Jeffrey Goode
1
-42
/
+2
2009-11-05
pcmbuf: better latency calculation, added debug code
Jeffrey Goode
1
-4
/
+4
2009-11-04
Clarify track transition code in pcmbuf and playback. No functional changes yet.
Jeffrey Goode
1
-41
/
+3
2009-11-01
Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to l...
Jeffrey Goode
1
-212
/
+158
2009-10-31
FS#10739: playback.c code split
Jeffrey Goode
1
-0
/
+784