summaryrefslogtreecommitdiff
path: root/libavformat/hcom.c
Commit message (Expand)AuthorAgeFilesLines
* hcom: convert to new channel layout APIAnton Khirnov2022-03-151-1/+1
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-1/+0
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/hcom: Tell the compiler about set but not read variablesMichael Niedermayer2019-09-161-1/+1
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/hcom: check probe buffer sizePaul B Mahol2019-01-161-0/+2
* avformat: add HCOM demuxerPaul B Mahol2019-01-151-0/+89