summaryrefslogtreecommitdiff
path: root/libavcodec/rle.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+1
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-1/+2
* Merge commit 'eeb6849cedac099d41feb482da581f4059c63ca7'Hendrik Leppkes2016-11-141-14/+20
|\
| * rle: K&R formatting cosmeticsVittorio Giovara2016-06-291-14/+20
* | Merge commit '59e3f4e598ae381600ef54e1f6e6a8a5270ac245'Hendrik Leppkes2015-11-291-12/+3
|\ \ | |/
| * sgienc: Use a local RLE encoding functionVittorio Giovara2015-11-241-12/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Fix a potential out of array writing.Mathieu Malaterre2008-07-311-1/+1
* change rle encoder to count up to 127, sgi does not support 128Baptiste Coudurier2008-03-301-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* dont use *int8_t for the arguments (ive missed that in the patches ...)Michael Niedermayer2007-04-031-1/+1
* Changed the rle encoder a little and made it more universal.Xiaohui Sun2007-04-031-3/+4
* cosmeticMichael Niedermayer2007-04-031-3/+1
* fix indention (less work to fix it myself than to check if a indention fix pa...Michael Niedermayer2007-04-031-15/+14
* move doxy from .c to .hMichael Niedermayer2007-04-031-9/+0
* generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-031-0/+96