summaryrefslogtreecommitdiff
path: root/libavformat/cdxl.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* cdxl: set channel layoutJustin Ruggles2012-11-12
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger2012-03-05
* cdxl: correctly synchronize video timestamps to audioPaul B Mahol2012-02-22
* cdxl: fix audio for some samplesPaul B Mahol2012-02-17
* CDXL demuxer and decoderPaul B Mahol2012-02-14