summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* FS#12117: Use more IRAM for atrac3. Speeds up decoding from 1-2% (PP5022, PP5...Andree Buschmann2011-05-16
* Use more IRAM for mpc on S5L870x. Speed up decoding by ~2%.Andree Buschmann2011-05-16
* FS#12113: Optimize IRAM configuration for SPC. Performance increases by 5-6% ...Andree Buschmann2011-05-15
* FS#12113: Optimize IRAM configuration for NES Sound Format. Performance is st...Andree Buschmann2011-05-15
* FS#12113: Optimize IRAM configuration for Atari SAP format. Performance gains...Andree Buschmann2011-05-15
* Trapped into ifdef-hell. Configure libfaad's IRAM/DRAM usage like it is meant...Andree Buschmann2011-05-12
* The last submit had one define too much. Nevertheless fix the IRAM configurat...Andree Buschmann2011-05-12
* libfaad: AAC including HE-profile needs ~470 KB for playback (measured on ARM...Andree Buschmann2011-05-12
* Make libfaad compilable again without PS_DEC.Andree Buschmann2011-05-12
* libfaad: Move PS related variables to sbr_info struct. This allows dynamic al...Andree Buschmann2011-05-11
* Implement error handling for libfaad's memory allocation. Do not allocate PS ...Andree Buschmann2011-05-10
* Proper initialization of static variables in codeclib.Andree Buschmann2011-05-10
* Use CACHEALIGN_SIZE in codec_malloc for optimal alignment.Andree Buschmann2011-05-08
* Minor loop optimization in libfaad's is/ms decoding.Andree Buschmann2011-05-08
* Use MEM_ALIGN_ATTR and CACHEALIGN_SIZE in oggmalloc to ensure optimal alignment.Andree Buschmann2011-05-08
* codeclib: Declare several variables static and remove unused variables.Andree Buschmann2011-05-08
* Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann2011-05-03
* Work around another 'set but not used' warning.Nils Wallménius2011-05-01
* Fix nearly all residual 'variable set but not used' warnings reported from GC...Andree Buschmann2011-05-01
* Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann2011-05-01
* Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann2011-05-01
* Clean up speex a bit after the playback changes in r29785. Haven't found any ...Michael Sevakis2011-05-01
* Remove unneeded update of ci->id3->frequency in aac and raac codec.Andree Buschmann2011-04-28
* Get the NSF internal playlists working again. Fix a few wrongdoings in the me...Michael Sevakis2011-04-28
* Fix compiler warnings ('variable set ut not used') with GCC 4.6.0.Andree Buschmann2011-04-27
* Get NSF fixed up a bit and parse metadata in the core.Michael Sevakis2011-04-27
* Having a default weak codec_main symbol doesn't seem to be working out for co...Michael Sevakis2011-04-27
* Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis2011-04-27
* Submit FS#12081. Check validity of channel configuration, comment unneeded co...Andree Buschmann2011-04-26
* Rework of libfaad in several areas. Allow removal of malloc with a new define...Andree Buschmann2011-04-24
* Fix yellow.Andree Buschmann2011-04-24
* Use dedicated function to internally reset aac decoder synthesis after seek.Andree Buschmann2011-04-24
* Ensure proper termination of m4a lookup table.Andree Buschmann2011-04-24
* Clean up array sizes in the SBR + PS part of libfaad. Add MAX_NTSRPS (=38), u...Andree Buschmann2011-04-24
* get_sample_info() has been removed.Andree Buschmann2011-04-23
* Minor speed optimization to m4a lookup table build up.Andree Buschmann2011-04-23
* Optimization to latest aac decoder changes. Significantly reduce loop count i...Andree Buschmann2011-04-19
* Major rework of the m4a parser for aac/alac playback, seek and resume support...Andree Buschmann2011-04-18
* Refactor aac decoder as preparation for upcoming m4a changes. The aac decoder...Andree Buschmann2011-04-16
* Fix yellow.Andree Buschmann2011-04-16
* Refactor alac decoder as preparation for upcoming m4a changes. The alac decod...Andree Buschmann2011-04-16
* Headroom in AAC SBR HF-generator's fixed point implementation of autocorrelat...Andree Buschmann2011-03-20
* FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain.Nils Wallménius2011-03-19
* Purge buffer and codec APIs existing exclusively in support of mpa.codec and ...Michael Sevakis2011-03-16
* Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis2011-03-02
* r29348 changes can cause certain codecs to jump to code on early track change...Michael Sevakis2011-03-02
* Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis2011-02-23
* Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis2011-02-20
* Fix standalone demac tool build.Jens Arnold2011-02-06
* Use the very large IRAM of S5L870x to speed up AAC-HE by ~1-5%.Andree Buschmann2011-02-05