summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* cook: fix incorrect memset size argumentBertrik Sikken2012-04-22
* libgme: fix incorrect memset size argumentBertrik Sikken2012-04-22
* Build libspc with -03 on m68k (Coldfire).Michael Sevakis2012-04-05
* Refactor and unify objcopy calls in the build system. Also now properly handl...Thomas Martitz2012-04-04
* More completely flush WMA decoder state on seek to prevent artifact.Michael Giacomelli2012-04-03
* build system: completely autodetect target cpu architecture.Thomas Martitz2012-03-28
* tlsf: move to /lib (it's also used by plugins).Thomas Martitz2012-03-28
* build system: unify/simplify library handling a bit.Thomas Martitz2012-03-26
* Fix FS#12580 - Elapsed time nit reset after track change when playing AC3 files.Michael Sevakis2012-02-07
* Don't filter out -O for sims.Thomas Martitz2012-01-22
* Use ARCH instead of CPU for selecting optimization levels.Thomas Martitz2012-01-22
* libspeex: Get rid of some bad trickery with the stack pointer.Thomas Martitz2012-01-21
* Hosted: Output map files after linking.Thomas Martitz2012-01-21
* Move supprt-arm.S to separate library.Thomas Martitz2012-01-21
* libmad: Get rid of some bad trickery with the stack pointer.Thomas Martitz2012-01-21
* libmad: Fix section attrs for hosted platforms.Thomas Martitz2012-01-21
* AAC/M4A: Playback time wrapped after 2 hours and 42 minutes. Increase the wra...Magnus Holmgren2012-01-04
* Adjust a few makefiles to generate smaller (upto 80%) binaries on RaaA throughThomas Martitz2012-01-03
* libtremor: fix memory corruption bug introduced in r30728 that could cause cr...Nils Wallménius2011-12-21
* FS#12463: Improve performance for multichannel FLAC decoding. Speeds up decod...Andree Buschmann2011-12-19
* Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis2011-12-17
* 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
* Roll back the latest mpc upstream sync as this introduced a regression. Fixes...Andree Buschmann2011-12-11
* Fix decoding of multichannel flac, refactor sample buffer handling and decorr...Andree Buschmann2011-12-10
* Collect the 16-bit signed range sample clipping routines scattered about, whi...Michael Sevakis2011-12-04
* Rockbox does not support encrypted ADX. Clearly state this in the manual and ...Andree Buschmann2011-11-29
* Resync mpc to r476 of svn.musepack.org. Improves error handling after seek.Andree Buschmann2011-11-29
* Solve FS#12396 through rolling back r26592. This fixes distortions while mpc ...Andree Buschmann2011-11-25
* Bulk convert all DOS line endings to UNIX.Torne Wuff2011-11-06
* Remove errorneous ; after "for" statement.Thomas Jarosch2011-10-08
* libtremor: build with -O2 for cf, gives a slight speedup on high bitrate file...Nils Wallménius2011-10-08
* fix warning in debug codeNils Wallménius2011-10-08
* libtremor: hack to work around huge allocations for the comment packet in fil...Nils Wallménius2011-10-08
* Silence build warningJeffrey Goode2011-10-04
* Fix detuned VRC7. In VRC7 apu the 2413 emu must run at the default clock rate...Andree Buschmann2011-10-01
* libtremor: arm asm for ff_vector_fmul_window_c on v4 and v5 cores, speeds up ...Nils Wallménius2011-09-23
* libtremor: small whitespace cleanup.Nils Wallménius2011-09-23
* libtremor: cf asm for ff_vector_fmul_window_c, gives a speedup of ~0.3MHz.Nils Wallménius2011-09-22
* libtremor: rename file that now contains more ffmpeg code.Nils Wallménius2011-09-22
* libtremor: port over ffmpeg's windowing codeNils Wallménius2011-09-22
* codeclib/libtremor: Clean up duplication of inline funcs, constify the ones i...Nils Wallménius2011-09-21
* libtremor: pass the floor1 lookup table pointer as a param to the render_line...Nils Wallménius2011-09-19
* libtremor: save a kB or two limiting an array size to the maximum number of c...Nils Wallménius2011-09-16
* libtremor: small tweak to cf channel coupling asm, speeding up vorbis decodin...Nils Wallménius2011-09-16
* codeclib: more cf asm for the mdct, saves ~0.7MHz decoding vorbis on h300.Nils Wallménius2011-09-15
* codeclib: further tweaks to the cf fft asm for a small speedup.Nils Wallménius2011-09-14
* Roll back r30509 after discussion on irc. Activating AAC-HE SBR will not work...Andree Buschmann2011-09-14
* codeclib: tweak coldfire mdct asm a bit more, flip usage of mac/msac instead ...Nils Wallménius2011-09-13