Anton Khirnov
|
f174fbac3c
|
lavc: add CODEC_CAP_DR1 to all video decoders missing them
|
13 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 |
Kostya Shishkov
|
e1a3fa5d3a
|
indeo4: handle frame type 1 properly
It turns out that this frame type is actually intra and should be used as
a reference for interframes too.
|
13 years ago |
Kostya Shishkov
|
aa372cf470
|
factor out common decoding code for Indeo 4 and Indeo 5
|
13 years ago |
Ronald S. Bultje
|
68fd077f68
|
indeo4: fix out-of-bounds function call.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
|
13 years ago |
Kostya Shishkov
|
08bab32cf1
|
indeo4: add some missing static and const qualifiers
From the patch by Reimar Döffinger.
|
13 years ago |
Diego Biurrun
|
d4b63054d9
|
cosmetics: Drop unnecessary parentheses around return values.
|
13 years ago |
Kostya Shishkov
|
1fbd3d30ae
|
indeo4: remove two unused variables
|
13 years ago |
Kostya Shishkov
|
adfe0c942e
|
Indeo 4 decoder
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
|
13 years ago |