]> git.sesse.net Git - ffmpeg/history - libavcodec/imgconvert.c
Support deinterlacing of YUVJ422P in old deinterlacer.
[ffmpeg] / libavcodec / imgconvert.c
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...
2008-12-14 Aurelien JacobsGet rid of mmx_t.
2008-10-30 Art ClarkeRemove unused variable, patch by Art Clarke, aclarke...
2008-10-29 Art ClarkeFix av_picture_copy missing pixels on packed planar...
2008-10-27 Diego PettenòRename template included sources from .h to _template.c.
2008-09-08 Michael Niedermayeravcodec_find_best_pix_fmt() needs a 64bit mask as there...
2008-09-08 Michael NiedermayerRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-08-03 Peter RossAdd graceful error handling to avcodec_get_pix_fmt_name...
2008-06-01 Baptiste Couduriermemcpy considering output width, not src linesize,...
2008-05-27 Michael NiedermayerDo not read from prior the array, fix CID 127.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-03-16 Diego BiurrunMove functions that are only used when libswscale is...
2008-03-10 Diego BiurrunRename --enable-swscaler --> enable-swscale to be consi...
2008-02-15 Vitor SessakThis should not be part of the public API
2008-02-15 Vitor SessakMy commit in r11942 broke compilation.
2008-02-15 Vitor SessakSplit avpicture_fill() in two functions. This will be
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-11 Vitor SessakFactor bytewidth determination in its own function
2008-01-31 Baptiste Couduriercast to dest type, fix warning imgconvert.c:1958: warni...
2007-12-18 Baptiste Coudurieravoid infinite loop if pixel format conversion does...
2007-12-01 Vitor Sessakspelling
next