]> git.sesse.net Git - ffmpeg/history - libavcodec/imgconvert.c
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
[ffmpeg] / libavcodec / imgconvert.c
2015-09-07 Vittorio Giovaralavu: Drop the {minus,plus}1 suffix from AVComponentDes...
2015-08-28 Vittorio Giovaralavc: Drop deprecated deinterlace module
2015-08-21 Luca Barbatoimgutils: Fix a typo in avcodec_get_pix_fmt_loss
2014-12-18 Vittorio Giovaraimgconvert: check memory allocations and propagate...
2014-07-21 Diego Biurrunimgconvert: cosmetics: Reshuffle defines to reduce...
2014-03-22 Diego Biurrundsputil: Move ff_zigzag_direct and ff_crop_tab declarat...
2014-03-22 Diego Biurrunimgconvert: Move ff_deinterlace_line_*_mmx declarations...
2014-03-13 Diego Biurrundsputil: cosmetics: Lose camelCase on ff_cropTbl and...
2013-05-15 Anton Khirnovpixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
2013-05-12 Diego Biurrunx86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h
2013-04-08 Martin Storsjölavc: Make pointers to ff_cropTbl const
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruft
2013-03-07 Ronald S. Bultjelavc: Deprecate the deinterlace functions in libavcodec
2013-02-07 Diego Biurrundsputil: Move ff_shrink* function declarations to separ...
2012-11-20 Luca Barbatoimgconvert: remove PixFmtInfo
2012-11-20 Luca Barbatoavcodec: split avpicture from imgconvert
2012-11-13 Luca Barbatoavcodec: remove ff_is_hwaccel_pix_fmt
2012-10-12 Anton Khirnovlavc: do not use av_pix_fmt_descriptors directly.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-27 Diego Biurrunavcodec: Drop long-deprecated imgconvert.h header
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-13 Janne Grunauimgconvert: deprecate avcodec_find_best_pix_fmt()
2012-07-13 Janne Grunauimgconvert: add avcodec_find_best_pix_fmt2()
2012-07-13 Janne Grunauimgconvert: avoid undefined left shift in avcodec_find_...
2012-02-08 Anton Khirnovpixdesc: mark pseudopaletted formats with a special...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_GET_ALPHA_INFO cruft.
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.
2012-01-02 Diego BiurrunDrop some pointless void* return value casts from av_ma...
2011-10-20 Anton Khirnovlavc: deprecate img_get_alpha_info().
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...
next