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
2011-10-17AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-06Support fourcc YV24.ami_stuff
2011-07-01Fix internal buffer size for 2bpp and 4bpp raw video.Carl Eugen Hoyos
2011-06-30Fix linesize for some rawvideo samples with odd width.Carl Eugen Hoyos
2011-06-27Support fourcc YV16 (ticket 307).ami_stuff
2011-06-22rawdec: Fix decoding of QT WRAW files.ami_stuff
2011-05-30rawdec: fail in case of unknow pixel formatStefano Sabatini
2011-05-27Fix 32bit rawvideo in avi on big-endian.Carl Eugen Hoyos
2011-05-25rawdec: fix decoding of QT WRAW filesami_stuff
2011-05-16rawdec: Allow overriding top field first.Michael Niedermayer
2011-05-16Support decoding of 1bpp rawvideo in avi (ticket 205).ami_stuff
2011-05-16Support decoding of 2bpp rawvideo in avi (ticket 206).ami_stuff
2011-05-15rawdec: propagate pict_type information to the output frameStefano Sabatini
2011-05-13Support more QT 1bpp rawvideo files.ami_stuff
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-05-01lavc: add a pkt_pos field to AVFrameStefano Sabatini
2011-04-18Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
2011-04-03Make find_pix_fmt() non staticMichael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-30In the rawvideo decoder, set pkt_pts in the output frame.Stefano Sabatini
2011-01-28In the rawvideo decoder, set pkt_pts in the output frame.Stefano Sabatini
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ò
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