log imgconvert.c @ 12514:e6d711ba5760 libavcodec

age author description
Mon, 20 Sep 2010 11:34:27 +0000 banan Support deinterlacing of YUVJ420P. libavcodec
Tue, 07 Sep 2010 21:23:59 +0000 stefano Reindent. libavcodec
Tue, 07 Sep 2010 21:23:55 +0000 stefano Move av_picture_data_copy() to libavcore, and rename it libavcodec
Tue, 07 Sep 2010 21:23:52 +0000 stefano Reimplement av_picture_data_copy() avoiding the use of PixFmtInfo libavcodec
Tue, 07 Sep 2010 21:23:48 +0000 stefano Reindent after the last commit. libavcodec
Tue, 07 Sep 2010 21:23:45 +0000 stefano Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, libavcodec
Tue, 07 Sep 2010 19:15:29 +0000 stefano Use new imgutils.h API names, fix deprecation warnings. libavcodec
Sat, 21 Aug 2010 15:18:54 +0000 stefano Cosmetics: remove useless (). libavcodec
Thu, 12 Aug 2010 15:06:04 +0000 stefano Deprecate ff_get_plane_bytewidth() in favor of libavcodec
Thu, 12 Aug 2010 15:05:58 +0000 stefano Implement av_get_image_linesize() and use it in libavcodec
Wed, 11 Aug 2010 14:18:52 +0000 stefano Add av_picture_data_copy() and reimplement av_picture_copy() as a libavcodec
Fri, 06 Aug 2010 09:37:04 +0000 stefano Remove use of the deprecated function avcodec_check_dimensions(), use libavcodec
Sat, 31 Jul 2010 16:46:20 +0000 stefano Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize, libavcodec
Sat, 31 Jul 2010 16:17:54 +0000 vitor Fix compilation with --disable-yasm. 10l to me. libavcodec
Sat, 31 Jul 2010 14:50:51 +0000 vitor Convert deinterlacing MMX code to YASM libavcodec
Fri, 30 Jul 2010 08:42:08 +0000 stefano Make avpicture_fill() directly call av_fill_image_linesizes() and libavcodec
Thu, 29 Jul 2010 23:44:57 +0000 stefano Move fill_image_linesize() and fill_image_data_ptr() from libavcodec
Mon, 26 Jul 2010 14:30:47 +0000 stefano Define static functions fill_image_linesize() and libavcodec
Thu, 01 Jul 2010 18:49:44 +0000 stefano Move colorspace.h from libavcodec to libavutil. libavcodec
Sun, 06 Jun 2010 18:29:39 +0000 stefano Fix width computation for nv12/nv21 in ff_get_plane_bytewidth(). libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Wed, 14 Apr 2010 20:15:19 +0000 andoma Add PIX_FMT_Y400A, 8bit gray, 8bit alpha libavcodec
Sun, 11 Apr 2010 14:09:05 +0000 stefano Make ff_fill_linesize() use the information stored in libavcodec
Fri, 05 Mar 2010 20:04:24 +0000 vitor Round correctly chroma picture height. libavcodec
Fri, 05 Mar 2010 08:26:23 +0000 benoit Add initial support for 12-bit color mode. libavcodec
Fri, 05 Mar 2010 00:50:13 +0000 stefano Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss(). libavcodec
Sun, 28 Feb 2010 03:52:10 +0000 cehoyos Include internal.h and imgconvert.h, they contain the prototypes for the libavcodec
Sat, 30 Jan 2010 18:50:00 +0000 stefano Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). libavcodec
Mon, 14 Dec 2009 11:18:28 +0000 cehoyos Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warnings). libavcodec
Fri, 04 Dec 2009 23:16:27 +0000 stefano Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo libavcodec
Sat, 28 Nov 2009 01:13:43 +0000 stefano Use pixel formats names defined in av_pix_fmt_descriptors rather than libavcodec
Sat, 28 Nov 2009 00:53:15 +0000 stefano Remove unused PixFmtInfo.is_hwaccel field. libavcodec
Thu, 26 Nov 2009 21:04:33 +0000 stefano Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than libavcodec
Thu, 26 Nov 2009 20:00:03 +0000 stefano Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use libavcodec
Thu, 26 Nov 2009 00:33:19 +0000 stefano Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather libavcodec
Wed, 25 Nov 2009 23:52:20 +0000 stefano Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than libavcodec
Wed, 25 Nov 2009 17:14:48 +0000 ramiro Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma libavcodec
Fri, 20 Nov 2009 11:38:37 +0000 ramiro Indent libavcodec
Thu, 19 Nov 2009 22:56:57 +0000 stefano Fix name for PIX_FMT_NV21 PixFmtInfo entry. libavcodec
Tue, 10 Nov 2009 19:36:58 +0000 vitor Fix palette copying in av_picture_copy(). Previous code worked only if libavcodec
Tue, 10 Nov 2009 18:52:39 +0000 cehoyos Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used libavcodec
Sun, 11 Oct 2009 07:05:26 +0000 reimar 100l in avpicture_layout: width of chroma planes depends on format depth, too. libavcodec
Sat, 26 Sep 2009 22:54:29 +0000 jbr simplify format string for writing pix_fmt string. libavcodec
Fri, 25 Sep 2009 01:31:53 +0000 jbr Align pix_fmt list by allowing one more char for the pix_fmt name. libavcodec
Sat, 05 Sep 2009 23:33:25 +0000 ramiro Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). libavcodec
Tue, 11 Aug 2009 16:18:55 +0000 cehoyos Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native libavcodec
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavcodec
Wed, 01 Jul 2009 10:36:18 +0000 mru Fix argument type mismatches for av_picture_crop and av_picture_fill libavcodec
Tue, 21 Apr 2009 01:02:48 +0000 michael Add 420,422 and 444 planar 16bit per component pix formats. libavcodec
Fri, 17 Apr 2009 18:22:19 +0000 michael Remove a useless assignment in img_get_alpha_info() found by CSA. libavcodec
Fri, 17 Apr 2009 18:20:12 +0000 michael Remove redundant assignment in av_picture_copy() found by CSA. libavcodec
Fri, 17 Apr 2009 15:10:37 +0000 michael Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA. libavcodec
Tue, 14 Apr 2009 00:12:54 +0000 bcoudurier fix indentation libavcodec
Tue, 14 Apr 2009 00:12:29 +0000 bcoudurier avoid strcmp NULL, fix segv on mingw libavcodec
Sun, 22 Mar 2009 22:50:19 +0000 stefano Make the pixel formats which were defined as macros: libavcodec
Sun, 22 Mar 2009 22:13:10 +0000 stefano Factorize: use the X_NE() macro in avcodec_get_pix_fmt(). libavcodec
Sun, 22 Mar 2009 22:10:36 +0000 stefano Implement X_NE() macro. libavcodec
Sat, 21 Mar 2009 23:08:20 +0000 stefano Change the RGB5X5/BGR5X5 pixel format defines so that we have little libavcodec
Sat, 21 Mar 2009 22:43:46 +0000 stefano Extend the behavior of avcodec_get_pix_fmt(), if it cannot find a libavcodec
Sat, 21 Mar 2009 22:24:44 +0000 stefano Globally prefer enum PixelFormat over int when it makes sense. libavcodec
Sat, 21 Mar 2009 10:25:20 +0000 reimar Fix avpicture_get_size for non-paletted formats with a helper palette libavcodec
Thu, 19 Mar 2009 21:31:10 +0000 reimar Do not set linesize for palette data, it does not make sense and creates libavcodec
Tue, 03 Mar 2009 22:51:30 +0000 michael Remove old scaler. libavcodec
Tue, 03 Mar 2009 13:43:24 +0000 gb Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats. libavcodec
Sat, 28 Feb 2009 07:31:36 +0000 sdrik Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA420P libavcodec
Fri, 27 Feb 2009 08:12:41 +0000 benoit Add VA API pixel formats. libavcodec
Mon, 23 Feb 2009 13:35:52 +0000 michael Approved hunks for VAAPI / our new shiny hwaccel API libavcodec
Sun, 22 Feb 2009 13:48:55 +0000 stefano Add missing av_cold in static init/close functions. libavcodec
Sun, 22 Feb 2009 00:55:49 +0000 pross Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE. libavcodec
Tue, 10 Feb 2009 12:38:56 +0000 gpoirier Add a default (error) for the switch in case of an unsupported PIX_FMT. libavcodec
Fri, 06 Feb 2009 12:59:50 +0000 michael Ensure that the palette is set in data[1] for all 8bit formats. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Tue, 20 Jan 2009 09:28:36 +0000 cehoyos Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Fri, 16 Jan 2009 02:14:07 +0000 cehoyos Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Sun, 04 Jan 2009 23:55:27 +0000 cehoyos Add VDPAU hardware accelerated decoding for H264 which can be used by libavcodec
Mon, 22 Dec 2008 09:12:42 +0000 diego Rename libavcodec/i386/ --> libavcodec/x86/. libavcodec
Sun, 14 Dec 2008 12:30:34 +0000 diego Prevent shift overflow, patch by Anders Grnberg, galileo.m2 gmail com. libavcodec
Sun, 14 Dec 2008 00:46:27 +0000 aurel Get rid of mmx_t. libavcodec
Thu, 30 Oct 2008 09:13:48 +0000 diego Remove unused variable, patch by Art Clarke, aclarke vlideshow com. libavcodec
Wed, 29 Oct 2008 23:07:49 +0000 diego Fix av_picture_copy missing pixels on packed planar AVPictures with odd size. libavcodec
Mon, 27 Oct 2008 14:35:58 +0000 flameeyes Rename template included sources from .h to _template.c. libavcodec
Mon, 08 Sep 2008 18:29:08 +0000 michael avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts. libavcodec
Mon, 08 Sep 2008 15:03:17 +0000 michael Remove stuff under #if LIBAVCODEC_VERSION_INT. libavcodec
Sun, 03 Aug 2008 00:41:31 +0000 pross Add graceful error handling to avcodec_get_pix_fmt_name() and avcodec_get_pix_fmt(). libavcodec
Sun, 01 Jun 2008 02:28:33 +0000 bcoudurier memcpy considering output width, not src linesize, fix segv with av_picture_pad libavcodec
Tue, 27 May 2008 19:44:56 +0000 michael Do not read from prior the array, fix CID 127. libavcodec
Tue, 06 May 2008 09:16:36 +0000 diego Remove unnecessary parentheses from return calls. libavcodec
Sun, 16 Mar 2008 17:34:31 +0000 diego Move functions that are only used when libswscale is not compiled in below libavcodec
Mon, 10 Mar 2008 17:54:24 +0000 diego Rename --enable-swscaler --> enable-swscale to be consistent with the libavcodec
Fri, 15 Feb 2008 20:19:46 +0000 vitor This should not be part of the public API libavcodec
Fri, 15 Feb 2008 19:47:14 +0000 vitor My commit in r11942 broke compilation. libavcodec
Fri, 15 Feb 2008 18:01:07 +0000 vitor Split avpicture_fill() in two functions. This will be libavcodec
Wed, 13 Feb 2008 09:26:10 +0000 diego typo fix: inited --> initialized libavcodec
Mon, 11 Feb 2008 21:49:24 +0000 vitor Factor bytewidth determination in its own function libavcodec
Thu, 31 Jan 2008 00:00:08 +0000 bcoudurier cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type libavcodec
Tue, 18 Dec 2007 13:49:58 +0000 bcoudurier avoid infinite loop if pixel format conversion does not exist libavcodec
Sat, 01 Dec 2007 22:21:04 +0000 vitor spelling libavcodec
Thu, 11 Oct 2007 22:31:08 +0000 cehoyos Enable avpicture_deinterlace() for PIX_FMT_GRAY8. libavcodec
Sat, 29 Sep 2007 15:09:34 +0000 andoma Use emms_c() instead of ifdef libavcodec
Mon, 24 Sep 2007 13:21:41 +0000 aurel add support for yuva420p colorspace (yuv420p + alpha) libavcodec
Wed, 18 Jul 2007 08:11:16 +0000 benoit add YUV440P and YUVJ440P support libavcodec
Tue, 17 Jul 2007 12:57:50 +0000 diego typo fixes libavcodec
Tue, 17 Jul 2007 12:33:14 +0000 benoit create colorspace.h and use it where appropriate libavcodec
Wed, 30 May 2007 14:20:55 +0000 benoit Add support for listing the supported pixel formats using the option libavcodec
Mon, 28 May 2007 09:30:41 +0000 diego Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. libavcodec
Sat, 07 Apr 2007 19:24:27 +0000 ivo Fix segmentation fault for gray16le to gray conversion. libavcodec
Sun, 04 Mar 2007 11:53:11 +0000 takis Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" libavcodec
Sun, 25 Feb 2007 07:53:44 +0000 takis Move the unaltered documentation of the functions which are part of the public libavcodec
Tue, 20 Feb 2007 08:35:25 +0000 gpoirier add doxygen docs for avpicture_fill() libavcodec
Mon, 12 Feb 2007 23:23:05 +0000 diego consistency renaming: yuv422 --> yuyv422 libavcodec
Mon, 12 Feb 2007 23:15:38 +0000 diego consistency renaming: uyvy411 --> uyyvyy411 libavcodec
Mon, 12 Feb 2007 23:07:17 +0000 diego consistency renaming: rgba32 --> rgb32 libavcodec
Wed, 07 Feb 2007 01:48:09 +0000 diego Replace deprecated PIX_FMT names by the newer variants. libavcodec
Wed, 17 Jan 2007 11:02:07 +0000 lu_zero Avoid branches in the loop and solve a gcc warning libavcodec
Wed, 17 Jan 2007 10:47:58 +0000 lu_zero Cosmetics libavcodec
Thu, 16 Nov 2006 20:46:36 +0000 alex Remove alpha channel from RGB555 libavcodec
Thu, 16 Nov 2006 20:43:29 +0000 alex BGR555 has never been working as alpha supporting format. Remove the false setting. libavcodec
Tue, 14 Nov 2006 19:53:22 +0000 alex changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too) libavcodec