summaryrefslogtreecommitdiff
path: root/libavformat/cdxl.c
Commit message (Collapse)AuthorAge
* Replace Libav with FFmpeg in license headers for files created by mePaul B Mahol2012-06-29
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger2012-02-26
| | | | | | Fixes a failure in cdxl-pal8 test for the valgrind FATE instance. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* cdxl: correctly synchronize video timestamps to audioPaul B Mahol2012-02-22
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* cdxl: fix audio for some samplesPaul B Mahol2012-02-17
| | | | | | | There may be extra padding at and of chunk. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* CDXL demuxer and decoderPaul B Mahol2012-02-14
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>