summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-12codeclib: coldfire asm for the TRANSFORM* functions in the fft and a little f...Nils Wallménius2-2/+205
2011-09-12AAC: Enable SBR decoding for all targetsRafaël Carré1-1/+2
2011-09-10libgme: make local functions static, where possibleBertrik Sikken4-13/+13
2011-09-10Fully remove floating point code from libmusepack. Introduce two small const ...Andree Buschmann6-15/+75
2011-09-10Remove residual floating point code from libgme's ym2612_emu. Saves several K...Andree Buschmann2-64/+63
2011-09-10Further work on libgme's emu2413. Fully remove floating point, introduce anot...Andree Buschmann2-27/+87
2011-09-10Migrate some floating point code to fixed point in libgme.Andree Buschmann5-15/+14
2011-09-09Bugfixes for libgme by Mauricio Garrido: added missing call of Blip_set_modif...Andree Buschmann7-20/+30
2011-09-07Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when ...Andree Buschmann2-2/+12
2011-08-31Fix residual red, thanks to Zagor.Andree Buschmann1-2/+2
2011-08-31Fix some more libgme compile issues.Andree Buschmann1-1/+1
2011-08-31Check for CPU_ARM in libgme/blip_buffer.Andree Buschmann1-1/+1
2011-08-31Update libgme to Blargg's Game_Music_Emu 0.6-pre.Andree Buschmann68-4816/+4036
2011-08-31Get rid of strict aliasing warnings for ARMv6 spc_dsp.c. Just do load in asm ...Michael Sevakis1-3/+4
2011-08-31Build libgme with the same compiler settings as other codecs.Andree Buschmann1-17/+17
2011-08-31Declare several libgme functions static.Andree Buschmann9-35/+17
2011-08-30Submit parts of FS#12189 regarding codec API. Replaces access to global setti...Andree Buschmann9-18/+18
2011-08-30Introduce CPU dependent IRAM configuration for libgme. Use ICODE_ATTR for an ...Andree Buschmann3-1/+18
2011-08-28codec_main() prototype inside codec_crt0.c is no longer needed since it's in ...Michael Sevakis1-2/+0
2011-08-28libtremor: comment out some more unused functions, make a function param unsi...Nils Wallménius2-11/+14
2011-08-28libtremor: remove some inline cf asm that is no longer needed with the new to...Nils Wallménius1-5/+0
2011-08-28libtremor: comment out some unused functions and mark some file local functio...Nils Wallménius2-17/+32
2011-08-28Remove obsolete 'ci->set_elapsed()' from mpc.Andree Buschmann1-1/+0
2011-08-28Commit work started in FS#12153 to put timing/position information in PCMMichael Sevakis27-17/+63
2011-08-26Minor libwmavoice fixes; initialise the entire VBM tree and remove file handl...Steve Bavin2-1/+2
2011-08-26Fix an issue in libfaad found by static code analysis. Two arrays within the ...Andree Buschmann1-2/+4
2011-08-25Clean up redundant assignmentThomas Jarosch1-4/+2
2011-08-18Optimized compiler settings for libgme. ARM now uses -O1 except for the 2413 ...Andree Buschmann7-21/+28
2011-08-18FS#12231Nils Wallménius27-275/+58