summaryrefslogtreecommitdiff
path: root/libavcodec/rle.c
Commit message (Collapse)AuthorAge
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Fix a potential out of array writing.Mathieu Malaterre2008-07-31
| | | | | | Patch by Mathieu Malaterre mathieu malaterre gmail com Originally committed as revision 14487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change rle encoder to count up to 127, sgi does not support 128Baptiste Coudurier2008-03-30
| | | | Originally committed as revision 12631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont use *int8_t for the arguments (ive missed that in the patches ...)Michael Niedermayer2007-04-03
| | | | Originally committed as revision 8603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Changed the rle encoder a little and made it more universal.Xiaohui Sun2007-04-03
| | | | | | | | 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
* cosmeticMichael Niedermayer2007-04-03
| | | | Originally committed as revision 8601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indention (less work to fix it myself than to check if a indention fix ↵Michael Niedermayer2007-04-03
| | | | | | patch is ok ...) Originally committed as revision 8600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move doxy from .c to .hMichael Niedermayer2007-04-03
| | | | Originally committed as revision 8599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-03
Originally committed as revision 8598 to svn://svn.ffmpeg.org/ffmpeg/trunk