]> git.sesse.net Git - ffmpeg/history - libavcodec/rawdec.c
Cosmetics: Fix indentation and comment after r21027.
[ffmpeg] / libavcodec / rawdec.c
2010-01-05 Carl Eugen HoyosCosmetics: Fix indentation and comment after r21027.
2010-01-05 Carl Eugen HoyosSupport decoding raw 2bpp in mov, fixes issue 1528.
2010-01-05 Carl Eugen HoyosImprove readability of 4bpp raw decoder and prepare...
2009-12-31 Carl Eugen HoyosFix colourspace for 16 bit raw video in mov, fixes...
2009-12-30 Carl Eugen HoyosSupport raw black&white in mov, fixes issue 1654.
2009-12-29 Carl Eugen HoyosUse correct pixfmt for 32 bit raw in mov also on big...
2009-10-13 Reimar DöffingerSimplify: use FFSWAP
2009-06-12 Jason Garrett-GlaserAdd new FOURCC (0x0003) for raw DIB video, set flip...
2009-05-26 Michael NiedermayerSupport YVU9 AVI 4cc.
2009-05-10 Baptiste Coudurierupdate comment for rgb 16 bit in .mov
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-02 Jai MenonMap MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
2009-02-21 Michael Niedermayerindent
2009-02-21 Michael NiedermayerFix raw rgb/bgr vertical flip in avi based on info...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-10-13 Carl Eugen HoyosFix some icc warnings by using enum PixelFormat instead...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-28 Baptiste Coudurier1000l parenthesis
2008-02-28 Baptiste Couduriercode is ok for 4bpp in mov too, fix 16grey.mov
2008-02-01 Michael Niedermayerconst
2007-07-29 Michael Niedermayersupport raw 4bpp avi
2007-07-09 Aurelien Jacobssplit rawvideo encoder and decoder in their own files