summaryrefslogtreecommitdiffstats
path: root/libavcodec/msrle.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-8/+9
|\
| * make containers pass palette change in AVPacketKostya Shishkov2011-04-151-8/+9
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-221-1/+0
* msrle uncompressed decoding, fix #1074 and many other samples under /RLEBaptiste Coudurier2009-05-271-2/+38
* reindentBaptiste Coudurier2009-05-101-6/+6
* check for palette presence, fix crash with QT-BMP.mov, issue #1074Baptiste Coudurier2009-05-101-0/+2
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Silence useless compiler warning when passing AVFrame* instead of AVPicture*Kostya Shishkov2009-02-011-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Factorize out code used for MS RLE format decoding in different decoders.Kostya Shishkov2008-09-181-198/+8
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-2/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-291-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constsMichael Niedermayer2008-02-011-2/+2
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-4/+0
* watch those hard tabsMike Melanson2004-01-311-5/+5
* - Add reget_buffer() function to AVCodecContextRoberto Togni2003-11-261-29/+7
* 4bpp supportRoberto Togni2003-11-091-1/+106
* Set buffer hints, use cr where availableRoberto Togni2003-11-071-1/+11
* 100l: sometime palette was not copied to output frameRoberto Togni2003-11-051-7/+7
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-7/+7
* Moved to new palette APIRoberto Togni2003-11-021-14/+11
* 100l: free previous frame, not current one!Roberto Togni2003-10-311-2/+3
* Don't memcpy from unallocated memoryRoberto Togni2003-10-311-1/+2
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-011-0/+219
OpenPOWER on IntegriCloud