summaryrefslogtreecommitdiff
path: root/libavformat/hcom.c
Commit message (Collapse)AuthorAge
* avformat/hcom: Tell the compiler about set but not read variablesMichael Niedermayer2019-09-16
| | | | | | This avoids 3 warnings Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
| | | | | Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
* avformat/hcom: check probe buffer sizePaul B Mahol2019-01-16
|
* avformat: add HCOM demuxerPaul B Mahol2019-01-15