summaryrefslogtreecommitdiff
path: root/libavformat/mlpdec.c
Commit message (Collapse)AuthorAge
* avformat/rawdec: Make the raw packet size configurableMichael Niedermayer2019-07-17
| | | | | | | | This allows testing parsers with a wider range of input packet sizes. Which is important and usefull for regression testing, some of our parsers in fact to not work if the packet size is changed from 1024 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/mlpdec: consider all valid mlp access units when probingHendrik Leppkes2015-11-29
| | | | | | | Fixes probing of truehd/mlp files with a lot of frames in between the major sync frames. The spec allows a distance of up to 128 frames in between major sync frames, which leads to the probing code not reaching the desired score.
* lavf/mlpdec: Simplify mlp/thd probe function.Carl Eugen Hoyos2015-10-03
Move the demuxers into their own file.