aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/cdxl-demux
Commit message (Collapse)AuthorAgeFilesLines
* framehash: convert to new channel layout APIAnton Khirnov2022-03-151-1/+0
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/cdxl: improve frame rate guessing for standard cdxlPaul B Mahol2021-02-051-9/+9
| | | | | Use audio size and sample rate to get real frame rate. Also make seeking more robust.
* avformat/cdxl: rework probe and fix sample rate and frame ratePaul B Mahol2021-02-041-11/+11
|
* avformat/cdxl: add support for custom 24bit pal8 formatsPaul B Mahol2021-02-031-1/+1
| | | | Also stop discarding half of audio samples and use planar pcm s8.
* avformat/framehash: also print channel layout as a stringJames Almer2016-11-051-0/+1
| | | | | | | | This should be more useful for users since numerical values for channel layout can be confusing and unintuitive. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/framecrc: enable new outputJames Almer2016-04-131-0/+8
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* FATE: add test for cdxl demuxerPaul B Mahol2012-03-111-0/+21
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>