aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/osq.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec/osq: avoid several signed integer overflowsMichael Niedermayer2024-03-261-12/+12
* avcodec/osq: Implement flush()Michael Niedermayer2023-12-291-0/+9
* avcodec/osq: do not return immediately on fatal errorPaul B Mahol2023-09-211-1/+3
* avcodec/osq: fix 20bit decoding and remove invalid modesPaul B Mahol2023-09-051-3/+1
* avcodec/osq: improve 32bit sample format decodingPaul B Mahol2023-09-041-5/+11
* avcodec/osq: fix type of nb_samplesPaul B Mahol2023-09-041-1/+1
* avcodec: add OSQ audio decoderPaul B Mahol2023-09-011-0/+475