summaryrefslogtreecommitdiff
path: root/libavcodec/cdxl.c
Commit message (Expand)AuthorAge
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cdxl: bit line plane arrangement supportPaul B Mahol2012-02-26
* cdxl: remove early check for bppPaul B Mahol2012-02-26
* cdxl: set pix_fmt PAL8 only if palette is availablePaul B Mahol2012-02-26
* cdxl: fix ham6/8 on big endianPaul B Mahol2012-02-25
* cdxl: fix video decoding for some filesPaul B Mahol2012-02-17
* CDXL demuxer and decoderPaul B Mahol2012-02-14