summaryrefslogtreecommitdiff
path: root/libavcodec/raw.c
Commit message (Expand)AuthorAge
* riff: add YUYV FourCC (Drastic YUYV)Piotr Bandurski2016-01-21
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04
* rawvideo: Support decoding YVYU422 FourCCVittorio Giovara2014-04-08
* raw, nut: Support rgba64 encodingCarl Eugen Hoyos2014-03-16
* pixfmt: support more yuva formatsLuca Barbato2012-10-30
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* raw: add 10bit YUV definitionsLuca Barbato2011-12-21
* Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun2011-10-04
* rawdec: Fix decoding of QT WRAW files.ami_stuff2011-06-21
* mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos2011-06-21
* rawvideo: Support auv2 fourcc.ami_stuff2011-06-21
* rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-28
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Support gray16be and rgb48be in movBaptiste Coudurier2010-06-15
* Add support to B4BY and R4BY NUT codec tags added in NUT r672.Stefano Sabatini2010-06-06
* bgr/rgb444 for nutMichael Niedermayer2010-06-06
* More mov rawvideo fourcc supported by the rawvideo decoderBaptiste Coudurier2010-06-04
* Remove weird empty line and perform vertical align.Stefano Sabatini2010-06-02
* Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini2010-05-26
* Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini2010-05-20
* Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')Benoit Fouet2010-05-17
* Add missing rawvideo pixel formats to codec tags mappings for nut.Stefano Sabatini2010-05-16
* Add NV12 and NV21 AVI tags.Stefano Sabatini2010-05-16
* Reorder nut specific codec tags and add a comment for marking them asStefano Sabatini2010-05-09
* Add missing nut-specific codec tags for rawvideo pixel formats.Stefano Sabatini2010-05-09
* Make the codec tags for the yuvjXXX pixel formats the same as theStefano Sabatini2010-05-09
* Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini2010-05-09
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565,Stefano Sabatini2010-04-12
* Support decoding of SoftLab-NSK VideoTizer.ami_stuff2010-01-16
* Support 2Vuy in mov, fixes issue 1690.ami_stuff2010-01-16
* Support decoding of Avid uncompressed mov files, fixes issue 1685.Carl Eugen Hoyos2010-01-15
* Support decoding Avid 1:1x codec, (partially) fixes issue1684.Carl Eugen Hoyos2010-01-15
* Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.cCarl Eugen Hoyos2010-01-15
* add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.movAndrew Wason2009-11-03
* map VYUY fourcc to rawcodecBen Littler2009-11-02
* add some raw codec fourccs, fixes:Ben Littler2009-10-27
* Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.Jason Garrett-Glaser2009-06-12
* Support YVU9 AVI 4cc.Michael Niedermayer2009-05-26
* Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon2009-04-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* partial WRAW fourcc support, might need image flippingBaptiste Coudurier2008-12-04
* Fix some icc warnings by using enum PixelFormat instead of int where appropri...Carl Eugen Hoyos2008-10-13
* HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier2007-09-21
* split rawvideo encoder and decoder in their own filesAurelien Jacobs2007-07-09
* compile rawvideo decoder on requestAlex Beregszaszi2007-04-21
* partial avid meridien uncompressed supportBaptiste Coudurier2007-03-03
* quicktime 'raw ' supportBaptiste Coudurier2007-03-01