OSDN Git Service

cmdutils: add support for programs in check_stream_specifier()
[coroid/libav_saccubus.git] / libavcodec / rawdec.c
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-21 ami_stuffrawdec: Fix decoding of QT WRAW files.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-15 Kostya Shishkovmake containers pass palette change in AVPacket
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-28 Stefano SabatiniIn the rawvideo decoder, set pkt_pts in the output...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-09 Stefano SabatiniMove internal function ff_set_systematic_pal() to libav...
2010-09-29 Alexander Strangerawdec: Properly pass reordered_opaque through the...
2010-09-25 Reimar Döffingerrawdec: ensure that there is always a valid palette...
2010-09-23 Reimar Döffingerrawdec: only allocate a full-frame size buffer if it...
2010-06-10 Tomas Härdinavcodec.h: Clarify AVCodecContext::pix_fmt documentatio...
2010-06-06 Michael Niedermayerfix rgb444 support in avi.
2010-05-21 Stefano SabatiniRename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFo...
2010-05-21 Stefano SabatiniRename findPixelFormat() to find_pix_fmt().
2010-05-20 Stefano SabatiniRename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_...
2010-04-30 Michael Niedermayeravi bgr24 padding fix.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-02 Carl Eugen HoyosFix r21223: AVup samples (issue 1685) need a buf offset...
2010-01-16 Carl Eugen HoyosCorrectly decode some Avid AV1x samples, fixes issue...
2010-01-15 Carl Eugen HoyosDo not assign codec_tag to pix_fmt in rawdec.c, but...
2010-01-12 Carl Eugen HoyosSupport uncompressed ("Resolution 1:1") Avid AVI Codec...
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