summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-07-27Fix non aligned crashes with tlsfWilliam Wilgus1-1/+2
2019-07-25fixed alac_set_info() issues.aozima1-1/+1
2019-01-25opus fix playback opustag skippingWilliam Wilgus1-7/+7
2019-01-25opus fix comment skipping codeWilliam Wilgus1-1/+29
2019-01-23opus optimize playback functionWilliam Wilgus1-74/+54
2019-01-04Fix Opus FS#13133 - Files with embedded artwork 45.8KiB+ skip near beginningWilliam Wilgus1-2/+27
2018-12-28Third attempt to shut up the warble build printf() warning.Solomon Peachy1-1/+1
2018-12-28Another attempt to silence the warble build warning on 32-bit hostsSolomon Peachy1-1/+1
2018-12-25build: Put all codec optiomization definitions in one placeSolomon Peachy5-39/+14
2018-12-24Hopefully silence the warning in the warble codec build.Solomon Peachy1-4/+4
2018-12-22AAC bitstream format files supportSolomon Peachy8-0/+287
2018-12-22Realmedia related codecs fixes and enhancementsSolomon Peachy8-124/+309
2018-12-22Improved seeking in a52 codecSolomon Peachy1-9/+28
2018-12-08Fix overlapping string region ape.c->read_ape_tagsWilliam Wilgus1-9/+16
2018-12-08Fix speex warning lsp.c->lsp_to_lpcWilliam Wilgus1-1/+1
2018-10-29codecs: Fix elapsed time calculation for large filesSolomon Peachy7-17/+15
2018-09-02libmad: Back out a change that disabled optimization for libmad.Solomon Peachy1-2/+1
2018-07-30iPod Classic: disable IRAM1Cástor Muñoz7-15/+18
2018-06-12Agptek Rocker: Initial commitMarcin Bukat1-1/+2
2017-12-07Remove explicit 'enum codec_command_action' in codec APIMichael Sevakis45-49/+53
2017-11-21Undo hacks to meant to get around string formatting limitationsMichael Sevakis3-3/+31
2017-11-06libpcm: Get unbranded structure tag out of my way.Michael Sevakis16-36/+36
2017-10-29Revert "tlsf: pack info structs"Franklin Wei1-2/+2
2017-10-29tlsf: remove memset() call in add_new_area()Franklin Wei1-1/+3
2017-10-29tlsf: pack info structsFranklin Wei1-2/+2
2017-10-12PBE+Surround: Localize some variables and fixup some flush opsMichael Sevakis2-73/+55
2017-10-12Nitpick configuration code in a few DSP filters to fix some bugsMichael Sevakis3-84/+125
2017-10-01Need limits.h for hosted buildsMichael Sevakis1-0/+1
2017-10-01Replace fp_sqrt function with one that only uses shift, or and sub.Michael Sevakis2-51/+51
2017-09-17fix warning in vorbisAmaury Pouly1-1/+4
2017-09-07ARM support: provide compiler a better popcount functionMichael Sevakis1-0/+31
2017-09-05Initial commit for the Sony NWZ linux portAmaury Pouly4-3/+4
2017-07-30rbcodec: remove useless includeAmaury Pouly1-1/+0
2017-07-30rbcodec: fix compilation in debug modeAmaury Pouly3-3/+3
2017-02-04Fix dangerous castsAmaury Pouly4-10/+11
2017-01-15Fix codecs in simulator builds on WindowsAmaury Pouly3-2/+5
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