OSDN Git Service

avconv: extend -vf syntax
[coroid/libav_saccubus.git] / libavcodec / bmp.c
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