Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-24Take into account real number of colours when reading BMP palette.Kostya Shishkov
2009-06-05bmp decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-27Merge some cases for reading raw data with different bit depths in BMPKostya Shishkov
2009-02-16Make BMP decoder try to decode files with incorrect filesize field valueKostya Shishkov
2009-02-01Silence useless compiler warning when passing AVFrame* instead of AVPicture*Kostya Shishkov
2008-11-24Some BMP files have file size declared in the header equal to headers sizeKostya Shishkov
2008-11-24Give more meaningful message on BMP header parsing errorKostya Shishkov
2008-11-24Add known BMP header sizes.Kostya Shishkov
2008-09-23Cosmetics: reindent after last commitKostya Shishkov
2008-09-23Add RLE4 and RLE8 decoding support for BMPKostya Shishkov
2008-09-23Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMPKostya Shishkov
2008-09-23Calculate line size correctly for bit depths < 8Kostya Shishkov
2008-09-18add newline at the end of messageKostya Shishkov
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-30Add long names to some AVCodec declarations.Stefano Sabatini
2008-04-14IndentationBenoit Fouet
2008-04-14Support for BMP os2v1.Benoit Fouet
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2007-07-14Remove redundant assignment of CODEC_ID_BMP.Mark Cox
2007-02-01Add decode_end method to bmp decoder. Patch by Michel Bardiaux,Michel Bardiaux
2007-01-31Fix memcpy out-of-bounds.Michel Bardiaux
2007-01-31Make BMP decoder use bytestream. Patch by Michel BardiauxMichel Bardiaux
2007-01-29Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.Michel Bardiaux
2007-01-27Segregate code common to BMP decoder and future encoderMichel Bardiaux
2007-01-24explicit values for all enumsMichael Niedermayer
2007-01-24enumMichael Niedermayer
2006-10-30coded line size is a multiple of 4Måns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-11-30BMP image decoderMåns Rullgård