summaryrefslogtreecommitdiffstats
path: root/libavcodec/iff.c
Commit message (Expand)AuthorAgeFilesLines
* iff: support ExtraHalfBrite (EHB) palette modePeter Ross2011-12-031-3/+5
* HAM6/HAM8 support for IFF ACBM decoderPeter Ross2011-11-271-0/+13
* iff: fix invalid reads (ticket 689)Peter Ross2011-11-271-2/+2
* [PATCH] IFF Amiga Continuous Bitmap (ACBM)decoderami_stuff2011-11-211-1/+12
* Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-051-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-18/+16
|\
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-18/+16
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
| * Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò2011-01-261-2/+1
* | iff: remove get_image_data() and get_image_size() wrappersStefano Sabatini2011-05-111-29/+8
* | iff: remove get_palette_size() wrapperStefano Sabatini2011-05-111-18/+9
* | iff: remove pointless get_palette_data() wrapperStefano Sabatini2011-05-111-15/+4
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+1
* | HAM6/HAM8 support for IFF demuxer/decoderSebastian Vater2011-04-241-14/+262
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
* | Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò2011-01-281-2/+1
|/
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-16/+16
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gm...Peter Ross2010-06-221-1/+1
* Move get_buffer() calls from decode_init() to decode_frame(). Anything else isSebastian Vater2010-06-011-13/+26
* Factorize code into a single function.Sebastian Vater2010-05-161-46/+35
* Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-131-3/+3
* Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-131-5/+21
* Reindent after r23112.Sebastian Vater2010-05-131-16/+16
* Move handling of paletted data to the IFF demuxer. This allows futureSebastian Vater2010-05-131-0/+8
* Handle palette underflows, fill remaining space with black (zero) data.Sebastian Vater2010-05-131-4/+2
* Move a while(..){..} -> do{..}while(..), slightly faster.Sebastian Vater2010-05-131-2/+2
* Optimize decodeplane32().Sebastian Vater2010-05-101-8/+46
* Ensure that width and height are > 0. avcodec_open() itself only checks thatSebastian Vater2010-05-101-0/+2
* Remove "bps" parameter to decodeplane8/32(), it's unused.Sebastian Vater2010-05-091-8/+6
* IFF: decode last 8 pixels per lineMåns Rullgård2010-05-091-1/+2
* Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater2010-05-081-7/+48
* Align plane size to word-boundary.Sebastian Vater2010-05-051-3/+3
* Revert r22974 int->unsigned parts that don't have any meaningful effect.Ronald S. Bultje2010-05-031-10/+10
* Reidnent after r22795.Sebastian Vater2010-04-261-28/+28
* Move some branches outside looped code. Should improve the generated asm (andSebastian Vater2010-04-261-6/+37
* Switch some ints to unsigned (they can only have positive values, this allowsSebastian Vater2010-04-261-21/+20
* Make two functions out of #define hackery.Sebastian Vater2010-04-261-14/+31
* 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-2/+2
* Make iff.c:decode_init return the value returned byStefano Sabatini2010-03-131-2/+3
* IFF: move ff_cmap_read_palette() prototype to a header fileMåns Rullgård2010-03-081-0/+1
* use intended const syntaxPeter Ross2010-03-031-1/+1
* Support <8-bit ILBM uncompressed bitmapsPeter Ross2010-02-161-8/+4
* IFF bitmap n-bit color supportPeter Ross2010-02-151-52/+74
OpenPOWER on IntegriCloud