summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/codecs
AgeCommit message (Expand)AuthorFilesLines
2019-08-14opus reset decoder on seek completion to prevent stack overflowWilliam Wilgus1-0/+3
2019-07-31FS#11052 -- SID Playback in StereoSolomon Peachy1-109/+120
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 Peachy3-0/+159
2018-12-22Realmedia related codecs fixes and enhancementsSolomon Peachy6-118/+255
2018-12-22Improved seeking in a52 codecSolomon Peachy1-9/+28
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 Sevakis44-46/+50
2017-11-06libpcm: Get unbranded structure tag out of my way.Michael Sevakis16-36/+36
2017-09-17fix warning in vorbisAmaury Pouly1-1/+4
2017-02-04Fix dangerous castsAmaury Pouly2-4/+4
2017-01-15Fix codecs in simulator builds on WindowsAmaury Pouly3-2/+5
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
2015-07-17mp3_enc.c: fix MP3 recording at 32 kHz sample rateCástor Muñoz1-2/+2
2015-01-11Limit more variables to file scopeThomas Jarosch10-54/+47
2014-12-27More standard conforming codec_realloc()Thomas Jarosch1-2/+6
2014-11-28Fix warning in WMA Pro and remove a c++ comment.Michael Giacomelli1-1/+1
2014-11-28Fix FS#13009.Michael Giacomelli2-5/+11
2014-08-16Fix warnings from 6ed0087Michael Sevakis1-2/+2
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
2013-12-16Sync libopus to upstream release 1.1Nils Wallménius97-578/+977
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
2013-08-31Silence spurious warningNils Wallménius1-1/+1
2013-08-31Sync opus codec to upstream gitNils Wallménius115-4290/+4825
2013-08-23Change CODECFLAGS to a "simply-expanded" var to give the individualNils Wallménius3-16/+18