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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-16Since lowres == crop for bmp, remove it to avoid confusion.Carl Eugen Hoyos
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
2010-07-08Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-10-01Make BMP decoder produce flipped picture with RLE compression.Kostya Shishkov
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