summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/codecs
AgeCommit message (Expand)AuthorFilesLines
2024-02-02Remove ATRAC3 specific fields (channels, extradata_size) from mp3entryRoman Artiukhin4-13/+15
2024-01-24Codecs: mpa: Use both time and offset when resuming filesRoman Artiukhin1-1/+8
2024-01-24Codecs: mpa: Improve seek in large mp3 vbr filesRoman Artiukhin1-13/+16
2024-01-21Codecs: aac: Improve ADTS stream detectionRoman Artiukhin1-4/+2
2024-01-12Codecs: mp4: Re-Fix loading tracks with metadata at the end of fileRoman Artiukhin1-4/+6
2023-12-31Codecs: mp4: Disable SBR decoding for PP5002 - PP5022 platformsroman.artiukhin2-3/+9
2023-12-23Codecs: mp4: Fix loading tracks with metadata at the end of fileroman.artiukhin1-2/+1
2023-11-02Codecs: mp4: Fix sign overflow in seek by offsetroman.artiukhin1-1/+1
2023-10-03Codecs: mp4: Fix seek to end of trackroman.artiukhin2-0/+4
2023-10-02Codecs: mp4: Ignore decode errors till next chunk present in lookup_tableroman.artiukhin1-1/+5
2023-09-29Codecs: mp4: Skip FOURCC filetype chunk checkroman.artiukhin1-13/+4
2023-09-26codec.h fix ifdef for older compilersWilliam Wilgus1-1/+1
2023-09-26Support per file logging with LOGF_ENABLE in codecsroman.artiukhin2-16/+4
2023-09-22Codecs: mp4: Fix seek in files with single element in lookup_tableroman.artiukhin2-8/+8
2023-09-20Codecs: mp4: Accurate seek in large files with small lookup_tableroman.artiukhin3-6/+25
2023-09-19alac: Fix warnings introduced in ac82a653bbSolomon Peachy1-6/+6
2023-09-19libm4a: Fix warnings introduced in 001a338e51Solomon Peachy3-34/+34
2023-09-19Codecs: mp4: Reuse lookup_table index from seek in m4a_check_sample_offsetroman.artiukhin4-10/+12
2023-09-19Codecs: mp4: Optimize m4a_check_sample_offsetroman.artiukhin2-12/+10
2023-09-18Codecs: mp4: Small cleanuproman.artiukhin1-4/+1
2023-09-18Codecs: mp4: Improve support for long files. Part 2roman.artiukhin2-42/+38
2023-09-15Codecs: mp4: Fix seek in very large filesroman.artiukhin4-10/+11
2023-09-09Codecs: mp4: Improve support for long files, prevent endless loopWilliam Wilgus1-2/+2
2023-09-06Codecs: mp4: Improve support for long filesroman.artiukhin1-8/+27
2023-09-06Codecs: mp4: Skip unknown chunksroman.artiukhin1-1/+2
2023-08-28Fix MP3 VBR seek jumps in wrong direction for long filesroman.artiukhin1-2/+10
2023-07-02libmusepack: Fix inconsistent definition of an array sizeSolomon Peachy1-1/+1
2023-03-23Fix unified syntax in ARM inline assemblyAidan MacDonald1-3/+6
2023-03-23Using ARM Unified Assembler LanguageChris Chua3-13/+16
2023-03-21plugins: Simplify plugin/codec API versioningAidan MacDonald1-13/+15
2023-02-07SID: Disable SID on 2MB targets, as cRSID needs a lot of RAM.Solomon Peachy2-1/+3
2023-02-07codec: sid: use cRSID as a library for playing SID filesWolfram Sang5-1272/+75
2023-02-07codec: sid: split cRSID header into a public and a private headerWolfram Sang4-165/+176
2023-02-07codec: sid: add cRSID-1.0 for 21st century SID playbackWolfram Sang12-0/+2525
2023-01-18Bump codec API version, remove dummy configure loop in dsp_init()Aidan MacDonald1-2/+2
2023-01-15rbcodec: Fix FLAC out of bounds readAidan MacDonald1-7/+12
2023-01-04[BugFix] Fix some Shif related UB -- ASANWilliam Wilgus1-2/+3
2022-11-16codecs: alac: Improve resume accuracy and clean up rounding errorsAidan MacDonald1-31/+33
2022-11-16codecs: aac: Prefer to resume by time instead of offsetAidan MacDonald1-5/+5
2022-11-01codecs: mpa: Improve seek & resume accuracy for VBR filesAidan MacDonald1-55/+32
2022-11-01Refactor to reuse seek code for resume by timeroman.artiukhin1-36/+37
2022-10-13Revert "RFC: Get rid of mpegplayer plugin"Solomon Peachy3-4/+30
2022-10-02RFC: Get rid of mpegplayer pluginSolomon Peachy3-30/+4
2022-07-11Fix a couple of warnings uncovered by GCC12Solomon Peachy1-0/+2
2022-06-21fix uninitialized warning in libopusWilliam Wilgus1-1/+1
2022-05-02codecs: m4a: improve seek accuracyAidan MacDonald3-53/+127
2021-08-08As3525 wavpack_enc document some intentional switch fall throughWilliam Wilgus1-0/+1
2021-08-04Document intentional fallthroughs + fix harmless unintended onesAidan MacDonald1-0/+3
2021-07-25rbcodec: Fix typo in makefileAidan MacDonald1-1/+1
2021-07-15misc: Fix up a few warnings uncovered by LTOSolomon Peachy3-17/+14