OSDN Git Service

Fixed invalid access in wavpack decoder on corrupted bitstream.
[coroid/libav_saccubus.git] / libavcodec / imgconvert.c
2011-07-21 Stefano Sabatiniimgconvert: remove unused glue and xglue macros
2011-05-28 Stefano Sabatinilavu: add av_get_pix_fmt_name() convenience function
2011-04-19 Anton Khirnovlavc: remove misc disabled cruft.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2010-12-12 Stefano SabatiniFix avpicture_alloc(), which was aligning the linesizes...
2010-12-08 Stefano SabatiniMake avpicture_alloc() return meaningful values.
2010-12-08 Stefano SabatiniReindent.
2010-12-08 Stefano SabatiniUse av_image_alloc() in avpicture_alloc(), simplify.
2010-12-04 Stefano SabatiniDeprecate avcodec_pix_fmt_string() in favor of
2010-11-22 Ramiro Pollafix pointer truncation to int in avpicture_layout()
2010-11-21 Stefano SabatiniRe-implement avpicture_layout() using pixdesc and imgut...
2010-11-21 Stefano SabatiniReplace "depth" with "nb_bits" in the header of avcodec...
2010-11-10 Stefano SabatiniIn avcodec_pix_fmt_string() use local variable pixdesc...
2010-11-10 Stefano SabatiniMake avcodec_pix_fmt_string() use the information in...
2010-11-09 Stefano SabatiniMove internal function ff_set_systematic_pal() to libav...
2010-11-07 Stefano SabatiniOptimize / simplify avcodec_get_pix_fmt_name() check.
2010-11-07 Stefano SabatiniUse av_pix_fmt_descriptors information in avcodec_pix_f...
2010-11-07 Stefano SabatiniMake avpicture_fill() return a meaningful error code.
2010-11-07 Stefano SabatiniRemove alpha information from avcodec_pix_fmt_string...
2010-09-25 Maksym VeremeyenkoSupport deinterlacing of YUVJ422P in old deinterlacer.
2010-09-20 Benjamin LarssonSupport deinterlacing of YUVJ420P.
2010-09-07 Stefano SabatiniReindent.
2010-09-07 Stefano SabatiniMove av_picture_data_copy() to libavcore, and rename it
2010-09-07 Stefano SabatiniReimplement av_picture_data_copy() avoiding the use...
2010-09-07 Stefano SabatiniReindent after the last commit.
2010-09-07 Stefano SabatiniReimplement ff_img_copy_plane() as av_image_copy_plane...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-21 Stefano SabatiniCosmetics: remove useless ().
2010-08-12 Stefano SabatiniDeprecate ff_get_plane_bytewidth() in favor of
2010-08-12 Stefano SabatiniImplement av_get_image_linesize() and use it in
2010-08-11 S.N. Hemanth Meena... Add av_picture_data_copy() and reimplement av_picture_c...
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-07-31 Stefano SabatiniUse av_fill_image_pointers/linesizes in place of ff_fil...
2010-07-31 Vitor SessakFix compilation with --disable-yasm. 10l to me.
2010-07-31 Vitor SessakConvert deinterlacing MMX code to YASM
2010-07-30 Stefano SabatiniMake avpicture_fill() directly call av_fill_image_lines...
2010-07-29 Stefano SabatiniMove fill_image_linesize() and fill_image_data_ptr...
2010-07-26 S.N. Hemanth Meena... Define static functions fill_image_linesize() and
2010-07-01 Stefano SabatiniMove colorspace.h from libavcodec to libavutil.
2010-06-06 Stefano SabatiniFix width computation for nv12/nv21 in ff_get_plane_byt...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-14 Andreas ÖmanAdd PIX_FMT_Y400A, 8bit gray, 8bit alpha
2010-04-11 Stefano SabatiniMake ff_fill_linesize() use the information stored in
2010-03-05 Vitor SessakRound correctly chroma picture height.
2010-03-05 Janusz KrzysztofikAdd initial support for 12-bit color mode.
2010-03-05 Janusz KrzysztofikFix BGR cases missing from depth test in avcodec_get_pi...
2010-02-28 Carl Eugen HoyosInclude internal.h and imgconvert.h, they contain the...
2010-01-30 Stefano SabatiniImplement av_get_pix_fmt(), and deprecate avcodec_get_p...
2009-12-14 Carl Eugen HoyosUse PIX_FMT_NONE for -1 when enum PixelFormat is expect...
2009-12-04 Stefano SabatiniCosmetics: remove empty definitions of hw-accelerated...
2009-11-28 Stefano SabatiniUse pixel formats names defined in av_pix_fmt_descripto...
2009-11-28 Stefano SabatiniRemove unused PixFmtInfo.is_hwaccel field.
2009-11-26 Stefano SabatiniMake avcodec_get_pix_fmt_name() use av_pix_fmt_descript...
2009-11-26 Stefano SabatiniRemove x_chroma_shift and y_chroma_shift fields from...
2009-11-26 Stefano SabatiniUse av_pix_fmt_descriptors in avcodec_get_chroma_sub_sa...
2009-11-25 Stefano SabatiniUse av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt...
2009-11-25 Ramiro PollaFix nv12/nv21 handling. linesize for plane 1 should...
2009-11-20 Ramiro PollaIndent
2009-11-19 Stefano SabatiniFix name for PIX_FMT_NV21 PixFmtInfo entry.
2009-11-10 Vitor SessakFix palette copying in av_picture_copy(). Previous...
2009-11-10 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG-4...
2009-10-11 Reimar Döffinger100l in avpicture_layout: width of chroma planes depend...
2009-09-26 Justin Rugglessimplify format string for writing pix_fmt string.
2009-09-25 Justin RugglesAlign pix_fmt list by allowing one more char for the...
2009-09-05 Lars TäuberMake 16bit YUV formats compatible with NE avcodec_get_p...
2009-08-11 Alexis BallierUse RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-01 Måns RullgårdFix argument type mismatches for av_picture_crop and...
2009-04-21 Michael NiedermayerAdd 420,422 and 444 planar 16bit per component pix...
2009-04-17 Michael NiedermayerRemove a useless assignment in img_get_alpha_info(...
2009-04-17 Michael NiedermayerRemove redundant assignment in av_picture_copy() found...
2009-04-17 Michael NiedermayerRemove redundant assignment from avcodec_get_pix_fmt_lo...
2009-04-14 Baptiste Coudurierfix indentation
2009-04-14 Baptiste Coudurieravoid strcmp NULL, fix segv on mingw
2009-03-22 Stefano SabatiniMake the pixel formats which were defined as macros:
2009-03-22 Stefano SabatiniFactorize: use the X_NE() macro in avcodec_get_pix_fmt().
2009-03-22 Stefano SabatiniImplement X_NE() macro.
2009-03-21 Stefano SabatiniChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-21 Stefano SabatiniExtend the behavior of avcodec_get_pix_fmt(), if it...
2009-03-21 Stefano SabatiniGlobally prefer enum PixelFormat over int when it makes...
2009-03-21 Reimar DöffingerFix avpicture_get_size for non-paletted formats with...
2009-03-19 Reimar DöffingerDo not set linesize for palette data, it does not make...
2009-03-03 Michael NiedermayerRemove old scaler.
2009-03-03 Gwenole BeauchesneSet PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI...
2009-02-28 Cédric SchieliFix avpicture_layout to not chroma shift the alpha...
2009-02-27 Gwenole BeauchesneAdd VA API pixel formats.
2009-02-23 Michael NiedermayerApproved hunks for VAAPI / our new shiny hwaccel API
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-22 Peter RossAdd PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
2009-02-10 Patrik KullmanAdd a default (error) for the switch in case of an...
2009-02-06 Michael NiedermayerEnsure that the palette is set in data[1] for all 8bit...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-20 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-16 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-04 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for H264 which...
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-14 Anders GrönbergPrevent shift overflow, patch by Anders Grönberg, galil...
next