33 Commits (9446b4bbbc60c2b1241911efb65401b3ab83810a)

Author SHA1 Message Date
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 14 years ago
Peter Ross e10412a334 IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gmail dot com> 14 years ago
Sebastian Vater 522d3930ff Move get_buffer() calls from decode_init() to decode_frame(). Anything else is 15 years ago
Sebastian Vater ec1d1afc09 Factorize code into a single function. 15 years ago
Sebastian Vater 6d81016282 Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>. 15 years ago
Sebastian Vater 7a0e859cdb Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>. 15 years ago
Sebastian Vater 299ac811ba Reindent after r23112. 15 years ago
Sebastian Vater 65d213ec86 Move handling of paletted data to the IFF demuxer. This allows future 15 years ago
Sebastian Vater ebcf7c3227 Handle palette underflows, fill remaining space with black (zero) data. 15 years ago
Sebastian Vater 2f955ea41b Move a while(..){..} -> do{..}while(..), slightly faster. 15 years ago
Sebastian Vater dce2f7d36b Optimize decodeplane32(). 15 years ago
Sebastian Vater 59cca5040e Ensure that width and height are > 0. avcodec_open() itself only checks that 15 years ago
Sebastian Vater 9d45a32ba8 Remove "bps" parameter to decodeplane8/32(), it's unused. 15 years ago
Måns Rullgård 79a9672d45 IFF: decode last 8 pixels per line 15 years ago
Sebastian Vater 0a9cb385ad Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>. 15 years ago
Sebastian Vater cfdaee45d1 Align plane size to word-boundary. 15 years ago
Ronald S. Bultje 4fe4bb6150 Revert r22974 int->unsigned parts that don't have any meaningful effect. 15 years ago
Sebastian Vater 726dc06158 Reidnent after r22795. 15 years ago
Sebastian Vater fe51b5ce50 Move some branches outside looped code. Should improve the generated asm (and 15 years ago
Sebastian Vater 473147bed0 Switch some ints to unsigned (they can only have positive values, this allows 15 years ago
Sebastian Vater 687dc3555d Make two functions out of #define hackery. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Stefano Sabatini 0edfa79b23 Make iff.c:decode_init return the value returned by 15 years ago
Måns Rullgård d9747e29b6 IFF: move ff_cmap_read_palette() prototype to a header file 15 years ago
Peter Ross f087881207 use intended const syntax 15 years ago
Peter Ross cbba8fec23 Support <8-bit ILBM uncompressed bitmaps 15 years ago
Peter Ross 005caa3486 IFF bitmap n-bit color support 15 years ago
Reimar Döffinger 9f1d760a27 Use int8_t instead of char, the signedness of char can differ between systems. 15 years ago
Peter Ross b9e06dddb7 IFF PBM/ILBM bitmap decoder 15 years ago