summaryrefslogtreecommitdiff
path: root/libavcodec/cinepakenc.c
Commit message (Collapse)AuthorAge
* avcodec/cinepakenc: use av_malloc_array()Michael Niedermayer2014-05-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/cinepakenc: Fix "may be used uninitialized in this function" warningsMichael Niedermayer2014-05-08
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/cinepakenc: drop coded_frame initMichael Niedermayer2014-05-07
| | | | | | Fixes const being lost warning Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/cinepakenc: Zero AVPictures, silence "may be used uninitialized" ↵Michael Niedermayer2014-05-07
| | | | | | warnings Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Cinepak encoder: adding option handling for flexibilityaddr-see-the-website@aetey.se2014-01-23
| | | | | | | Now it is possible to adjust compression speed vs R/D when needed and also skip vintage players compatibility at will. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/cinepakenc: fixes and improvementsaddr-see-the-website@aetey.se2014-01-22
| | | | | | | | | Fixed/improved multistrip adaptivity. Improved R/D by optimized codebook generation. Support for the correct color space. Vintage compatibility. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Adding Cinepak encoderTomas Härdin2014-01-22
With permission of Tomas Härdin applied by Rl aetey.se Signed-off-by: Michael Niedermayer <michaelni@gmx.at>