summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec
AgeCommit message (Expand)AuthorFilesLines
2012-10-18libgme: fix badly written cpp conditions spotted by gcc 4.6.3Marcin Bukat2-2/+2
2012-10-17opus: only put the mdct function in iram for cf,Nils Wallménius1-1/+6
2012-10-16opus: don't rely on stride being 1<<shiftNils Wallménius1-4/+5
2012-10-16opus: use two pointers for mdct pre and post rotationAndree Buschmann1-7/+12
2012-10-16opus: put hot code in iramNils Wallménius2-2/+2
2012-10-14Improve seeking in opus, tested on Sansa; not testedFrederik M.J. Vestre1-7/+10
2012-10-10opus: arm asm for C_MULCAndree Buschmann1-0/+22
2012-10-10opus: cf asm for C_MULCNils Wallménius1-0/+21
2012-10-07opus: replace copy loops with calls to memcpyAndree Buschmann1-12/+10
2012-10-07opus: speed up mdct overlap add and copyingAndree Buschmann1-6/+10
2012-10-06opus: cf inline asm for MULT32_32_Q31Nils Wallménius1-1/+13
2012-10-06opus: full precision MULT32_32_Q31 (32*32=64>>31) multiplicationAndree Buschmann1-2/+16
2012-10-06opus: slight speedup of deemphasisAndree Buschmann1-3/+8
2012-10-06opus: speed up comb_filterAndree Buschmann1-32/+58
2012-10-04opus: put arrays frequently used by pulse decoding on the stackNils Wallménius2-7/+13
2012-10-01opus: speed up arm asm MULT16_32_Q15Nils Wallménius1-1/+1
2012-10-01opus: allocate mdct f2 buffer in iramAndree Buschmann1-5/+17
2012-10-01opus: allocate buffers for X and freq in iramAndree Buschmann1-2/+15
2012-09-29Support technically invalid image/jpg mimetype in tags.Frank Gevaerts2-0/+11
2012-09-29opus: statically allocate decoder state in iramAndree Buschmann1-2/+10
2012-09-28opus: speed up deemphasisNils Wallménius1-9/+12
2012-09-27opus: build with -fno-strict-aliasing for mips to fix warningsNils Wallménius1-0/+2
2012-09-26opus: put frequently used mdct buffer on the real stack which is in iramNils Wallménius1-3/+4
2012-09-26opus: improve cf MULT16_32_Q15 by giving the compiler more freedomNils Wallménius1-7/+6
2012-09-25opus: put some const tables and structs in iramNils Wallménius1-8/+8
2012-09-25opus: asm MULT16_32_Q15 for arm and cfNils Wallménius2-0/+33
2012-09-24opus: #if 0 out some more unused code, delete unused fileNils Wallménius8-47/+16
2012-09-24opus: #if 0 out some unused codeNils Wallménius6-0/+30
2012-09-23Remove unused include path for opusBertrik Sikken1-2/+1
2012-09-20Initial opus codec supportFrederik M J Vestre126-2/+28372
2012-07-26Make codec_realloc retain the contents when resizing a memory segmentBertrik Sikken1-1/+2
2012-07-03Expand the range of the WPA Pro quant table. Fixes FS#12704.Michael Giacomelli1-4/+6
2012-06-11Fix libmad compilation on MIPS with newer gcc. FS#12013Huan Zhang1-0/+11
2012-05-28New crossfeed algorithm for Rockbox: "Meier" crossfeedBertrik Sikken4-19/+214
2012-05-21Stop timestretch freezing things during format changes.Michael Sevakis1-1/+2
2012-05-20Expand the range of the inverse quant table in WMA Pro.Michael Giacomelli1-3/+16
2012-05-20Revert "Work in progress hermite resampler."Michael Giacomelli1-124/+6
2012-05-20support decoding of files that contain the number of vector coded coefficient...Michael Giacomelli1-6/+18
2012-05-20Work in progress hermite resampler.Michael Giacomelli1-6/+124
2012-05-13dsp_arm: Fix up some .section directives to fix crash on app targets.Thomas Martitz1-10/+10
2012-05-12TDSpeed: Fix crackling on some systemsNils Wallménius1-2/+2
2012-05-11TDSpeed settings to setup call need to be recorded, always.Michael Sevakis1-4/+4
2012-05-11TDSpeed: Minor assembly optimization to frame fade on Coldfire.Michael Sevakis1-3/+38
2012-05-10TDSpeed: Fix up samples consumed return (FS#12666) + other stuff like...Michael Sevakis1-112/+82
2012-05-09Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius6-10/+10
2012-05-08Tweak dsp_format_change_process (default format handler).Michael Sevakis1-5/+7
2012-05-08Consolidate some sample input code.Michael Sevakis1-59/+38
2012-05-08Remove STATICIRAM hackNils Wallménius6-34/+30
2012-05-07rbcodec: abstract tdspeed buffer allocationNils Wallménius5-110/+66
2012-05-06remove extraneous parensRafaël Carré1-1/+1