]> git.sesse.net Git - ffmpeg/history - libavcodec/raw.c
amrwbdec: set channels, channel_layout, and sample_rate
[ffmpeg] / libavcodec / raw.c
2012-10-30 Luca Barbatopixfmt: support more yuva formats
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2011-12-20 Luca Barbatoraw: add 10bit YUV definitions
2011-10-04 Diego BiurrunSynchronize various 4CCs and codec tags from FFmpeg.
2011-06-21 ami_stuffrawdec: Fix decoding of QT WRAW files.
2011-06-21 Carl Eugen Hoyosmov: Support Digital Voodoo SD 8 Bit and DTS codec...
2011-06-21 ami_stuffrawvideo: Support auv2 fourcc.
2011-04-28 Peter Rossrawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-06-15 Baptiste CoudurierSupport gray16be and rgb48be in mov
2010-06-06 Stefano SabatiniAdd support to B4BY and R4BY NUT codec tags added in...
2010-06-06 Michael Niedermayerbgr/rgb444 for nut
2010-06-04 Baptiste CoudurierMore mov rawvideo fourcc supported by the rawvideo...
2010-06-02 Stefano SabatiniRemove weird empty line and perform vertical align.
2010-05-26 Stefano SabatiniAdd support for the newly added Nut codec tags (added...
2010-05-20 Stefano SabatiniRename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_...
2010-05-17 Benoit FouetFix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1')
2010-05-16 Stefano SabatiniAdd missing rawvideo pixel formats to codec tags mappin...
2010-05-16 Stefano SabatiniAdd NV12 and NV21 AVI tags.
2010-05-09 Stefano SabatiniReorder nut specific codec tags and add a comment for...
2010-05-09 Stefano SabatiniAdd missing nut-specific codec tags for rawvideo pixel...
2010-05-09 Stefano SabatiniMake the codec tags for the yuvjXXX pixel formats the...
2010-05-09 Stefano SabatiniAdd support to the Y411 codec tag, corresponding to...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-12 Stefano SabatiniChange ff_raw_pixelFormatTags RGB entries (RGB555,...
2010-01-16 ami_stuffSupport decoding of SoftLab-NSK VideoTizer.
2010-01-16 ami_stuffSupport 2Vuy in mov, fixes issue 1690.
2010-01-15 Carl Eugen HoyosSupport decoding of Avid uncompressed mov files, fixes...
2010-01-15 Carl Eugen HoyosSupport decoding Avid 1:1x codec, (partially) fixes...
2010-01-15 Carl Eugen HoyosDo not assign codec_tag to pix_fmt in rawdec.c, but...
2009-11-03 Andrew Wasonadd yuvs fourcc to raw.c and isom.c, fixes samples...
2009-11-02 Ben Littlermap VYUY fourcc to rawcodec
2009-10-27 Ben Littleradd some raw codec fourccs, fixes:
2009-06-12 Jason Garrett-GlaserAdd new FOURCC (0x0003) for raw DIB video, set flip...
2009-05-26 Michael NiedermayerSupport YVU9 AVI 4cc.
2009-04-02 Jai MenonMap MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-04 Baptiste Coudurierpartial WRAW fourcc support, might need image flipping
2008-10-13 Carl Eugen HoyosFix some icc warnings by using enum PixelFormat instead...
2007-09-21 Baptiste CoudurierHDYC fourcc, sample hdyc/Test2.avi
2007-07-09 Aurelien Jacobssplit rawvideo encoder and decoder in their own files
2007-04-21 Alex Beregszaszicompile rawvideo decoder on request
2007-03-03 Baptiste Coudurierpartial avid meridien uncompressed support
2007-03-01 Baptiste Coudurierquicktime 'raw ' support
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2006-11-11 Måns Rullgårdmake some symbols static
2006-11-09 Michael Niedermayer16bit in avi is RGB555
2006-10-27 Reynaldo H. Verdej... adds missing rgb/bgr 565 codec->fmt mappings, ok'ed...
2006-10-27 Reynaldo H. Verdej... adds missing rgb/bgr 555 codec->fmt mappings, ok'ed...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-08-18 Steve L'HommeAdd YV12 support, patch by Steve Lhomme % steve P lhomm...
2006-05-14 Baptiste Coudurieradd quicktime uncompressed 8bit 4:2:2 support
2006-03-03 Michael NiedermayerPAL8 support (fixed BLUR8.AVI)
2006-02-02 Luca AbeniSet interlaced_frame and top_field_first according...
2006-01-31 Diego BiurrunFix silly typos.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-06 Michael Niedermayera few more raw yuv fourccs
2005-05-10 Roine Gustafssona few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafss...
2004-11-30 Michael Niedermayerraw rgb flip fix
2004-11-08 Michael Niedermayerfix image stream copy
2004-08-12 Michael Niedermayergive the user a chance to override codec_tag
2004-07-26 Todd KirbyAdd UYVY support to libavcodec/raw.c patch by ("Todd...
2004-07-21 Michael Niedermayerraw rgb support
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2003-05-15 Falk HüffnerWarning fixes.
2003-05-07 Roman Shaposhnik * introducing new public interface in imgconvert.c
2003-04-17 Michael Niedermayersegfault fix
2003-03-26 Sebastien BechetI420 patch by (Sebastien Bechet <s dot bechet at av7...
2003-03-17 Michael Niedermayer10l
2003-03-16 Fred Rothgangerrawvideo patch by (Fred Rothganger <rothgang at uiuc...