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
/
codecs
/
libffmpegFLAC
/
decoder.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-25
Add codecs to librbcodec.
Sean Bartell
1
-627
/
+0
2011-12-19
FS#12463: Improve performance for multichannel FLAC decoding. Speeds up decod...
Andree Buschmann
1
-0
/
+1
2011-12-14
FS#12443: Implement downmixing to stereo for multichannel flac.
Andree Buschmann
1
-5
/
+88
2011-12-14
Correct decorrelation within flac decoding. Finally fixes FS#12371.
Andree Buschmann
1
-1
/
+1
2011-12-10
Fix decoding of multichannel flac, refactor sample buffer handling and decorr...
Andree Buschmann
1
-62
/
+18
2010-11-17
ffmpeg flac does actually support up to 192k sample rates, and my test file s...
Michael Giacomelli
1
-2
/
+2
2010-07-15
Remove two unused macros.
Nils Wallménius
1
-3
/
+0
2010-05-10
Revert r25929. Test have shown that the assembler code is more than 50% faste...
Jens Arnold
1
-0
/
+6
2010-05-10
flac: remove ARM assembly
Rafaël Carré
1
-6
/
+0
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
1
-1
/
+1
2007-11-08
from ffmpeg: replace FIR with finite differences.
Marcoen Hirschberg
1
-15
/
+15
2007-11-07
from ffmpeg: Add decoding support for variable block size FLAC files using th...
Marcoen Hirschberg
1
-1
/
+1
2007-11-07
from ffmpeg: Add support for FLAC's new RICE2 entropy coding method. fixes 24...
Marcoen Hirschberg
1
-3
/
+3
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
1
-5
/
+5
2006-11-09
Added macros controlling what goes to IRAM on different targets.
Tomasz Malesinski
1
-6
/
+6
2006-11-08
Sample-accurate seeking for FLAC
Adam Boot
1
-0
/
+2
2006-10-25
Assembler optimised FLAC 24 bit handling routines for Coldfire based players....
Thom Johansen
1
-2
/
+11
2006-03-06
Enable ARM optimisation.
Thom Johansen
1
-0
/
+5
2005-11-11
Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...
Dave Chapman
1
-14
/
+0
2005-11-03
Move all code into IRAM
Dave Chapman
1
-1
/
+11
2005-10-28
Enabled the FLAC EMAC optimisations.
Thom Johansen
1
-0
/
+9
2005-10-28
Add more useful error codes from decoder
Dave Chapman
1
-45
/
+30
2005-10-26
New FLAC decoder from the ffmpeg project
Dave Chapman
1
-0
/
+584