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-06-22rawdec: Fix decoding of QT WRAW files.ami_stuff
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-28In the rawvideo decoder, set pkt_pts in the output frame.Stefano Sabatini
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-10Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini
2010-09-29rawdec: Properly pass reordered_opaque through the decoderAlexander Strange
2010-09-25rawdec: ensure that there is always a valid palette for formats thatReimar Döffinger
2010-09-24rawdec: only allocate a full-frame size buffer if it actually willReimar Döffinger
2010-06-10avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may ...Tomas Härdin
2010-06-06fix rgb444 support in avi.Michael Niedermayer
2010-05-22Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV toStefano Sabatini
2010-05-22Rename findPixelFormat() to find_pix_fmt().Stefano Sabatini
2010-05-21Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini
2010-05-01avi bgr24 padding fix.Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-03Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684).Carl Eugen Hoyos
2010-01-16Correctly decode some Avid AV1x samples, fixes issue 1684.Carl Eugen Hoyos
2010-01-15Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.cCarl Eugen Hoyos
2010-01-12Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos
2010-01-05Cosmetics: Fix indentation and comment after r21027.Carl Eugen Hoyos
2010-01-05Support decoding raw 2bpp in mov, fixes issue 1528.Carl Eugen Hoyos
2010-01-05Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.Carl Eugen Hoyos
2009-12-31Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian.Carl Eugen Hoyos
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