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
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-06bmp: return meaningful error codes.Anton Khirnov
2012-12-24bmp: cosmetics, reformatAnton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-16bmpdec: only initialize palette for pal8.Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-04-12msrle: convert MS RLE decoding function to bytestream2.Ronald Bultje
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-01-10bmpdec: support for rgb444 with bitfields compressionPaul B Mahol
2011-12-04bmp: fix some 1bit samples.Carl Eugen Hoyos
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