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
(
follow
)
Commit message (
Expand
)
Author
Age
*
FS#12141 by Sean Bartell
Nils Wallménius
2011-06-02
*
Use __builtin_constant_p() to select the best byteswapping method: constant o...
Michael Sevakis
2011-01-30
*
Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1
Nils Wallménius
2011-01-12
*
ffmpeg flac does actually support up to 192k sample rates, and my test file s...
Michael Giacomelli
2010-11-17
*
Shorten: tweak some inline asm, use local lables to not cause problems when t...
Nils Wallménius
2010-07-20
*
Remove two unused macros.
Nils Wallménius
2010-07-15
*
Properly fix warning by copying the swap16 and swap32 inline functions from s...
Nils Wallménius
2010-07-15
*
Hopefully fix 'comparison between signed and unsigned' warning
Nils Wallménius
2010-07-15
*
Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea...
Nils Wallménius
2010-07-15
*
FS#11335 by me: make ARM assembly functions thumb-friendly
Rafaël Carré
2010-06-11
*
Submit FS#11381. Use -O2 for ffmpegFLAC on ARM targets. This will give reason...
Andree Buschmann
2010-06-09
*
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é
2010-05-10
*
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2010-05-06
*
Remove all tabs within codec path.
Andree Buschmann
2010-02-22
*
Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes.
Andrew Mahone
2009-12-06
*
Move av_log2 function and asociated table to the codec lib, remove 3 identica...
Nils Wallménius
2009-12-05
*
Use clz instruction to calculate integer logarithms, speeds up decoding of on...
Nils Wallménius
2009-11-29
*
Check some previously unchecked return values in the standalone FLAC test pro...
Dave Chapman
2009-05-08
*
Fix FS#10111 - Pops and clicks when playing 24 bit FLAC files. This fixes de...
Boris Gjenero
2009-04-10
*
Silence warning from 'ar' if the archive had to be created.
Jens Arnold
2009-03-01
*
Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...
Daniel Stenberg
2009-02-23
*
Added 'keywords' and 'eol-style' properties.
Björn Stenberg
2008-11-25
*
Remove .a files before running ar, to avoid problems with renamed files remai...
Björn Stenberg
2008-11-20
*
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-11-20
*
Make the standalone FLAC test program work again (compile with make -f Makefi...
Dave Chapman
2008-07-19
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
from ffmpeg: replace FIR with finite differences.
Marcoen Hirschberg
2007-11-08
*
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-11-07
*
Remove some unrequired SIMULATOR checks - the CPU_* family of defines are nev...
Dave Chapman
2007-09-15
*
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
2007-05-10
*
fix previous commit and use just .text
Marcoen Hirschberg
2006-12-31
*
fix flac on ARM platforms which don't use iram
Marcoen Hirschberg
2006-12-31
*
Added macros controlling what goes to IRAM on different targets.
Tomasz Malesinski
2006-11-09
*
Sample-accurate seeking for FLAC
Adam Boot
2006-11-08
*
Update several codec Makefiles so that the codec libs build again on Coldfire...
Magnus Holmgren
2006-10-30
*
Next step of Makefile tuning: * Use 'make' internal commands for printing mes...
Jens Arnold
2006-10-27
*
Assembler optimised FLAC 24 bit handling routines for Coldfire based players....
Thom Johansen
2006-10-25
*
Consistent style of 'make' messages. Always use ranlib after ar.
Jens Arnold
2006-10-23
*
Fix erronous ARM assembler case for order 1 frames in the FLAC codec. Fixes F...
Thom Johansen
2006-08-02
*
Free one register extra so we can block load a bit more.
Thom Johansen
2006-03-17
*
Enable ARM optimisation.
Thom Johansen
2006-03-06
*
ARM assembler optimised LPC decode routine for FLAC (not yet enabled).
Thom Johansen
2006-03-06
*
prevent rockbox from using the wrong includes
Marcoen Hirschberg
2006-02-24
*
Convert to use common internal sample format.
Thom Johansen
2006-02-13
*
Patch #1426489 - Shorten codec optimisations from Mark Arigo
Dave Chapman
2006-02-07
*
Profiling support, tools and documentation.
Brandon Low
2006-01-18
*
Codec makefile cleanup: remove redundant things, don't generate dependency fi...
Magnus Holmgren
2005-12-05
*
Shorten updates from Mark Arigo: calculate average bitrate, skip id3v2 tags a...
Dave Chapman
2005-11-13
[next]