aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/libxevd.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libxevd: Fix "if (ret = ff_foo() < 0)" precedence problemAndreas Rheinhardt2024-03-011-1/+2
* avcodec/libxevd: Improve included headers a bitAndreas Rheinhardt2024-03-011-5/+1
* avcodec/libxevd: Use CODEC_LONG_NAME()Andreas Rheinhardt2024-03-011-1/+1
* avcodec/libxevd: Remove useless AVClassAndreas Rheinhardt2024-03-011-12/+0
* avcodec/libxevd: Reindent after the previous commitAndreas Rheinhardt2024-03-011-37/+37
* avcodec/libxevd: Deduplicate codeAndreas Rheinhardt2024-03-011-99/+61
* avcodec/libxevd: Avoid cloning AVPacketAndreas Rheinhardt2024-03-011-5/+2
* avcodec/libxevd: Set AV_CODEC_CAP_DR1Andreas Rheinhardt2024-03-011-1/+2
* avcodec/libxevd: Remove FF_CODEC_CAP_SETS_PKT_DTS capAndreas Rheinhardt2024-03-011-1/+2
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* avcodec/evc_decoder: Provided support for EVC decoderDawid Kozinski2023-11-201-0/+538