Diego Biurrun
|
cba4e6062a
|
More correct printf format specifiers
This avoids compiler warnings about argument and specifier type mismatch.
|
11 years ago |
Diego Biurrun
|
cc8163e1a3
|
avcodec: more correct printf specifiers
|
11 years ago |
Diego Biurrun
|
b2bed9325d
|
cosmetics: Group .name and .long_name together in codec/format declarations
|
12 years ago |
Diego Biurrun
|
6d97484d72
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
Anton Khirnov
|
759001c534
|
lavc decoders: work with refcounted frames.
|
12 years ago |
Anton Khirnov
|
df9b956751
|
lavc: fix decode_frame() third parameter semantics for video decoders
It's got_frame, not data size
|
12 years ago |
Anton Khirnov
|
594d4d5df3
|
lavc: add a wrapper for AVCodecContext.get_buffer().
It will be useful in the upcoming transition to refcounted AVFrames.
|
12 years ago |
Anton Khirnov
|
716d413c13
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
13 years ago |
Anton Khirnov
|
36ef5369ee
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
13 years ago |
Ronald S. Bultje
|
abe3c697a3
|
xwd: convert to bytestream2.
|
13 years ago |
Paul B Mahol
|
27ed027bcd
|
XWD encoder and decoder
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
|
13 years ago |