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 (Expand)Author
2013-01-23sanm: remove "duplicate" for loop.Michael Niedermayer
2013-01-23sanm: check image dimensions before using themMichael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-10-14avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
2012-10-12sanm: fix off by 1 error in draw_glyph()Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-07-08sanm: make use of dsputilPaul B Mahol
2012-07-05sanm: remove code duplicationPaul B Mahol
2012-07-05sanm: replace conditions in for loops with more common versionPaul B Mahol
2012-06-26Make LucasArts Smush SANM palette opaque.Carl Eugen Hoyos
2012-06-21sanm: silence warningsPaul B Mahol
2012-06-21LucasArts SMUSH video decoderPaul B Mahol