summaryrefslogtreecommitdiff
path: root/lib/rbcodec
AgeCommit message (Expand)Author
2017-12-07Remove explicit 'enum codec_command_action' in codec APIMichael Sevakis
2017-11-06libpcm: Get unbranded structure tag out of my way.Michael Sevakis
2017-10-12PBE+Surround: Localize some variables and fixup some flush opsMichael Sevakis
2017-10-12Nitpick configuration code in a few DSP filters to fix some bugsMichael Sevakis
2017-09-17fix warning in vorbisAmaury Pouly
2017-07-30rbcodec: remove useless includeAmaury Pouly
2017-07-30rbcodec: fix compilation in debug modeAmaury Pouly
2017-02-04Fix dangerous castsAmaury Pouly
2017-01-15Fix codecs in simulator builds on WindowsAmaury Pouly
2016-12-03Fix DEBUG build codecsAmaury Pouly
2016-09-07Opus: update resume offset correctly while playing.Adam Sampson
2016-05-28Fix race conditions in parallel build.Frank Gevaerts
2016-03-18_BSD_SOURCE is deprecated, and we're supposed to use _DEFAULT_SOURCE now.Frank Gevaerts
2015-07-17mp3_enc.c: fix MP3 recording at 32 kHz sample rateCástor Muñoz
2015-02-02iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer
2015-01-30fix surround & pbe dsp crashChiwen Chang
2015-01-22fix pbe/haas surround dsps: surround_enabled, redo flush functions.Chiwen Chang
2015-01-19Enable buflib and core_alloc for warble.Frank Gevaerts
2015-01-19three new DSPsChiwen Chang
2015-01-11Limit more variables to file scopeThomas Jarosch
2014-12-27More standard conforming codec_realloc()Thomas Jarosch
2014-11-28Fix warning in WMA Pro and remove a c++ comment.Michael Giacomelli
2014-11-28Fix FS#13009.Michael Giacomelli
2014-09-22fix yellowMarcin Bukat
2014-09-22metadata: Add cuesheet embedded in ape tags.nialv7
2014-08-30Fix last warning for WarbleMichael Sevakis
2014-08-30Get the last errors I hope!Michael Sevakis
2014-08-16Fix warnings from 6ed0087Michael Sevakis
2014-07-13libopus: use iram for more constantsNils Wallménius
2014-07-13libopus: asm C_MUL for coldfireNils Wallménius
2014-07-13Sync to upstream libopusNils Wallménius
2014-04-15libmad: Use 32bit unsigned for requantize table.Thomas Martitz
2014-03-10Implement time-based resume and playback start.Michael Sevakis
2014-03-03Fix more reds.Thomas Martitz
2014-03-03Fix various reds. Some includes needed fixup.Thomas Martitz
2013-12-23Proposed fix for FS#12878: Zero-length embedded album art prevents mp3 playbackJack Whitham
2013-12-16Sync libopus to upstream release 1.1Nils Wallménius
2013-12-15DSP Compressor: Sidechain, Exponential Atk/RlsRyan Billing
2013-12-13Add support for flac embeded album art.Albert Song
2013-11-18flac: fix seeking.Andrew Ryabinin
2013-10-20Add missing #include statements.Kevin Zheng
2013-10-05Simulator - encoders can now be loadedLorenzo Miori
2013-09-01Opus: delete two files that were moved into a subdirNils Wallménius
2013-09-01Fix warning from a35c1b3Nils Wallménius
2013-09-01Opus: Coldfire inline asm for comb_filter_constNils Wallménius
2013-08-31Add cf asm inline for multiplication commonly used in silk.Nils Wallménius
2013-08-31Put two hot silk arrays on real stack (iram)Nils Wallménius
2013-08-31Silence spurious warningNils Wallménius
2013-08-31Sync opus codec to upstream gitNils Wallménius
2013-08-23Change CODECFLAGS to a "simply-expanded" var to give the individualNils Wallménius