aboutsummaryrefslogtreecommitdiff
path: root/libavformat/cdxl.c
AgeCommit message (Expand)Author
2012-11-12cdxl: set channel layoutJustin Ruggles
2012-09-04avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-03-05cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger
2012-02-22cdxl: correctly synchronize video timestamps to audioPaul B Mahol
2012-02-17cdxl: fix audio for some samplesPaul B Mahol
2012-02-14CDXL demuxer and decoderPaul B Mahol