Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cdxl: bit line plane arrangement support | Paul B Mahol | 2012-02-26 | 1 | -11/+48 |
* | cdxl: remove early check for bpp | Paul B Mahol | 2012-02-26 | 1 | -4/+0 |
* | cdxl: set pix_fmt PAL8 only if palette is available | Paul B Mahol | 2012-02-26 | 1 | -1/+1 |
* | cdxl: fix ham6/8 on big endian | Paul B Mahol | 2012-02-25 | 1 | -2/+2 |
* | cdxl: fix video decoding for some files | Paul B Mahol | 2012-02-17 | 1 | -14/+13 |
* | CDXL demuxer and decoder | Paul B Mahol | 2012-02-14 | 1 | -0/+278 |