]> git.sesse.net Git - ffmpeg/history - libavcodec/iff.c
lavc: add Intel libmfx-based MPEG2 decoder.
[ffmpeg] / libavcodec / iff.c
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-16 Anton Khirnoviff: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-07-10 Luca Barbatoiff: Do not read over the source buffer
2013-07-10 Luca Barbatoiff: K&R formatting cosmetics
2013-03-08 Anton Khirnovlavc decoders: properly initialize AVFrame.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-26 Anton Khirnoviff: drop ff_ prefix from a static function.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-26 Diego Elio PettenòMake ff_cmap_read_palette static to libavcodec/iff...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-22 Peter RossIFF PBM decoder: Add a pad byte if image width is odd...
2010-06-01 Sebastian VaterMove get_buffer() calls from decode_init() to decode_fr...
2010-05-16 Sebastian VaterFactorize code into a single function.
2010-05-13 Sebastian VaterReindent after r23124. Patch by Sebastian Vater <cdgs...
2010-05-13 Sebastian VaterGrayscale support. Patch by Sebastian Vater <cdgs basty...
2010-05-13 Sebastian VaterReindent after r23112.
2010-05-13 Sebastian VaterMove handling of paletted data to the IFF demuxer....
2010-05-13 Sebastian VaterHandle palette underflows, fill remaining space with...
2010-05-13 Sebastian VaterMove a while(..){..} -> do{..}while(..), slightly faster.
2010-05-10 Sebastian VaterOptimize decodeplane32().
2010-05-10 Sebastian VaterEnsure that width and height are > 0. avcodec_open...
2010-05-09 Sebastian VaterRemove "bps" parameter to decodeplane8/32(), it's unused.
2010-05-09 Måns RullgårdIFF: decode last 8 pixels per line
2010-05-08 Sebastian VaterOptimize decodeplane8(), patch by Sebastian Vater ...
2010-05-05 Sebastian VaterAlign plane size to word-boundary.
2010-05-03 Ronald S. BultjeRevert r22974 int->unsigned parts that don't have any...
2010-04-26 Sebastian VaterReidnent after r22795.
2010-04-26 Sebastian VaterMove some branches outside looped code. Should improve...
2010-04-26 Sebastian VaterSwitch some ints to unsigned (they can only have positi...
2010-04-26 Sebastian VaterMake two functions out of #define hackery.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-13 Stefano SabatiniMake iff.c:decode_init return the value returned by
2010-03-08 Måns RullgårdIFF: move ff_cmap_read_palette() prototype to a header...
2010-03-03 Peter Rossuse intended const syntax
2010-02-16 Peter RossSupport <8-bit ILBM uncompressed bitmaps
2010-02-15 Peter RossIFF bitmap n-bit color support
2010-02-12 Reimar DöffingerUse int8_t instead of char, the signedness of char...
2010-02-03 Peter RossIFF PBM/ILBM bitmap decoder