summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* 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
* codeclib: coldfire asm for the TRANSFORM* functions in the fft and a little f...Nils Wallménius2011-09-12
* AAC: Enable SBR decoding for all targetsRafaël Carré2011-09-12
* libgme: make local functions static, where possibleBertrik Sikken2011-09-10
* Fully remove floating point code from libmusepack. Introduce two small const ...Andree Buschmann2011-09-10
* Remove residual floating point code from libgme's ym2612_emu. Saves several K...Andree Buschmann2011-09-10
* Further work on libgme's emu2413. Fully remove floating point, introduce anot...Andree Buschmann2011-09-10
* Migrate some floating point code to fixed point in libgme.Andree Buschmann2011-09-10
* Bugfixes for libgme by Mauricio Garrido: added missing call of Blip_set_modif...Andree Buschmann2011-09-09
* Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when ...Andree Buschmann2011-09-07
* Fix residual red, thanks to Zagor.Andree Buschmann2011-08-31
* Fix some more libgme compile issues.Andree Buschmann2011-08-31
* Check for CPU_ARM in libgme/blip_buffer.Andree Buschmann2011-08-31
* Update libgme to Blargg's Game_Music_Emu 0.6-pre.Andree Buschmann2011-08-31
* Get rid of strict aliasing warnings for ARMv6 spc_dsp.c. Just do load in asm ...Michael Sevakis2011-08-31
* Build libgme with the same compiler settings as other codecs.Andree Buschmann2011-08-31
* Declare several libgme functions static.Andree Buschmann2011-08-31
* Submit parts of FS#12189 regarding codec API. Replaces access to global setti...Andree Buschmann2011-08-30
* Introduce CPU dependent IRAM configuration for libgme. Use ICODE_ATTR for an ...Andree Buschmann2011-08-30
* codec_main() prototype inside codec_crt0.c is no longer needed since it's in ...Michael Sevakis2011-08-28