summaryrefslogtreecommitdiff
path: root/libavcodec/pcm-blurayenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+1
* avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt2022-09-281-5/+2
* avcodec/pcm-blurayenc: Don't presume every channel layout to be nativeAndreas Rheinhardt2022-09-221-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/(dca|tta|pcm-bluray|pcm-dvd|wavpack)enc: Set pts+dur genericallyAndreas Rheinhardt2022-08-271-3/+0
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/pcm-blurayenc: fix flawed logic in previous changePaul B Mahol2022-05-021-6/+2
* avcodec/pcm-blurayenc: set fixed number of samples per packetPaul B Mahol2022-04-241-14/+21
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-10/+10
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* pcm: convert to new channel layout APIAnton Khirnov2022-03-151-7/+21
* avcodec: add pcm-bluray encoderPaul B Mahol2022-03-061-0/+297