OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavcodec / bmp.c
2014-03-22 Diego Biurrunavcodec: more correct printf specifiers
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-06 Anton Khirnovbmp: return meaningful error codes.
2012-12-24 Anton Khirnovbmp: cosmetics, reformat
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-09-16 Anton Khirnovbmpdec: only initialize palette for pal8.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-04-11 Ronald Bultjemsrle: convert MS RLE decoding function to bytestream2.
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2012-01-10 Paul B Maholbmpdec: support for rgb444 with bitfields compression
2011-12-04 Carl Eugen Hoyosbmp: fix some 1bit samples.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-16 Carl Eugen HoyosSince lowres == crop for bmp, remove it to avoid confusion.
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-10-01 Kostya ShishkovMake BMP decoder produce flipped picture with RLE compr...
2009-09-24 Kostya ShishkovTake into account real number of colours when reading...
2009-06-05 Baptiste Coudurierbmp decoder uses get_buffer, set CODEC_CAP_DR1
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-27 Kostya ShishkovMerge some cases for reading raw data with different...
2009-02-16 Kostya ShishkovMake BMP decoder try to decode files with incorrect...
2009-02-01 Kostya ShishkovSilence useless compiler warning when passing AVFrame...
2008-11-24 Kostya ShishkovSome BMP files have file size declared in the header...
2008-11-24 Kostya ShishkovGive more meaningful message on BMP header parsing...
2008-11-24 Kostya ShishkovAdd known BMP header sizes.
2008-09-23 Kostya ShishkovCosmetics: reindent after last commit
2008-09-23 Kostya ShishkovAdd RLE4 and RLE8 decoding support for BMP
2008-09-23 Kostya ShishkovAdd support for 1-bit, 4-bit, 8-bit and some 16-bit...
2008-09-23 Kostya ShishkovCalculate line size correctly for bit depths < 8
2008-09-18 Kostya Shishkovadd newline at the end of message
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-04-14 Benoit FouetIndentation
2008-04-14 Benoit FouetSupport for BMP os2v1.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-07-14 Mark CoxRemove redundant assignment of CODEC_ID_BMP.
2007-02-01 Michel BardiauxAdd decode_end method to bmp decoder. Patch by Michel...
2007-01-31 Michel BardiauxFix memcpy out-of-bounds.
2007-01-31 Michel BardiauxMake BMP decoder use bytestream. Patch by Michel Bardiaux
2007-01-29 Michel BardiauxFix segfault in bmp decoder. Patch by Michel Bardiaux...
2007-01-27 Michel BardiauxSegregate code common to BMP decoder and future encoder
2007-01-24 Michael Niedermayerexplicit values for all enums
2007-01-24 Michael Niedermayerenum
2006-10-30 Måns Rullgårdcoded line size is a multiple of 4
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-11-30 Måns RullgårdBMP image decoder