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