Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More correct printf format specifiers | Diego Biurrun | 2014-04-02 | 1 | -1/+3 |
* | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -5/+9 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+4 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -28/+2 |
* | 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 | -13/+13 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | xwd: convert to bytestream2. | Ronald S. Bultje | 2012-03-18 | 1 | -32/+34 |
* | XWD encoder and decoder | Paul B Mahol | 2012-01-23 | 1 | -0/+267 |