summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-12-12unwinder: in get__sp(), use the more correct "msr cpsr_c, ..." formAmaury Pouly1-3/+3
2016-12-03Fix DEBUG build codecsAmaury Pouly1-1/+0
2016-09-07Opus: update resume offset correctly while playing.Adam Sampson1-0/+1
2016-05-28Fix race conditions in parallel build.Frank Gevaerts2-2/+0
2016-03-18_BSD_SOURCE is deprecated, and we're supposed to use _DEFAULT_SOURCE now.Frank Gevaerts1-1/+1
2015-07-17mp3_enc.c: fix MP3 recording at 32 kHz sample rateCástor Muñoz1-2/+2
2015-02-02iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer1-5/+5
2015-01-30fix surround & pbe dsp crashChiwen Chang2-2/+4
2015-01-22fix pbe/haas surround dsps: surround_enabled, redo flush functions.Chiwen Chang2-26/+11
2015-01-19Enable buflib and core_alloc for warble.Frank Gevaerts4-0/+25
2015-01-19three new DSPsChiwen Chang11-5/+852
2015-01-12ARM unwinder for thumb: Fix broken MOV opcodeThomas Jarosch1-2/+2
2015-01-12Fix redThomas Jarosch1-1/+1
2015-01-12ARM unwinder for thumb: Fix broken SUB opcodeThomas Jarosch1-1/+1
2015-01-12ARM unwinder: Add missing 'register' variable in debug outputThomas Jarosch1-2/+2
2015-01-12ARM unwinder: Add missing va_end() call.Thomas Jarosch1-0/+1
2015-01-11Limit more variables to file scopeThomas Jarosch12-59/+52
2015-01-08Clarify usb_powered() and fix some code.Amaury Pouly2-2/+2
2015-01-05Fix yellowThomas Jarosch4-40/+41
2015-01-05Make thirty functions static to reduce binary sizeThomas Jarosch4-10/+10
2014-12-27More standard conforming codec_realloc()Thomas Jarosch1-2/+6
2014-12-17Add newlines at the end of the fileThomas Jarosch2-2/+2
2014-11-28Fix warning in WMA Pro and remove a c++ comment.Michael Giacomelli2-4/+3
2014-11-28Fix FS#13009.Michael Giacomelli3-13/+33
2014-09-22fix yellowMarcin Bukat1-1/+1
2014-09-22metadata: Add cuesheet embedded in ape tags.nialv71-13/+23
2014-08-30Fix last warning for WarbleMichael Sevakis1-0/+2
2014-08-30Get the last errors I hope!Michael Sevakis4-9/+12
2014-08-25Remove unused return value variable in lib/unwarminder/backtrace.cMichael Sevakis1-3/+1
2014-08-16Fix warnings from 6ed0087Michael Sevakis1-2/+2
2014-07-21add supports for x,y value in percentage to several tags.Chiwen Chang1-7/+6
2014-07-13libopus: use iram for more constantsNils Wallménius2-5/+5
2014-07-13libopus: asm C_MUL for coldfireNils Wallménius1-0/+21
2014-07-13Sync to upstream libopusNils Wallménius46-1051/+1608
2014-04-15libmad: Use 32bit unsigned for requantize table.Thomas Martitz1-2/+2
2014-03-10Implement time-based resume and playback start.Michael Sevakis36-192/+487
2014-03-03Fix more reds.Thomas Martitz1-11/+5
2014-03-03Fix various reds. Some includes needed fixup.Thomas Martitz2-2/+4
2013-12-23Proposed fix for FS#12878: Zero-length embedded album art prevents mp3 playbackJack Whitham1-1/+2
2013-12-16Sync libopus to upstream release 1.1Nils Wallménius97-578/+977
2013-12-15DSP Compressor: Sidechain, Exponential Atk/RlsRyan Billing2-88/+292
2013-12-13Add support for flac embeded album art.Albert Song1-0/+50
2013-11-18flac: fix seeking.Andrew Ryabinin1-1/+1
2013-10-20Add missing #include statements.Kevin Zheng3-0/+6
2013-10-05Simulator - encoders can now be loadedLorenzo Miori1-1/+2
2013-09-01Opus: delete two files that were moved into a subdirNils Wallménius2-108/+0
2013-09-01Fix warning from a35c1b3Nils Wallménius1-1/+1
2013-09-01Opus: Coldfire inline asm for comb_filter_constNils Wallménius1-0/+33
2013-08-31Add cf asm inline for multiplication commonly used in silk.Nils Wallménius2-0/+54
2013-08-31Put two hot silk arrays on real stack (iram)Nils Wallménius2-6/+10