summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
...
* 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
* Use MEM_ALIGN_ATTR in libfaad. Remove global array and re-use existing one.Andree Buschmann2011-02-05
* Speed up AAC-HE SBR by 2% on S5L8701. Use MEM_ALIGN on critical arrays and av...Andree Buschmann2011-02-05
* Fix #11897 - Multiple 'divide by zero' while playing particular APE on Clip+....Michael Sevakis2011-02-05
* Correctly re-initialize wma decoder on next track. This fixes strange observe...Andree Buschmann2011-02-03
* Submit FS#11918: Add 2 more codec types to be able to differentiate between A...Andree Buschmann2011-02-03
* Find a more consistent and resilient way to handle SBR upsampled files. The d...Andree Buschmann2011-02-02
* Recognize AAC-HE SBR with upsampling and correct duration, bitrate, seek and ...Andree Buschmann2011-02-02
* Add a safety check in the resume seek code, just in case.Magnus Holmgren2011-02-01
* We seeked one chunk too far when resuming m4a files.Andree Buschmann2011-02-01
* Rework m4a seek/resume code. Seek/resume does now also work properly with fil...Andree Buschmann2011-01-31
* Fix resume for m4a files. Solves FS#9306.Andree Buschmann2011-01-31
* Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis2011-01-30
* SPC Codec: AS3525 targets should be fast enough for realtime BRR decode and e...Michael Sevakis2011-01-19
* Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius2011-01-12
* Redo r28026 so that all .S files get the __ASSEMBLER__ define.Thomas Martitz2010-12-27
* Fix profiling on coldfire with newer Gcc.Nils Wallménius2010-12-27
* Add stdio.h include for SEEK_SET define to various files.Thomas Martitz2010-12-25
* SPC Codec: Was broken on ARMv6 since EABI switch and somehow I failed to noti...Michael Sevakis2010-12-23
* libwavpack: put some lookup tables in iram, speedup of 8-10% on coldfire (h300).Nils Wallménius2010-12-21
* aac: put two local structs on the stack as they are small and the codec uses ...Nils Wallménius2010-12-21
* Add a newline to a debugf printing an error.Nils Wallménius2010-12-15