summaryrefslogtreecommitdiff
path: root/libavcodec/msrle.c
Commit message (Collapse)AuthorAge
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
| | | | Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* watch those hard tabsMike Melanson2004-01-31
| | | | Originally committed as revision 2733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Add reget_buffer() function to AVCodecContextRoberto Togni2003-11-26
| | | | | | | | | | | | - Add default reget_buffer implementation in libavcodec/utils.c - Remove AVCodecContext.cr_available, no longer needed - Remove CODEC_CAP_CR, no longer used - Add img_copy() prototype to avcodec.h (function from imgconvert.c) - Rename img_copy() to jpeg_img_copy() in libavformat/jpeg.c to avoid conflict - Updated msrle, msvideo1, rpza, smc to use reget_buffer Originally committed as revision 2531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4bpp supportRoberto Togni2003-11-09
| | | | Originally committed as revision 2487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set buffer hints, use cr where availableRoberto Togni2003-11-07
| | | | Originally committed as revision 2485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: sometime palette was not copied to output frameRoberto Togni2003-11-05
| | | | Originally committed as revision 2481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Moved to new palette APIRoberto Togni2003-11-02
| | | | | | Added check to aviod stride change between frames Originally committed as revision 2466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: free previous frame, not current one!Roberto Togni2003-10-31
| | | | | | Set reference flag for frames. Originally committed as revision 2460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't memcpy from unallocated memoryRoberto Togni2003-10-31
| | | | Originally committed as revision 2459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-01
Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk