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
2008-07-31Fix a potential out of array writing.Mathieu Malaterre
Patch by Mathieu Malaterre mathieu malaterre gmail com Originally committed as revision 14487 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-30change rle encoder to count up to 127, sgi does not support 128Baptiste Coudurier
Originally committed as revision 12631 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-05license header consistency cosmeticsDiego Biurrun
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-03dont use *int8_t for the arguments (ive missed that in the patches ...)Michael Niedermayer
Originally committed as revision 8603 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-03Changed the rle encoder a little and made it more universal.Xiaohui Sun
Not only the repeated byte is calculated as (count ^ xor) + add but also the raw encoding lenth byte is calculated as that too patch by Xiaohui Sun sunxiaohui dsp ac cn Originally committed as revision 8602 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-03cosmeticMichael Niedermayer
Originally committed as revision 8601 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-03fix indention (less work to fix it myself than to check if a indention fix ↵Michael Niedermayer
patch is ok ...) Originally committed as revision 8600 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-03move doxy from .c to .hMichael Niedermayer
Originally committed as revision 8599 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-03generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer
Originally committed as revision 8598 to svn://svn.ffmpeg.org/ffmpeg/trunk