Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bluetooth: Fix usage of RTP structures in SBC codec | Pali Rohár | 2019-07-24 | 1 | -26/+32 |
| | | | | | | | | | | | | | Rename struct rtp_payload to rtp_sbc_payload as it is specific for SBC codec payload. Add proper checks for endianity in rtp.h header and use uint8_t type where appropriated. Field frame_count is only 4 bit number, so add checks to prevent overflow. And because is_fragmented field is not parsed by decoder there is no support for decoding fragmented SBC frames. So throw an error in this case. | ||||
* | update FSF addresses to FSF web page | Ondrej Holecek | 2015-01-14 | 1 | -3/+1 |
| | | | | | | | | | FSF addresses used in PA sources are no longer valid and rpmlint generates numerous warnings during packaging because of this. This patch changes all FSF addresses to FSF web page according to the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html Done automatically by sed-ing through sources. | ||||
* | bluetooth: Run 'make update-sbc' | Colin Guthrie | 2011-03-20 | 1 | -1/+1 |
| | | | | Note that changes to ipc.h from 8f3ef04b had to be manually reapplied. | ||||
* | pull in new SBC/BT files | Lennart Poettering | 2009-02-03 | 1 | -1/+1 |
| | |||||
* | make rtp.h ANSI C compliant | Lennart Poettering | 2009-02-02 | 1 | -22/+22 |
| | |||||
* | Move bluetooth discover and device modules to src/modules/bluetooth | João Paulo Rechi Vita | 2008-09-11 | 1 | -0/+76 |