summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2011-07-17AAC: Another gapless fix, this one for the end of the file. The real size of ...Magnus Holmgren1-9/+31
2011-06-30Do not use double/float calculations but predefined tables in mod codec. Redu...Andree Buschmann1-6/+66
2011-06-24Submit FS#12142 by Sean Bartell with minor chnages by myself. Removes unused ...Andree Buschmann17-1945/+16
2011-06-24SPC Codec: Restore correct FIR buffer alignment when an address mask is used....Michael Sevakis1-4/+6
2011-06-24Submit FS#12164 by Sean Bartell with minor changes by myself. Fixes possible ...Andree Buschmann3-4/+5
2011-06-18FS#12161: Correct the gapless processing for AAC, so that it doesn't remove t...Magnus Holmgren1-7/+28
2011-06-09libtremor: comment out unused struct member.Nils Wallménius1-0/+2
2011-06-08codeclib: make selective inclusion of macros and inline functions from the co...Nils Wallménius3-41/+54
2011-06-07FS#12144, Use -fPIC -fvisibility=hidden only for plugins on sim and app build...Nils Wallménius1-1/+2
2011-06-06libtremor: Implement a memory configuration for targets that don't use separa...Nils Wallménius4-40/+67
2011-06-05Safe part of FS#11268, saving some codec buffer space for targets that don't ...Nils Wallménius2-3/+9
2011-06-05FS#12146: Fix libcook bugs introduced in r22055 by Sean Bartell.Nils Wallménius4-5/+38
2011-06-05Accept FS#12143 (NSF codec clean up): Declare local stuff static, comment unu...Andree Buschmann1-239/+250
2011-06-05Delete old unused macro.Nils Wallménius1-8/+0
2011-06-02Disable some unused code in speex to save binsize.Nils Wallménius8-18/+58
2011-06-02Build the voice codec speex with core -O switch to save size on targets using...Nils Wallménius1-3/+6
2011-06-02Fix define name.Nils Wallménius1-1/+1
2011-06-02FS#12141 by Sean BartellNils Wallménius26-1826/+27
2011-06-01FS#12140 by Sean Bartell, Make various codec stuff static.Nils Wallménius14-74/+77
2011-05-26Commit FS#12130 - Fix ADX decoding on 64-bit systems by Sean Bartell. Fixes ...Michael Giacomelli2-2/+2
2011-05-23Remove residual float operations from sid codec.Andree Buschmann1-4/+32
2011-05-23Fix yellow.Andree Buschmann1-3/+3
2011-05-22Save a large static buffer in sid codec.Andree Buschmann1-4/+3
2011-05-22S5L870x is fast enough to play spc with gaussian interpolation and echo proce...Andree Buschmann2-1/+2
2011-05-22Submit FS#12115: Use more IRAM in cook codec for several targets. Speeds up P...Andree Buschmann4-27/+117
2011-05-20Use more IRAM on S5L870x to speed up wmapro by ~2%.Andree Buschmann3-10/+22
2011-05-20Use more IRAM on S5L870x to speed up wma by ~3%.Andree Buschmann3-19/+36
2011-05-16FS#12117: Use more IRAM for atrac3. Speeds up decoding from 1-2% (PP5022, PP5...Andree Buschmann4-34/+41
2011-05-16Use more IRAM for mpc on S5L870x. Speed up decoding by ~2%.Andree Buschmann5-5/+29
2011-05-15FS#12113: Optimize IRAM configuration for SPC. Performance increases by 5-6% ...Andree Buschmann5-31/+50
2011-05-15FS#12113: Optimize IRAM configuration for NES Sound Format. Performance is st...Andree Buschmann1-25/+40
2011-05-15FS#12113: Optimize IRAM configuration for Atari SAP format. Performance gains...Andree Buschmann5-39/+45
2011-05-12Trapped into ifdef-hell. Configure libfaad's IRAM/DRAM usage like it is meant...Andree Buschmann2-2/+3
2011-05-12The last submit had one define too much. Nevertheless fix the IRAM configurat...Andree Buschmann2-5/+8
2011-05-12libfaad: AAC including HE-profile needs ~470 KB for playback (measured on ARM...Andree Buschmann1-5/+3
2011-05-12Make libfaad compilable again without PS_DEC.Andree Buschmann1-0/+2
2011-05-11libfaad: Move PS related variables to sbr_info struct. This allows dynamic al...Andree Buschmann5-45/+26
2011-05-10Implement error handling for libfaad's memory allocation. Do not allocate PS ...Andree Buschmann7-35/+66
2011-05-10Proper initialization of static variables in codeclib.Andree Buschmann1-3/+3
2011-05-08Use CACHEALIGN_SIZE in codec_malloc for optimal alignment.Andree Buschmann1-1/+4
2011-05-08Minor loop optimization in libfaad's is/ms decoding.Andree Buschmann2-13/+14
2011-05-08Use MEM_ALIGN_ATTR and CACHEALIGN_SIZE in oggmalloc to ensure optimal alignment.Andree Buschmann1-7/+6
2011-05-08codeclib: Declare several variables static and remove unused variables.Andree Buschmann2-10/+5
2011-05-03Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-2/+4
2011-05-01Work around another 'set but not used' warning.Nils Wallménius1-1/+3
2011-05-01Fix nearly all residual 'variable set but not used' warnings reported from GC...Andree Buschmann1-8/+4
2011-05-01Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-2/+1
2011-05-01Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann9-34/+35
2011-05-01Clean up speex a bit after the playback changes in r29785. Haven't found any ...Michael Sevakis1-10/+10
2011-04-28Remove unneeded update of ci->id3->frequency in aac and raac codec.Andree Buschmann2-4/+0