index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libffmpegFLAC
/
decoder.c
(
unfollow
)
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2011-12-19
FS#12463: Improve performance for multichannel FLAC decoding. Speeds up decod...
Andree Buschmann
2011-12-14
FS#12443: Implement downmixing to stereo for multichannel flac.
Andree Buschmann
2011-12-14
Correct decorrelation within flac decoding. Finally fixes FS#12371.
Andree Buschmann
2011-12-10
Fix decoding of multichannel flac, refactor sample buffer handling and decorr...
Andree Buschmann
2010-11-17
ffmpeg flac does actually support up to 192k sample rates, and my test file s...
Michael Giacomelli
2010-07-15
Remove two unused macros.
Nils Wallménius
2010-05-10
Revert r25929. Test have shown that the assembler code is more than 50% faste...
Jens Arnold
2010-05-10
flac: remove ARM assembly
Rafaël Carré
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2007-11-08
from ffmpeg: replace FIR with finite differences.
Marcoen Hirschberg
2007-11-07
from ffmpeg: Add decoding support for variable block size FLAC files using th...
Marcoen Hirschberg
2007-11-07
from ffmpeg: Add support for FLAC's new RICE2 entropy coding method. fixes 24...
Marcoen Hirschberg
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
2006-11-09
Added macros controlling what goes to IRAM on different targets.
Tomasz Malesinski
2006-11-08
Sample-accurate seeking for FLAC
Adam Boot
2006-10-25
Assembler optimised FLAC 24 bit handling routines for Coldfire based players....
Thom Johansen
2006-03-06
Enable ARM optimisation.
Thom Johansen
2005-11-11
Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...
Dave Chapman
2005-11-03
Move all code into IRAM
Dave Chapman
2005-10-28
Enabled the FLAC EMAC optimisations.
Thom Johansen
2005-10-28
Add more useful error codes from decoder
Dave Chapman
2005-10-26
New FLAC decoder from the ffmpeg project
Dave Chapman