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