Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
This parameter can be used to inform the allocation code about how much downsizing might occur, and can be used to optimize how to allocate the packet Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-06-13Remove a few occurences of "long long" from the libraries.Carl Eugen Hoyos
2014-05-11avcodec/cinepakenc: use av_malloc_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-08avcodec/cinepakenc: Fix "may be used uninitialized in this function" warningsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-07avcodec/cinepakenc: drop coded_frame initMichael Niedermayer
Fixes const being lost warning Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-07avcodec/cinepakenc: Zero AVPictures, silence "may be used uninitialized" ↵Michael Niedermayer
warnings Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-23Cinepak encoder: adding option handling for flexibilityaddr-see-the-website@aetey.se
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>
2014-01-22avcodec/cinepakenc: fixes and improvementsaddr-see-the-website@aetey.se
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>
2014-01-22Adding Cinepak encoderTomas Härdin
With permission of Tomas Härdin applied by Rl aetey.se Signed-off-by: Michael Niedermayer <michaelni@gmx.at>