48 Commits (605387582bd35920b83a26dabbe1c0601f425621)

Author SHA1 Message Date
Luca Barbato 7d65e960c7 iff: Do not read over the source buffer 12 years ago
Luca Barbato 3865ba7b21 iff: K&R formatting cosmetics 12 years ago
Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 04e1249609 iff: drop ff_ prefix from a static function. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò 2d162e3825 Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. 14 years ago
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 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Peter Ross e10412a334 IFF PBM decoder: Add a pad byte if image width is odd <aleksi dot nurmi at gmail dot com> 15 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