summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
2011-04-24Rework of libfaad in several areas. Allow removal of malloc with a new define...Andree Buschmann
2011-04-24Fix yellow.Andree Buschmann
2011-04-24Use dedicated function to internally reset aac decoder synthesis after seek.Andree Buschmann
2011-04-24Ensure proper termination of m4a lookup table.Andree Buschmann
2011-04-24Clean up array sizes in the SBR + PS part of libfaad. Add MAX_NTSRPS (=38), u...Andree Buschmann
2011-04-23get_sample_info() has been removed.Andree Buschmann
2011-04-23Minor speed optimization to m4a lookup table build up.Andree Buschmann
2011-04-19Optimization to latest aac decoder changes. Significantly reduce loop count i...Andree Buschmann
2011-04-18Major rework of the m4a parser for aac/alac playback, seek and resume support...Andree Buschmann
2011-04-16Refactor aac decoder as preparation for upcoming m4a changes. The aac decoder...Andree Buschmann
2011-04-16Fix yellow.Andree Buschmann
2011-04-16Refactor alac decoder as preparation for upcoming m4a changes. The alac decod...Andree Buschmann
2011-03-20Headroom in AAC SBR HF-generator's fixed point implementation of autocorrelat...Andree Buschmann
2011-03-19FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain.Nils Wallménius
2011-03-16Purge buffer and codec APIs existing exclusively in support of mpa.codec and ...Michael Sevakis
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis
2011-03-02r29348 changes can cause certain codecs to jump to code on early track change...Michael Sevakis
2011-02-23Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis
2011-02-20Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis
2011-02-06Fix standalone demac tool build.Jens Arnold
2011-02-05Use the very large IRAM of S5L870x to speed up AAC-HE by ~1-5%.Andree Buschmann
2011-02-05Use MEM_ALIGN_ATTR in libfaad. Remove global array and re-use existing one.Andree Buschmann
2011-02-05Speed up AAC-HE SBR by 2% on S5L8701. Use MEM_ALIGN on critical arrays and av...Andree Buschmann
2011-02-05Fix #11897 - Multiple 'divide by zero' while playing particular APE on Clip+....Michael Sevakis
2011-02-03Correctly re-initialize wma decoder on next track. This fixes strange observe...Andree Buschmann
2011-02-03Submit FS#11918: Add 2 more codec types to be able to differentiate between A...Andree Buschmann
2011-02-02Find a more consistent and resilient way to handle SBR upsampled files. The d...Andree Buschmann
2011-02-02Recognize AAC-HE SBR with upsampling and correct duration, bitrate, seek and ...Andree Buschmann
2011-02-01Add a safety check in the resume seek code, just in case.Magnus Holmgren
2011-02-01We seeked one chunk too far when resuming m4a files.Andree Buschmann
2011-01-31Rework m4a seek/resume code. Seek/resume does now also work properly with fil...Andree Buschmann
2011-01-31Fix resume for m4a files. Solves FS#9306.Andree Buschmann
2011-01-30Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis
2011-01-19SPC Codec: AS3525 targets should be fast enough for realtime BRR decode and e...Michael Sevakis
2011-01-12Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius
2010-12-27Redo r28026 so that all .S files get the __ASSEMBLER__ define.Thomas Martitz
2010-12-27Fix profiling on coldfire with newer Gcc.Nils Wallménius
2010-12-25Add stdio.h include for SEEK_SET define to various files.Thomas Martitz
2010-12-23SPC Codec: Was broken on ARMv6 since EABI switch and somehow I failed to noti...Michael Sevakis
2010-12-21libwavpack: put some lookup tables in iram, speedup of 8-10% on coldfire (h300).Nils Wallménius
2010-12-21aac: put two local structs on the stack as they are small and the codec uses ...Nils Wallménius
2010-12-15Add a newline to a debugf printing an error.Nils Wallménius
2010-12-12Revert tab police as it makes merging upstream changes more annoying and mess...Nils Wallménius
2010-12-12Tab police.Andree Buschmann
2010-12-08libtremor: merge upstream revisions 17541, 17542, 17543, 17544, 17545, 17546,...Nils Wallménius
2010-12-08libtremor: merge upstream revision 17539 and 17540 'Additional codebook valid...Nils Wallménius
2010-12-08libtremor: merge upstream revision 17538 'Fix decoder handling of floor0 when...Nils Wallménius
2010-12-08libtremor: merge upstream revision 17534 and 17536, fixing a possible 64 bit ...Nils Wallménius
2010-12-08libtremor: merge upstream revision 17528-17530, more error checking and bug f...Nils Wallménius
2010-12-08libtremor: merge upstream revision 17527, 'Eliminate possibility of booklist ...Nils Wallménius