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