summaryrefslogtreecommitdiff
path: root/libavcodec/msvideo1enc.c
Commit message (Collapse)AuthorAge
* lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Paul B Mahol2012-01-03
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Use more designated initializers.Paul B Mahol2011-12-30
| | | | | | | 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.
* msvideo1enc: Check that dimensions are a multiple of 4.Michael Niedermayer2011-12-17
| | | | | | | Fixes Ticket784 Found by: ami_stuff Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doxygen: remove a few @file parameters.Clément Bœsch2011-10-04
| | | | It is not mandatory and prevents breakage on rename.
* msvideo1enc: minor cosmetic cleanup, use FFALIGN, avoid calculating valueReimar Döffinger2011-05-07
| | | | twice and add a missing "const".
* MS Video 1 encoderKostya Shishkov2011-05-04