summaryrefslogtreecommitdiff
path: root/libavformat/hcom.c
Commit message (Collapse)AuthorAgeFilesLines
* hcom: convert to new channel layout APIAnton Khirnov2022-03-151-1/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-1/+0
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/hcom: Tell the compiler about set but not read variablesMichael Niedermayer2019-09-161-1/+1
| | | | | | This avoids 3 warnings Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
| | | | | Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
* avformat/hcom: check probe buffer sizePaul B Mahol2019-01-161-0/+2
|
* avformat: add HCOM demuxerPaul B Mahol2019-01-151-0/+89