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
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-12msrle: convert MS RLE decoding function to bytestream2.Ronald Bultje
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-01-12bmpdec: proper check for alphaPaul B Mahol
2012-01-11bmpdec: support various bitfields for 32 bit depthPaul B Mahol
2012-01-10bmpdec: support for rgb444 with bitfields compressionPaul B Mahol
2012-01-10bmpdec: support for rgb444 with bitfields compressionPaul B Mahol
2011-12-30Always assume the bmp palette as being opaque.Carl Eugen Hoyos
2011-12-15Fix linesize for bmp with bitdepth < 8.Carl Eugen Hoyos
2011-12-08Support decoding 56 byte BMP Bitmap Information Header.Carl Eugen Hoyos
2011-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-04bmp: fix some 1bit samples.Carl Eugen Hoyos
2011-12-03BMP: Support BMP OS/2 v2 with RLE compression.ami_stuff
2011-12-02Support transparency in 32bit bmp files.Carl Eugen Hoyos
2011-11-11Fix some 1bit bmp samples, they are palletised.Carl Eugen Hoyos
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-27Set alpha of palettes to 0xff.Baptiste Coudurier
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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