summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Build: Bump all toolchains to GCC 4.9.4 + Binutils 2.26.1Solomon Peachy1-0/+1
2020-10-09codecs: Add support for the 'VTX' ZX Spectrum chiptunes format.Solomon Peachy16-22/+1625
2020-09-08surround: Fix two issues with the haas surround code.Solomon Peachy1-2/+3
2020-09-04skin_parser: Modernize Makefile.Dominik Riebeling1-10/+17
2020-08-10flac: fix warning introduced in 5758a05Solomon Peachy1-19/+19
2020-08-10Handle EOF properly in get_flac_metadataYuxuan Shui1-2/+2
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-6/+0
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy11-91/+17
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy4-251/+0
2020-07-15Add support for ID3 tags embedded in AIFF filesMoshe Piekarski3-5/+43
2020-07-15opus: shrink stack usage by nearly 700 bytesSolomon Peachy1-28/+33
2020-07-09FS#12966: display '+' for positive replaygain valuesSolomon Peachy1-1/+1
2020-07-03Fix logf warnings in more codecsMoshe Piekarski2-6/+7
2020-06-28Fix logf build warnings in speex codecMoshe Piekarski1-10/+11
2020-06-22Add support for some native AIFF metadata fieldsMoshe Piekarski1-1/+25
2020-05-04skins: Fix buffer overflow in skin_error_format_message()Solomon Peachy1-1/+1
2020-04-26Get APEv2 tag album art format from magic number. Also support bmp artwork.James D. Smith1-26/+17
2020-04-15libedemac: ARMv7 asm code is for NEON-equipped processors onlySolomon Peachy1-1/+1
2020-03-28sid: Fix an out-of-bounds read in the channel mixing codeSolomon Peachy1-1/+0
2019-08-14opus reset decoder on seek completion to prevent stack overflowWilliam Wilgus1-0/+3
2019-08-13Improvements for vbrfix plugin:Solomon Peachy4-16/+48
2019-07-31FS#11052 -- SID Playback in StereoSolomon Peachy1-109/+120
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