summaryrefslogtreecommitdiff
path: root/apps/codecs/libffmpegFLAC (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* FS#12463: Improve performance for multichannel FLAC decoding. Speeds up decod...Andree Buschmann2011-12-19
* FS#12443: Implement downmixing to stereo for multichannel flac.Andree Buschmann2011-12-14
* Correct decorrelation within flac decoding. Finally fixes FS#12371.Andree Buschmann2011-12-14
* Fix decoding of multichannel flac, refactor sample buffer handling and decorr...Andree Buschmann2011-12-10
* FS#12231Nils Wallménius2011-08-18
* FS#12141 by Sean BartellNils Wallménius2011-06-02
* Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis2011-01-30
* Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius2011-01-12
* ffmpeg flac does actually support up to 192k sample rates, and my test file s...Michael Giacomelli2010-11-17
* Shorten: tweak some inline asm, use local lables to not cause problems when t...Nils Wallménius2010-07-20
* Remove two unused macros.Nils Wallménius2010-07-15
* Properly fix warning by copying the swap16 and swap32 inline functions from s...Nils Wallménius2010-07-15
* Hopefully fix 'comparison between signed and unsigned' warningNils Wallménius2010-07-15
* Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea...Nils Wallménius2010-07-15
* FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré2010-06-11
* Submit FS#11381. Use -O2 for ffmpegFLAC on ARM targets. This will give reason...Andree Buschmann2010-06-09
* Revert r25929. Test have shown that the assembler code is more than 50% faste...Jens Arnold2010-05-10
* flac: remove ARM assemblyRafaël Carré2010-05-10
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Remove all tabs within codec path.Andree Buschmann2010-02-22
* Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes.Andrew Mahone2009-12-06
* Move av_log2 function and asociated table to the codec lib, remove 3 identica...Nils Wallménius2009-12-05
* Use clz instruction to calculate integer logarithms, speeds up decoding of on...Nils Wallménius2009-11-29
* 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