summaryrefslogtreecommitdiff
path: root/libavcodec/dfpwmdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dfpwmdec: Remove always-false checkAndreas Rheinhardt2022-09-221-5/+0
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec: Add const to decoder packet data pointersAndreas Rheinhardt2022-07-091-1/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/dfpwmdec: Check packet size more completelyMichael Niedermayer2022-03-181-1/+4
* dfpw: convert to new channel layout APIJames Almer2022-03-151-2/+2
* avcodec: add DFPWM1a codecJack Bruienne2022-03-101-0/+134