Michael Niedermayer
|
1fe45903b8
|
msvideo1enc: fix interframe encoding
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
db3a0aae9f
|
msvideo1enc: fix initial keyframe value
keyframe was never set to anything but 1
Fixes CID733730
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Carl Eugen Hoyos
|
cb8f5194b3
|
Set bits_per_coded_sample when encoding Microsoft Video-1.
Fixes ticket #1193.
|
13 years ago |
Paul B Mahol
|
ae2c33b0c2
|
cosmetics: remove superfluous curly brackets
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Michael Niedermayer
|
6e3aee03b8
|
msvideo1enc: switch to ff_alloc_packet2().
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Michael Niedermayer
|
73f8f7e839
|
msvideo1enc: switch to encode2()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Paul B Mahol
|
7099f36578
|
lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Paul B Mahol
|
ba10207bbe
|
Use more designated initializers.
Also remove some pointless NULL/0 assigments.
C++ code must be left as it is because named struct
initializers are not supported by C++ standard.
|
13 years ago |
Michael Niedermayer
|
e09ffa4524
|
msvideo1enc: Check that dimensions are a multiple of 4.
Fixes Ticket784
Found by: ami_stuff
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Clément Bœsch
|
1912c215e0
|
doxygen: remove a few @file parameters.
It is not mandatory and prevents breakage on rename.
|
13 years ago |
Reimar Döffinger
|
20e5d64a1a
|
msvideo1enc: minor cosmetic cleanup, use FFALIGN, avoid calculating value
twice and add a missing "const".
|
14 years ago |
Kostya Shishkov
|
e4be3485af
|
MS Video 1 encoder
|
14 years ago |