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-12-31Support raw black&white in mov, fixes issue 1654.Carl Eugen Hoyos
2009-12-29Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630.Carl Eugen Hoyos
2009-10-13Simplify: use FFSWAPReimar Döffinger
2009-06-12Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.Jason Garrett-Glaser
2009-05-26Support YVU9 AVI 4cc.Michael Niedermayer
2009-05-10update comment for rgb 16 bit in .movBaptiste Coudurier
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-04-02Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon
2009-02-21indentMichael Niedermayer
2009-02-21Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-10-13Fix some icc warnings by using enum PixelFormat instead of int where appropri...Carl Eugen Hoyos
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-281000l parenthesisBaptiste Coudurier
2008-02-28code is ok for 4bpp in mov too, fix 16grey.movBaptiste Coudurier
2008-02-01constMichael Niedermayer
2007-07-29support raw 4bpp aviMichael Niedermayer
2007-07-09split rawvideo encoder and decoder in their own filesAurelien Jacobs