summaryrefslogtreecommitdiff
path: root/libavcodec/r210dec.c
Commit message (Collapse)AuthorAge
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Swap red and blue when decoding r210.Carl Eugen Hoyos2009-12-18
| | | | Originally committed as revision 20893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-17
Originally committed as revision 20891 to svn://svn.ffmpeg.org/ffmpeg/trunk