summaryrefslogtreecommitdiff
path: root/apps/codecs/libffmpegFLAC (follow)
Commit message (Expand)AuthorAge
* Check some previously unchecked return values in the standalone FLAC test pro...Dave Chapman2009-05-08
* Fix FS#10111 - Pops and clicks when playing 24 bit FLAC files. This fixes de...Boris Gjenero2009-04-10
* Silence warning from 'ar' if the archive had to be created.Jens Arnold2009-03-01
* Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg2009-02-23
* Added 'keywords' and 'eol-style' properties.Björn Stenberg2008-11-25
* Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg2008-11-20
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Make the standalone FLAC test program work again (compile with make -f Makefi...Dave Chapman2008-07-19
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* from ffmpeg: replace FIR with finite differences.Marcoen Hirschberg2007-11-08
* from ffmpeg: Add decoding support for variable block size FLAC files using th...Marcoen Hirschberg2007-11-07
* from ffmpeg: Add support for FLAC's new RICE2 entropy coding method. fixes 24...Marcoen Hirschberg2007-11-07
* Remove some unrequired SIMULATOR checks - the CPU_* family of defines are nev...Dave Chapman2007-09-15
* Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman2007-05-10
* fix previous commit and use just .textMarcoen Hirschberg2006-12-31
* fix flac on ARM platforms which don't use iramMarcoen Hirschberg2006-12-31
* Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski2006-11-09
* Sample-accurate seeking for FLACAdam Boot2006-11-08
* Update several codec Makefiles so that the codec libs build again on Coldfire...Magnus Holmgren2006-10-30
* Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold2006-10-27
* Assembler optimised FLAC 24 bit handling routines for Coldfire based players....Thom Johansen2006-10-25
* Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold2006-10-23
* Fix erronous ARM assembler case for order 1 frames in the FLAC codec. Fixes F...Thom Johansen2006-08-02
* Free one register extra so we can block load a bit more.Thom Johansen2006-03-17
* Enable ARM optimisation.Thom Johansen2006-03-06
* ARM assembler optimised LPC decode routine for FLAC (not yet enabled).Thom Johansen2006-03-06
* prevent rockbox from using the wrong includesMarcoen Hirschberg2006-02-24
* Convert to use common internal sample format.Thom Johansen2006-02-13
* Patch #1426489 - Shorten codec optimisations from Mark ArigoDave Chapman2006-02-07
* Profiling support, tools and documentation.Brandon Low2006-01-18
* Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren2005-12-05
* Shorten updates from Mark Arigo: calculate average bitrate, skip id3v2 tags a...Dave Chapman2005-11-13
* OopsDave Chapman2005-11-12
* Move ff_log2_tab out of header file into its own .c fileDave Chapman2005-11-11
* Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman2005-11-11
* Unrolled loops up to order 10 plus slight optimisation of default case.Thom Johansen2005-11-05
* Add seekpoint parsing and dummy ICODE_ATTR macro to standalone FLAC test programDave Chapman2005-11-03
* Move all code into IRAMDave Chapman2005-11-03
* Enabled the FLAC EMAC optimisations.Thom Johansen2005-10-28
* Add more useful error codes from decoderDave Chapman2005-10-28
* Should be referring to libffmpegFLAC, not libalac - how did this work in the ...Dave Chapman2005-10-27
* Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing2005-10-27
* Replaced jump table with a more efficient one.Thom Johansen2005-10-27
* Assembler optimised LPC routines for Coldfire. Will enable them when codec ha...Thom Johansen2005-10-27
* New FLAC decoder from the ffmpeg projectDave Chapman2005-10-26