| Commit message (Expand) | Author | Age | Files | Lines |
* | Support decoding of SoftLab-NSK VideoTizer. | ami_stuff | 2010-01-16 | 1 | -0/+1 |
* | Support 2Vuy in mov, fixes issue 1690. | ami_stuff | 2010-01-16 | 1 | -0/+1 |
* | Support decoding of Avid uncompressed mov files, fixes issue 1685. | Carl Eugen Hoyos | 2010-01-15 | 1 | -0/+1 |
* | Support decoding Avid 1:1x codec, (partially) fixes issue1684. | Carl Eugen Hoyos | 2010-01-15 | 1 | -0/+1 |
* | Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c | Carl Eugen Hoyos | 2010-01-15 | 1 | -0/+1 |
* | add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov | Andrew Wason | 2009-11-03 | 1 | -0/+1 |
* | map VYUY fourcc to rawcodec | Ben Littler | 2009-11-02 | 1 | -0/+1 |
* | add some raw codec fourccs, fixes: | Ben Littler | 2009-10-27 | 1 | -0/+7 |
* | Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. | Jason Garrett-Glaser | 2009-06-12 | 1 | -0/+1 |
* | Support YVU9 AVI 4cc. | Michael Niedermayer | 2009-05-26 | 1 | -0/+1 |
* | Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. | Jai Menon | 2009-04-02 | 1 | -0/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | partial WRAW fourcc support, might need image flipping | Baptiste Coudurier | 2008-12-04 | 1 | -0/+1 |
* | Fix some icc warnings by using enum PixelFormat instead of int where appropri... | Carl Eugen Hoyos | 2008-10-13 | 1 | -1/+1 |
* | HDYC fourcc, sample hdyc/Test2.avi | Baptiste Coudurier | 2007-09-21 | 1 | -0/+1 |
* | split rawvideo encoder and decoder in their own files | Aurelien Jacobs | 2007-07-09 | 1 | -163/+3 |
* | compile rawvideo decoder on request | Alex Beregszaszi | 2007-04-21 | 1 | -0/+2 |
* | partial avid meridien uncompressed support | Baptiste Coudurier | 2007-03-03 | 1 | -0/+1 |
* | quicktime 'raw ' support | Baptiste Coudurier | 2007-03-01 | 1 | -13/+26 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -3/+3 |
* | make some symbols static | Måns Rullgård | 2006-11-11 | 1 | -1/+1 |
* | 16bit in avi is RGB555 | Michael Niedermayer | 2006-11-09 | 1 | -1/+1 |
* | adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by Michael | Reynaldo H. Verdejo Pinochet | 2006-10-27 | 1 | -0/+2 |
* | adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael | Reynaldo H. Verdejo Pinochet | 2006-10-27 | 1 | -0/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | add some #ifdef CONFIG_ENCODERS/DECODERS | Måns Rullgård | 2006-09-27 | 1 | -2/+1 |
* | Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % | Steve L'Homme | 2006-08-18 | 1 | -0/+10 |
* | add quicktime uncompressed 8bit 4:2:2 support | Baptiste Coudurier | 2006-05-14 | 1 | -0/+3 |
* | PAL8 support (fixed BLUR8.AVI) | Michael Niedermayer | 2006-03-03 | 1 | -20/+12 |
* | Set interlaced_frame and top_field_first according to coded_frame. | Luca Abeni | 2006-02-02 | 1 | -0/+4 |
* | Fix silly typos. | Diego Biurrun | 2006-01-31 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -5/+5 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -10/+10 |
* | a few more raw yuv fourccs | Michael Niedermayer | 2005-09-06 | 1 | -1/+2 |
* | a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source... | Roine Gustafsson | 2005-05-10 | 1 | -0/+2 |
* | raw rgb flip fix | Michael Niedermayer | 2004-11-30 | 1 | -0/+9 |
* | fix image stream copy | Michael Niedermayer | 2004-11-08 | 1 | -2/+2 |
* | give the user a chance to override codec_tag | Michael Niedermayer | 2004-08-12 | 1 | -1/+2 |
* | Add UYVY support to libavcodec/raw.c patch by ("Todd.Kirby" <doubleshot at pa... | Todd Kirby | 2004-07-26 | 1 | -1/+1 |
* | raw rgb support | Michael Niedermayer | 2004-07-21 | 1 | -0/+8 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -1/+0 |
* | Warning fixes. | Falk Hüffner | 2003-05-15 | 1 | -1/+1 |
* | * introducing new public interface in imgconvert.c | Roman Shaposhnik | 2003-05-07 | 1 | -103/+68 |
* | segfault fix | Michael Niedermayer | 2003-04-17 | 1 | -0/+5 |
* | I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>) | Sebastien Bechet | 2003-03-26 | 1 | -0/+1 |
* | 10l | Michael Niedermayer | 2003-03-17 | 1 | -1/+2 |
* | rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) | Fred Rothganger | 2003-03-16 | 1 | -0/+204 |