Age | Commit message (Expand) | Author |
2011-06-21 | rawdec: Fix decoding of QT WRAW files. | ami_stuff |
2011-06-21 | mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers. | Carl Eugen Hoyos |
2011-06-21 | rawvideo: Support auv2 fourcc. | ami_stuff |
2011-04-28 | rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE | Peter Ross |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2010-06-15 | Support gray16be and rgb48be in mov | Baptiste Coudurier |
2010-06-06 | Add support to B4BY and R4BY NUT codec tags added in NUT r672. | Stefano Sabatini |
2010-06-06 | bgr/rgb444 for nut | Michael Niedermayer |
2010-06-04 | More mov rawvideo fourcc supported by the rawvideo decoder | Baptiste Coudurier |
2010-06-02 | Remove weird empty line and perform vertical align. | Stefano Sabatini |
2010-05-26 | Add support for the newly added Nut codec tags (added in Nut r669): | Stefano Sabatini |
2010-05-20 | Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. | Stefano Sabatini |
2010-05-17 | Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1') | Benoit Fouet |
2010-05-16 | Add missing rawvideo pixel formats to codec tags mappings for nut. | Stefano Sabatini |
2010-05-16 | Add NV12 and NV21 AVI tags. | Stefano Sabatini |
2010-05-09 | Reorder nut specific codec tags and add a comment for marking them as | Stefano Sabatini |
2010-05-09 | Add missing nut-specific codec tags for rawvideo pixel formats. | Stefano Sabatini |
2010-05-09 | Make the codec tags for the yuvjXXX pixel formats the same as the | Stefano Sabatini |
2010-05-09 | Add support to the Y411 codec tag, corresponding to the rawvideo pixel | Stefano Sabatini |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-04-12 | Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565, | Stefano Sabatini |
2010-01-16 | Support decoding of SoftLab-NSK VideoTizer. | ami_stuff |
2010-01-16 | Support 2Vuy in mov, fixes issue 1690. | ami_stuff |
2010-01-15 | Support decoding of Avid uncompressed mov files, fixes issue 1685. | Carl Eugen Hoyos |
2010-01-15 | Support decoding Avid 1:1x codec, (partially) fixes issue1684. | Carl Eugen Hoyos |
2010-01-15 | Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c | Carl Eugen Hoyos |
2009-11-03 | add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov | Andrew Wason |
2009-11-02 | map VYUY fourcc to rawcodec | Ben Littler |
2009-10-27 | add some raw codec fourccs, fixes: | Ben Littler |
2009-06-12 | Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. | Jason Garrett-Glaser |
2009-05-26 | Support YVU9 AVI 4cc. | Michael Niedermayer |
2009-04-02 | Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. | Jai Menon |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2008-12-04 | partial WRAW fourcc support, might need image flipping | Baptiste Coudurier |
2008-10-13 | Fix some icc warnings by using enum PixelFormat instead of int where appropri... | Carl Eugen Hoyos |
2007-09-21 | HDYC fourcc, sample hdyc/Test2.avi | Baptiste Coudurier |
2007-07-09 | split rawvideo encoder and decoder in their own files | Aurelien Jacobs |
2007-04-21 | compile rawvideo decoder on request | Alex Beregszaszi |
2007-03-03 | partial avid meridien uncompressed support | Baptiste Coudurier |
2007-03-01 | quicktime 'raw ' support | Baptiste Coudurier |
2007-02-07 | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun |
2006-11-11 | make some symbols static | Måns Rullgård |
2006-11-09 | 16bit in avi is RGB555 | Michael Niedermayer |
2006-10-27 | adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael | Reynaldo H. Verdejo Pinochet |
2006-10-27 | adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael | Reynaldo H. Verdejo Pinochet |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-09-27 | add some #ifdef CONFIG_ENCODERS/DECODERS | Måns Rullgård |
2006-08-18 | Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % | Steve L'Homme |
2006-05-14 | add quicktime uncompressed 8bit 4:2:2 support | Baptiste Coudurier |