summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libffmpegFLAC
AgeCommit message (Expand)AuthorFilesLines
2011-01-30Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis1-1/+1
2011-01-12Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius1-5/+1
2010-11-17ffmpeg flac does actually support up to 192k sample rates, and my test file s...Michael Giacomelli1-2/+2
2010-07-20Shorten: tweak some inline asm, use local lables to not cause problems when t...Nils Wallménius1-16/+14
2010-07-15Remove two unused macros.Nils Wallménius1-3/+0
2010-07-15Properly fix warning by copying the swap16 and swap32 inline functions from s...Nils Wallménius1-1/+1
2010-07-15Hopefully fix 'comparison between signed and unsigned' warningNils Wallménius1-1/+1
2010-07-15Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea...Nils Wallménius4-351/+1
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré1-1/+1
2010-06-09Submit FS#11381. Use -O2 for ffmpegFLAC on ARM targets. This will give reason...Andree Buschmann1-0/+12
2010-05-10Revert r25929. Test have shown that the assembler code is more than 50% faste...Jens Arnold4-0/+287
2010-05-10flac: remove ARM assemblyRafaël Carré4-287/+0
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-02-22Remove all tabs within codec path.Andree Buschmann3-6/+6
2009-12-06Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes.Andrew Mahone1-0/+1
2009-12-05Move av_log2 function and asociated table to the codec lib, remove 3 identica...Nils Wallménius3-50/+1
2009-11-29Use clz instruction to calculate integer logarithms, speeds up decoding of on...Nils Wallménius2-0/+10
2009-05-08Check some previously unchecked return values in the standalone FLAC test pro...Dave Chapman1-3/+14
2009-04-10Fix FS#10111 - Pops and clicks when playing 24 bit FLAC files. This fixes de...Boris Gjenero1-1/+1
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold1-1/+1
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg1-1/+1
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg1-0/+1
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg4-45/+19
2008-07-19Make the standalone FLAC test program work again (compile with make -f Makefi...Dave Chapman2-1/+5
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg3-6/+12
2007-11-08from ffmpeg: replace FIR with finite differences.Marcoen Hirschberg1-15/+15
2007-11-07from ffmpeg: Add decoding support for variable block size FLAC files using th...Marcoen Hirschberg1-1/+1
2007-11-07from ffmpeg: Add support for FLAC's new RICE2 entropy coding method. fixes 24...Marcoen Hirschberg1-3/+3
2007-09-15Remove some unrequired SIMULATOR checks - the CPU_* family of defines are nev...Dave Chapman1-2/+2
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman2-8/+8
2006-12-31fix previous commit and use just .textMarcoen Hirschberg1-2/+2
2006-12-31fix flac on ARM platforms which don't use iramMarcoen Hirschberg1-1/+7
2006-11-09Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski4-11/+19
2006-11-08Sample-accurate seeking for FLACAdam Boot2-0/+5
2006-10-30Update several codec Makefiles so that the codec libs build again on Coldfire...Magnus Holmgren1-2/+2
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-5/+3
2006-10-25Assembler optimised FLAC 24 bit handling routines for Coldfire based players....Thom Johansen3-40/+299
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-1/+2
2006-08-02Fix erronous ARM assembler case for order 1 frames in the FLAC codec. Fixes F...Thom Johansen1-7/+7
2006-03-17Free one register extra so we can block load a bit more.Thom Johansen1-14/+12
2006-03-06Enable ARM optimisation.Thom Johansen2-0/+7
2006-03-06ARM assembler optimised LPC decode routine for FLAC (not yet enabled).Thom Johansen2-0/+273
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg1-1/+1
2006-02-13Convert to use common internal sample format.Thom Johansen2-2/+2
2006-02-07Patch #1426489 - Shorten codec optimisations from Mark ArigoDave Chapman2-62/+172
2006-01-18Profiling support, tools and documentation.Brandon Low1-1/+1
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren1-7/+4
2005-11-13Shorten updates from Mark Arigo: calculate average bitrate, skip id3v2 tags a...Dave Chapman1-5/+0
2005-11-12OopsDave Chapman1-0/+1