summaryrefslogtreecommitdiff
path: root/libavcodec/rle.h
Commit message (Collapse)AuthorAge
* 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
* 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