index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codecs
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2023-09-26
std::string -> std::pmr::string in psram
jacqueline
2023-08-10
Give codecs complete control of their input files
jacqueline
2023-08-09
Use opusfile instead of working directly with ogg and opus
jacqueline
2023-08-09
Add vorbis support whilst we're here
jacqueline
2023-08-08
Add tremor, add new ogg rules to make tremor deps happy
jacqueline
2023-08-08
Add libogg for handling opus streams reasonably
jacqueline
2023-08-08
Flesh out opus decoder. it doesn't work! i hate opus.
jacqueline
2023-08-08
Merge branch 'main' into opus
jacqueline
2023-08-03
remove stb_vorbis
jacqueline
2023-08-01
Start on opus decoder structure
jacqueline
2023-06-15
Add vorbis and flac decoders, flesh out codec interface
jacqueline
2023-06-08
Add flac and ogg decoder deps
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2022-12-03
building codec tests!
jacqueline
2022-12-03
Use std::span (backported) and std::byte to make our buffers safer
jacqueline
2022-12-02
fix build errors
jacqueline
2022-11-23
Mostly done pipeline arch. Now onto cleanup and building.
jacqueline
2022-11-21
Implement using libmad to decode
jacqueline
2022-11-17
apply arch patch to libmad
jacqueline
2022-11-17
WIP on our own pipeline
jacqueline