summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* Branch optimisation in both C (giving hints to gcc - verified using -fprofile...Jens Arnold2008-11-24
* Tweak the ARMv6 filter assembly a bit further.Jens Arnold2008-11-24
* Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()Nils Wallménius2008-11-22
* Introduce likely() and unlikely() macros, use to give gcc hints about which b...Nils Wallménius2008-11-20
* Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg2008-11-20
* codec.link must be created with -DCODECBjörn Stenberg2008-11-20
* Make sure codec directory exists before creating link file.Björn Stenberg2008-11-20
* Bug fix again. Moved cp outside of $(shell) to force make to run it sequentia...Björn Stenberg2008-11-20
* Bug fix for previous bug fix. Too much copy/paste.Björn Stenberg2008-11-20
* Bug fix for simulator: Plugins and codecs were objcopied isntead of left as ELF.Björn Stenberg2008-11-20
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Several tweaks and cleanups: * Use .rept instead of repeated macros for repea...Jens Arnold2008-11-19
* Compile-time choice between 16 bit and 32 bit integers for the filters. 32 bi...Jens Arnold2008-11-19
* Centralise compile-time configuration.Jens Arnold2008-11-16
* Make it compile again on linux...Jens Arnold2008-11-16
* Make the standalone decoder actually work on Windows (need to open the output...Jens Arnold2008-11-16
* Make the standalone decoder build on cygwin.Jens Arnold2008-11-16
* Move the contents of rangecoding.h into entropy.c, and remove the former. It ...Jens Arnold2008-11-16
* Avoid unnecessary register copies on ARMv5.Jens Arnold2008-11-16
* Make the standalone demac program compile againDave Chapman2008-11-15
* Fix comments.Jens Arnold2008-11-12
* Tiny speedup by simplifying the filter wrap check.Jens Arnold2008-11-12
* Tiny performance improvement for the (not yet usable) compression levels >= -...Jens Arnold2008-11-12
* ARMv4 unsigned integer division: Using an overflow-safe comparison method in ...Jens Arnold2008-11-06
* Correct a comment and police comment style, no functional changeNils Wallménius2008-11-06
* Re-added libspc which got dropped in a black hole.Björn Stenberg2008-11-05
* Codec lib directories renamed, except for demac.Björn Stenberg2008-11-05
* Trimmed off redundant dependencies.Björn Stenberg2008-11-05
* Added libcodec.a as dependency for all codecs.Björn Stenberg2008-11-05
* This optimisation breaks for very large divisors (MSB set), so remove it.Jens Arnold2008-11-05
* Set missing SVN properties.Jens Arnold2008-11-05
* Further optimised (vs. libgcc) unsigned 32 bit division for ARMv4 (based on t...Jens Arnold2008-11-05
* Some entropy decoder tweaks. Also removed unnecessary 'tmp' variables.Jens Arnold2008-11-04
* Remove the event object in the kernel since it's rather extraneous at the mom...Michael Sevakis2008-10-23
* Codec memory reorganizationNils Wallménius2008-10-19
* Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg2008-10-15
* Correct poor assumption on my part that WMA frames are 2048 samples long. Fi...Michael Giacomelli2008-10-14
* New recording setting to configure how mono recordings are made. Previously, ...Peter D'Hoye2008-10-08
* Another minor improvement: better pipelining and one less register used in ve...Jens Arnold2008-10-07
* APE: Further ARMv6 filter optimisations: Save 4 'ror's per round by utilising...Jens Arnold2008-10-07
* Fix warnings on non-arm targets.Jens Arnold2008-10-03
* Various speedups: (1) Put actual decoding functions into IRAM on PP5002. (2) ...Jens Arnold2008-10-03
* Speed up decoding on Gigabeat F/X and S by lowering BLOCKS_PER_LOOP. This hel...Jens Arnold2008-10-03
* Put the rangecoder struct into IRAM for a nice speedup on coldfire.Jens Arnold2008-10-03
* Further speedup for ARMv6 by better pipelining in scalarproduct().Jens Arnold2008-10-03
* Fix static noise on armv6.Jens Arnold2008-10-03
* Add preliminary ARMv5te optimisations (verified working, but can probably be ...Jens Arnold2008-10-03
* Add armv6 specific asm code for the APE filters, speeding up -c2000..-c5000 a...Jens Arnold2008-10-03
* Opening function brace style police.Michael Sevakis2008-09-23
* Simplify synchronizaton for MPA codec and make it fully atomic, let synth thr...Michael Sevakis2008-09-23