summaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding
Commit message (Collapse)AuthorAgeFilesLines
* build: Split out iSAC VAD sources into a separate dependencyArun Raghavan2021-06-191-5/+10
| | | | | | | Avoid having to link webrtc-audio-processing with webrtc-audio-coding, and makes the required symbols directly available. Part-of: <https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/22>
* build: Make packages versionedArun Raghavan2020-10-231-6/+6
| | | | | | | | Since we cannot rely on the API to be stable upstream, let's start making the pkg-config, library, and include dir have a version suffix. This will allow different downstream projects depending on us to independently switch versions without packagers having to jump through hoops.
* Update to current webrtc libraryArun Raghavan2020-10-2370-4290/+3910
| | | | | | This is from the upstream library commit id 3326535126e435f1ba647885ce43a8f0f3d317eb, corresponding to Chromium 88.0.4290.1.
* add webrtc-audio-coding public libraryGuillaume Desmottes2020-03-2728-7/+8033
| | | | | | | | This new lib contains the bare minimum to implement an iSAC encoder and decoder. The webrtc files have been copied from the revision as the existing imported files (c8b569e0a7ad0b369e15f0197b3a558699ec8efa).
* remove autotoolsGuillaume Desmottes2020-03-241-45/+0
| | | | In Meson we trust.
* Initial meson build filesMatthew Waters2018-10-281-0/+33
|
* Update code to current Chromium masterArun Raghavan2015-11-047-35/+62
| | | | | | | This corresponds to: Chromium: 6555f9456074c0c0e5f7713564b978588ac04a5d webrtc: c8b569e0a7ad0b369e15f0197b3a558699ec8efa
* build: More build fixes and cleanupsArun Raghavan2015-10-159-0/+1839
|
* build: Some fixes for make distcheckArun Raghavan2015-10-151-0/+2
|
* Update audio_processing moduleArun Raghavan2015-10-1532-0/+9597
Corresponds to upstream commit 524e9b043e7e86fd72353b987c9d5f6a1ebf83e1 Update notes: * Pull in third party license file * Replace .gypi files with BUILD.gn to keep track of what changes upstream * Bunch of new filse pulled in as dependencies * Won't build yet due to changes needed on top of these