summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-28Get the NSF internal playlists working again. Fix a few wrongdoings in the me...Michael Sevakis1-18/+11
2011-04-27Fix compiler warnings ('variable set ut not used') with GCC 4.6.0.Andree Buschmann2-13/+6
2011-04-27Get NSF fixed up a bit and parse metadata in the core.Michael Sevakis1-15/+10
2011-04-27Having a default weak codec_main symbol doesn't seem to be working out for co...Michael Sevakis6-10/+40
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis39-1500/+1384
2011-04-26Submit FS#12081. Check validity of channel configuration, comment unneeded co...Andree Buschmann1-1/+20
2011-04-24Rework of libfaad in several areas. Allow removal of malloc with a new define...Andree Buschmann26-688/+262
2011-04-24Fix yellow.Andree Buschmann1-1/+1
2011-04-24Use dedicated function to internally reset aac decoder synthesis after seek.Andree Buschmann2-0/+3
2011-04-24Ensure proper termination of m4a lookup table.Andree Buschmann1-0/+3
2011-04-24Clean up array sizes in the SBR + PS part of libfaad. Add MAX_NTSRPS (=38), u...Andree Buschmann8-29/+62
2011-04-23get_sample_info() has been removed.Andree Buschmann1-2/+0
2011-04-23Minor speed optimization to m4a lookup table build up.Andree Buschmann1-12/+19
2011-04-19Optimization to latest aac decoder changes. Significantly reduce loop count i...Andree Buschmann3-7/+14
2011-04-18Major rework of the m4a parser for aac/alac playback, seek and resume support...Andree Buschmann5-241/+133
2011-04-16Refactor aac decoder as preparation for upcoming m4a changes. The aac decoder...Andree Buschmann1-33/+6