summaryrefslogtreecommitdiff
path: root/libavcodec/pcm-dvdenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/pcm-dvdenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-051-3/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/pcm-dvdenc: Mark encoder as init-threadsafeAndreas Rheinhardt2020-11-291-0/+1
* avcodec/pcm-dvdenc: Remove empty functionAndreas Rheinhardt2020-09-171-6/+0
* avcodec: add PCM-DVD encoderPaul B Mahol2018-12-011-0/+197