..
demac
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
lib
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
liba52
Change liba52 and libmad to the original 8-spaced tabbing.
2010-02-22 21:02:57 +00:00
libalac
FS #10690 : Add support for 24 bit ALAC files based on libalac 0.2.0
2010-02-03 00:37:24 +00:00
libasap
Remove all tabs within codec path.
2010-02-22 19:44:05 +00:00
libasf
nomsg
2010-05-09 21:42:09 +00:00
libatrac
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
libcook
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
libfaad
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
libffmpegFLAC
flac: remove ARM assembly
2010-05-10 13:01:40 +00:00
libm4a
Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in mp4 files.
2010-01-02 21:02:13 +00:00
libmad
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
libmusepack
Unroll mpc's requantization loops for some (minor) speed up.
2010-05-07 21:36:55 +00:00
libpcm
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
librm
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
libspc
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter.
2010-05-06 17:35:13 +00:00
libspeex
Remove all tabs within codec path.
2010-02-22 19:44:05 +00:00
libtremor
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
libwavpack
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
libwma
wmafixed.h: remove double declaration
2010-05-10 10:20:55 +00:00
libwmapro
Fix ffmpeg revision number in libwmapro/README.rockbox
2010-05-09 21:52:35 +00:00
a52.c
Make local functions static in codecs, where possible.
2008-12-29 19:49:48 +00:00
a52_rm.c
Set svn:keywords property.
2009-11-18 01:00:43 +00:00
aac.c
Fix FS#11127. r25165 introduced a bug to the aac codec, which lead to not resetting the time position.
2010-03-19 15:27:10 +00:00
adx.c
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
aiff.c
fix bug: WAV file playback does not resume (FS#11077)
2010-03-22 10:02:05 +00:00
aiff_enc.c
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter.
2010-05-06 17:35:13 +00:00
alac.c
Implement resume for alac codec.
2010-03-14 16:05:12 +00:00
ape.c
FS#10122 - Fix wrong format type of logf functions in speex.c
2009-09-30 12:56:33 +00:00
asap.c
correctly set playback time in the asap codec. (metadata parser might not do it for all fileformats).
2010-02-08 16:48:56 +00:00
atrac3_oma.c
Make atrac3 streams in wav containers work again (error was introduced with r24782). Add additional info to atrac3 debug information.
2010-03-12 18:47:13 +00:00
atrac3_rm.c
Make atrac3 streams in wav containers work again (error was introduced with r24782). Add additional info to atrac3 debug information.
2010-03-12 18:47:13 +00:00
au.c
fix bug: WAV file playback does not resume (FS#11077)
2010-03-22 10:02:05 +00:00
codec_crt0.c
Mac doesn't handle placing variables in specific sections very well. Building the sim on OS X is now possible once again.
2009-02-27 07:30:41 +00:00
codecs.make
nomsg
2010-05-09 21:42:09 +00:00
cook.c
Optimization for cook codec. Rework sample output to be able to use highly optimized dsp routines. Moved some functions to iram. Speeds up codec by 1.3 MHz on PP5022.
2010-02-21 19:47:05 +00:00
flac.c
Fix FS#10476. Prevent FLAC bitrate calculation overflow with large files. The watermark depends on the bitrate, and so this also fixes playback pauses on large FLAC files.
2009-08-08 20:27:03 +00:00
mod.c
Simplify some expressions using the ? operator
2010-01-01 22:47:25 +00:00
mp3_enc.c
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter.
2010-05-06 17:35:13 +00:00
mpa.c
Remove more tabs
2010-02-07 18:38:47 +00:00
mpc.c
Fix FS#11103. Resuming musepack files was handled wrong since ages. This change converts the decoders exact sample position to an estimated byte position within the file. The resume position in samples is calculated the reverse way,
2010-03-14 13:32:16 +00:00
nsf.c
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter.
2010-05-06 17:35:13 +00:00
raac.c
Set svn:keywords property.
2009-11-18 01:00:43 +00:00
shorten.c
Calculate watermark from bitrate and harddisk spinup time.
2009-01-10 21:10:56 +00:00
sid.c
Remove more tabs
2010-02-07 18:38:47 +00:00
smaf.c
fix bug: WAV file playback does not resume (FS#11077)
2010-03-22 10:02:05 +00:00
SOURCES
nomsg
2010-05-09 21:42:09 +00:00
spc.c
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode
2009-07-05 18:06:07 +00:00
speex.c
FS#10122 - Fix wrong format type of logf functions in speex.c
2009-09-30 12:56:33 +00:00
vorbis.c
Remove more tabs
2010-02-07 18:38:47 +00:00
vox.c
fix bug: WAV file playback does not resume (FS#11077)
2010-03-22 10:02:05 +00:00
wav.c
fix bug: WAV file playback does not resume (FS#11077)
2010-03-22 10:02:05 +00:00
wav64.c
fix bug: WAV file playback does not resume (FS#11077)
2010-03-22 10:02:05 +00:00
wav_enc.c
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter.
2010-05-06 17:35:13 +00:00
wavpack.c
Calculate watermark from bitrate and harddisk spinup time.
2009-01-10 21:10:56 +00:00
wavpack_enc.c
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter.
2010-05-06 17:35:13 +00:00
wma.c
Remove unnecessary parameter (struct codec_api* ci) passed to libasf functions, and consequently remove the no-longer needed #ifdef in apps/codecs/libasf/asf.h
2010-05-02 20:07:11 +00:00
wmapro.c
nomsg
2010-05-09 21:42:09 +00:00