Antoine SOULIER
|
4865ea48cc
|
avcodec/liblc3dec: retrieve duration of the last packet from the demuxer
Use the packet duration field to invalid last samples of the last frame.
|
2024-04-06 09:55:57 +02:00 |
|
Antoine SOULIER
|
6de00dc5f1
|
avcodec/liblc3dec: fix extradata size
|
2024-04-06 09:40:37 +02:00 |
|
Antoine SOULIER
|
ad3fcfd0f2
|
avcodec/liblc3dec: fix typo in macro name, fix compilation
|
2024-04-06 09:40:32 +02:00 |
|
James Almer
|
45d2110fc7
|
avcodec/liblc3dec: sanitize channel count in avctx
Should prevent out of array accesses.
Signed-off-by: James Almer <jamrial@gmail.com>
|
2024-04-04 13:55:16 -03:00 |
|
Antoine Soulier via ffmpeg-devel
|
240fd04db2
|
avcodec/liblc3: add encoding/decoding support of LC3 audio codec
The LC3 audio codec is the default codec of Bluetooth LE audio.
This is a wrapper over the liblc3 library (https://github.com/google/liblc3).
Signed-off-by: Antoine Soulier <asoulier@google.com>
|
2024-04-04 17:47:31 +02:00 |
|