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-10-30pixfmt: support more yuva formatsLuca Barbato
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2011-12-21raw: add 10bit YUV definitionsLuca Barbato
2011-10-04Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun
2011-06-22rawdec: Fix decoding of QT WRAW files.ami_stuff
2011-06-21mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos
2011-06-21rawvideo: Support auv2 fourcc.ami_stuff
2011-04-28rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-15Support gray16be and rgb48be in movBaptiste Coudurier
2010-06-06Add support to B4BY and R4BY NUT codec tags added in NUT r672.Stefano Sabatini
2010-06-06bgr/rgb444 for nutMichael Niedermayer
2010-06-05More mov rawvideo fourcc supported by the rawvideo decoderBaptiste Coudurier
2010-06-03Remove weird empty line and perform vertical align.Stefano Sabatini
2010-05-27Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini
2010-05-21Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini
2010-05-17Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')Benoit Fouet
2010-05-16Add missing rawvideo pixel formats to codec tags mappings for nut.Stefano Sabatini
2010-05-16Add NV12 and NV21 AVI tags.Stefano Sabatini
2010-05-10Reorder nut specific codec tags and add a comment for marking them asStefano Sabatini
2010-05-10Add missing nut-specific codec tags for rawvideo pixel formats.Stefano Sabatini
2010-05-10Make the codec tags for the yuvjXXX pixel formats the same as theStefano Sabatini
2010-05-10Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-13Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565,Stefano Sabatini
2010-01-16Support decoding of SoftLab-NSK VideoTizer.ami_stuff
2010-01-16Support 2Vuy in mov, fixes issue 1690.ami_stuff
2010-01-15Support decoding of Avid uncompressed mov files, fixes issue 1685.Carl Eugen Hoyos
2010-01-15Support decoding Avid 1:1x codec, (partially) fixes issue1684.Carl Eugen Hoyos
2010-01-15Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.cCarl Eugen Hoyos
2009-11-03add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason
2009-11-02map VYUY fourcc to rawcodecBen Littler
2009-10-27add some raw codec fourccs, fixes:Ben Littler
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-04-02Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon
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-12-04partial WRAW fourcc support, might need image flippingBaptiste Coudurier
2008-10-13Fix some icc warnings by using enum PixelFormat instead of int where appropri...Carl Eugen Hoyos
2007-09-21HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier
2007-07-09split rawvideo encoder and decoder in their own filesAurelien Jacobs
2007-04-21compile rawvideo decoder on requestAlex Beregszaszi
2007-03-03partial avid meridien uncompressed supportBaptiste Coudurier
2007-03-01quicktime 'raw ' supportBaptiste Coudurier
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2006-11-11make some symbols staticMåns Rullgård
2006-11-0916bit in avi is RGB555Michael Niedermayer
2006-10-27adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by MichaelReynaldo H. Verdejo Pinochet