summaryrefslogtreecommitdiff
path: root/libavcodec/cdxl.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* cdxl: remove an unused variableAnton Khirnov2013-11-161-1/+0
* cdxl: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-3/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-22/+14
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cdxl: bit line plane arrangement supportPaul B Mahol2012-02-261-11/+48
* cdxl: remove early check for bppPaul B Mahol2012-02-261-4/+0
* cdxl: set pix_fmt PAL8 only if palette is availablePaul B Mahol2012-02-261-1/+1
* cdxl: fix ham6/8 on big endianPaul B Mahol2012-02-251-2/+2
* cdxl: fix video decoding for some filesPaul B Mahol2012-02-171-14/+13
* CDXL demuxer and decoderPaul B Mahol2012-02-141-0/+278