aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vbndec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/vbn(dec|enc): Avoid always-false checksAndreas Rheinhardt2022-04-131-10/+10
* avcodec/vbn(dec|enc): Avoid leaving stale pointers in contextAndreas Rheinhardt2022-04-131-7/+4
* avcodec/vbn(dec|enc): Remove empty close functionAndreas Rheinhardt2022-04-131-6/+0
* avcodec/vbndec: add VBN decoderMarton Balint2022-04-101-0/+195