index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
aiff.c
Age
Commit message (
Expand
)
Author
2011-02-20
Enforce that codecs wait for their metadata in a proper-ish and consistent ma...
Michael Sevakis
2010-07-26
aiff codec: small clean up
Rafaël Carré
2010-03-22
fix bug: WAV file playback does not resume (FS#11077)
Yoshihisa Uchida
2010-03-12
libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift.
Yoshihisa Uchida
2010-03-07
wave codec
Yoshihisa Uchida
2010-03-06
When seek action failed, play time is invalid.
Yoshihisa Uchida
2010-03-06
libpcm: decoded pcm depth corrects.
Yoshihisa Uchida
2010-02-24
libpcm: deletes PCM_CHUNK_SIZE.
Yoshihisa Uchida
2010-02-20
commit FS#10424 and FS#10425
Yoshihisa Uchida
2010-01-27
Commit FS#10423 by Yoshihisa Uchida. Adds support for floating point PCM to ...
Michael Giacomelli
2010-01-27
Fix warnings on 32 bit sim.
Michael Giacomelli
2010-01-27
Commit FS#10422 by Yoshihisa Uchida. Seperates WAV and AIFF parsing from PCM...
Michael Giacomelli
2009-01-10
Calculate watermark from bitrate and harddisk spinup time.
Björn Stenberg
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-02-24
Change to (or add) 'standard' codec startup delay, fixing potential startup p...
Magnus Holmgren
2007-11-05
Remove conf_filechunk, it should never have been a setting and its implementa...
Brandon Low
2007-04-23
AIFF COMM chunks might be larger than 18 bytes.
Jens Arnold
2007-03-17
Cast some more to keep both 32 bit and 64 bit simulator platforms happy.
Jens Arnold
2007-03-17
Fix simulator builds, and some debugf() format strings.
Jens Arnold
2007-02-26
SWCODEC: Fix the problem of replaygain not being applied unless the menu is ...
Michael Sevakis
2007-02-10
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...
Michael Sevakis
2007-02-07
Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...
Michael Sevakis
2006-11-26
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
Tomasz Malesinski
2006-11-26
SWCODEC: Stop clicks between tracks when resampler is active by only switchin...
Michael Sevakis
2006-11-25
Fixed header parsing in AIFF. The minimum header size is 54 bytes for an audi...
Michael Sevakis
2006-10-27
Re-enable the currently unused and broken dithering and noise shaping code al...
Thom Johansen
2006-04-22
First commit of reworking voice to be mroe stable on swcodec
Brandon Low
2006-04-15
Put new_track on the codec_api, and use it instead of the reload_codec variab...
Brandon Low
2006-03-24
Fix warnings
Brandon Low
2006-03-20
Code policed. Converted to generate internal s3.28 format directly (next
Thom Johansen
2006-02-01
Minor code policing
Linus Nielsen Feltzing
2006-02-01
Patch #1421483 - AIFF codec by Jvo Studer
Dave Chapman