aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/opus
Commit message (Expand)AuthorAgeFilesLines
* all: fix typos found by codespellTimo Rothenpieler3 days2-2/+2
* all: fix whitespace/new-line issuesTimo Rothenpieler3 days1-1/+0
* avcodec/opus/silk: don't assume stereo when calling silk_decode_frame()James Almer2025-07-221-2/+4
* avcodec/opus/dec: Simplify resetting AVAudioFifoAndreas Rheinhardt2025-07-111-3/+3
* avcodec/opus/dec: Don't call function multiple times in FFMAXAndreas Rheinhardt2025-07-111-1/+2
* avcodec/opus/dec: Remove unused parametersAndreas Rheinhardt2025-07-111-5/+2
* avcodec/opus: don't materialize buf pointer from nullKacper Michajłow2025-07-051-0/+3
* avcodec/opus/tab: Deduplicate arraysAndreas Rheinhardt2025-04-132-9/+3
* avcodec/codec_internal, all: Use macros to set deprecated AVCodec fieldsAndreas Rheinhardt2025-03-101-5/+3
* avcodec/opus/parser: remove duplicate failure path codeJames Almer2025-01-031-14/+10
* avcodec/opus/parser: set duration when complete frames are fedJames Almer2025-01-031-16/+35
* avcodec/opus/parser: reindent after the previous commitJames Almer2025-01-031-11/+11
* avcodec/opus/parser: set sample rateJames Almer2025-01-031-2/+8
* lavc/opus*: move to opus/ subdirAnton Khirnov2024-09-0224-0/+8415