52 Commits (5a4af049b1a84ee09aba3745678797fce82c4a1e)

Author SHA1 Message Date
Carl Eugen Hoyos 19e72e0a8d Fix 32bit sunrast decoding. 13 years ago
Aneesh Dogra 79c7064c5f sunrast: Add a sample request for RMP_RAW colormap. 13 years ago
Aneesh Dogra 566df2eea2 sunrast: use RLE trigger macro inplace of the hard coded value. 13 years ago
Aneesh Dogra 1f1fbcfa71 sunrast: Move common defines to a new header file. 13 years ago
Aneesh Dogra 41afdd913a sunrast: Return AVERROR values instead of -1. 13 years ago
Aneesh Dogra 4fbccfab23 sunrast: Add support for gray8 decoding. 13 years ago
Aneesh Dogra 1b7ff90107 sunrast: Remove the useless check. 13 years ago
Aneesh Dogra f9708e9a0e sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats. 13 years ago
Aneesh Dogra 415f358a1f sunrast: Cosmetics 13 years ago
Aneesh Dogra 4ffb8e2c14 sunrast: Remove if (unsigned int < 0) check. 13 years ago
Aneesh Dogra fef3771778 sunrast: Replace magic number by a macro. 13 years ago
Aneesh Dogra bca77a1a64 sunrast: Document the different Sun Raster file format types. 13 years ago
Aneesh Dogra 1bbb173652 sunrast: Add a check for experimental type. 13 years ago
Carl Eugen Hoyos ceb0dd9f1e Support decoding 1bpp and 4bpp palettized sunrast images. 13 years ago
Carl Eugen Hoyos 2f21c50784 Support decoding 32bit sunrast images. 13 years ago
Piotr Bandurski 912e75169b Support 8bpp grayscale Sun Rasterfile images. 13 years ago
Michael Niedermayer 8beeec8821 sunrast: Fix warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] 13 years ago
Carl Eugen Hoyos 58c3538839 Set Sun Rasterfile palette opaque. 13 years ago
Laurent Aimar 2305742b2a sunrast: Check for invalid/corrupted bitstream 13 years ago
Laurent Aimar d97ca425ef sunrast: Check for out of bounds reads 13 years ago
Laurent Aimar b9596a5037 Check for invalid/corrupted bitstream in sun raster decoder. 13 years ago
Laurent Aimar 039f3c33ff Check for out of bounds reads in sun rasterfile decoder. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 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
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Peter Ross 384f26f428 Sun Raster RGB support 15 years ago
Baptiste Coudurier da04a14889 sun rasterfile image decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Diego Biurrun 222ab26c62 Remove unused variables along with the related warnings. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini bcdb2378f7 Add long names to some AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer 6ea28fc5ea const 17 years ago
Ivo van Poorten 29e35482e7 remove forgotten debug statement 17 years ago
Ivo van Poorten d43df959d7 Sun Rasterfile decoder 17 years ago