summaryrefslogtreecommitdiff
path: root/libavcodec/iff.c
Commit message (Expand)AuthorAge
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò2011-01-26
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gm...Peter Ross2010-06-22
* Move get_buffer() calls from decode_init() to decode_frame(). Anything else isSebastian Vater2010-06-01
* Factorize code into a single function.Sebastian Vater2010-05-16
* Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-13
* Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-13
* Reindent after r23112.Sebastian Vater2010-05-13
* Move handling of paletted data to the IFF demuxer. This allows futureSebastian Vater2010-05-13
* Handle palette underflows, fill remaining space with black (zero) data.Sebastian Vater2010-05-13
* Move a while(..){..} -> do{..}while(..), slightly faster.Sebastian Vater2010-05-13
* Optimize decodeplane32().Sebastian Vater2010-05-10
* Ensure that width and height are > 0. avcodec_open() itself only checks thatSebastian Vater2010-05-10
* Remove "bps" parameter to decodeplane8/32(), it's unused.Sebastian Vater2010-05-09
* IFF: decode last 8 pixels per lineMåns Rullgård2010-05-09
* Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-08
* Align plane size to word-boundary.Sebastian Vater2010-05-05
* Revert r22974 int->unsigned parts that don't have any meaningful effect.Ronald S. Bultje2010-05-03
* Reidnent after r22795.Sebastian Vater2010-04-26
* Move some branches outside looped code. Should improve the generated asm (andSebastian Vater2010-04-26
* Switch some ints to unsigned (they can only have positive values, this allowsSebastian Vater2010-04-26
* Make two functions out of #define hackery.Sebastian Vater2010-04-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make iff.c:decode_init return the value returned byStefano Sabatini2010-03-13
* IFF: move ff_cmap_read_palette() prototype to a header fileMåns Rullgård2010-03-08
* use intended const syntaxPeter Ross2010-03-03
* Support <8-bit ILBM uncompressed bitmapsPeter Ross2010-02-16
* IFF bitmap n-bit color supportPeter Ross2010-02-15
* Use int8_t instead of char, the signedness of char can differ between systems.Reimar Döffinger2010-02-12
* IFF PBM/ILBM bitmap decoderPeter Ross2010-02-03