summaryrefslogtreecommitdiff
path: root/libavcodec/rawdec.c
Commit message (Collapse)AuthorAge
* Fix some icc warnings by using enum PixelFormat instead of int where ↵Carl Eugen Hoyos2008-10-13
| | | | | | appropriate. Originally committed as revision 15611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
| | | | | | | | | | | bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l parenthesisBaptiste Coudurier2008-02-28
| | | | Originally committed as revision 12274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* code is ok for 4bpp in mov too, fix 16grey.movBaptiste Coudurier2008-02-28
| | | | Originally committed as revision 12273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support raw 4bpp aviMichael Niedermayer2007-07-29
| | | | | | | fixes dance1.avi closes issue40 Originally committed as revision 9828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split rawvideo encoder and decoder in their own filesAurelien Jacobs2007-07-09
Originally committed as revision 9560 to svn://svn.ffmpeg.org/ffmpeg/trunk