]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/imgconvert.c
avoid strcmp NULL, fix segv on mingw
[frescor/ffmpeg.git] / libavcodec / imgconvert.c
2009-04-14 bcoudurieravoid strcmp NULL, fix segv on mingw
2009-03-22 stefanoMake the pixel formats which were defined as macros:
2009-03-22 stefanoFactorize: use the X_NE() macro in avcodec_get_pix_fmt().
2009-03-22 stefanoImplement X_NE() macro.
2009-03-21 stefanoChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-21 stefanoExtend the behavior of avcodec_get_pix_fmt(), if it...
2009-03-21 stefanoGlobally prefer enum PixelFormat over int when it makes...
2009-03-21 reimarFix avpicture_get_size for non-paletted formats with...
2009-03-19 reimarDo not set linesize for palette data, it does not make...
2009-03-03 michaelRemove old scaler.
2009-03-03 gbSet PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI...
2009-02-28 sdrikFix avpicture_layout to not chroma shift the alpha...
2009-02-27 benoitAdd VA API pixel formats.
2009-02-23 michaelApproved hunks for VAAPI by Gwenole Beauche.
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-22 prossAdd PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
2009-02-10 gpoirierAdd a default (error) for the switch in case of an...
2009-02-06 michaelEnsure that the palette is set in data[1] for all 8bit...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-20 cehoyosAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-16 cehoyosAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-04 cehoyosAdd VDPAU hardware accelerated decoding for H264 which...
2008-12-22 diegoRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-14 diegoPrevent shift overflow, patch by Anders Grönberg, galil...
2008-12-14 aurelget ride of mmx_t
2008-10-30 diegoRemove unused variable, patch by Art Clarke, aclarke...
2008-10-29 diegoFix av_picture_copy missing pixels on packed planar...
2008-10-27 flameeyesRename template included sources from .h to _template.c.
2008-09-08 michaelavcodec_find_best_pix_fmt() needs a 64bit mask as there...
2008-09-08 michaelRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-08-03 prossAdd graceful error handling to avcodec_get_pix_fmt_name...
2008-06-01 bcouduriermemcpy considering output width, not src linesize,...
2008-05-27 michaelDo not read from prior the array, fix CID 127.
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-03-16 diegoMove functions that are only used when libswscale is...
2008-03-10 diegoRename --enable-swscaler --> enable-swscale to be consi...
2008-02-15 vitorThis should not be part of the public API
2008-02-15 vitorMy commit in r11942 broke compilation.
2008-02-15 vitorSplit avpicture_fill() in two functions. This will be
2008-02-13 diegotypo fix: inited --> initialized
2008-02-11 vitorFactor bytewidth determination in its own function
2008-01-31 bcouduriercast to dest type, fix warning imgconvert.c:1958: warni...
2007-12-18 bcoudurieravoid infinite loop if pixel format conversion does...
2007-12-01 vitorspelling
2007-10-11 cehoyosEnable avpicture_deinterlace() for PIX_FMT_GRAY8.
2007-09-29 andomaUse emms_c() instead of ifdef
2007-09-24 aureladd support for yuva420p colorspace (yuv420p + alpha)
2007-07-18 benoitadd YUV440P and YUVJ440P support
2007-07-17 diegotypo fixes
2007-07-17 benoitcreate colorspace.h and use it where appropriate
2007-05-30 benoitAdd support for listing the supported pixel formats...
2007-05-28 diegoRemove redundant fastmemcpy.h #include, it is indirectl...
2007-04-07 ivoFix segmentation fault for gray16le to gray conversion.
2007-03-04 takisAdd the prefix "av_" to img_crop(), img_copy() and...
2007-02-25 takisMove the unaltered documentation of the functions which...
2007-02-20 gpoirieradd doxygen docs for avpicture_fill()
2007-02-12 diegoconsistency renaming: yuv422 --> yuyv422
2007-02-12 diegoconsistency renaming: uyvy411 --> uyyvyy411
2007-02-12 diegoconsistency renaming: rgba32 --> rgb32
2007-02-07 diegoReplace deprecated PIX_FMT names by the newer variants.
2007-01-17 lu_zeroAvoid branches in the loop and solve a gcc warning
2007-01-17 lu_zeroCosmetics
2006-11-16 alexRemove alpha channel from RGB555
2006-11-16 alexBGR555 has never been working as alpha supporting forma...
2006-11-14 alexchanged rgba32_to routines to support both alpha and...
2006-11-12 mrurename cropTbl -> ff_cropTbl
2006-10-27 reynaldoFix obvious typo, BGR555 was missing
2006-10-24 kostya16-bit grayscale support
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-28 lucabeMinimal support for the new pixel formats in libavcodec
2006-08-18 diegoExplicitly include fastmemcpy.h from libvo/.
2006-08-08 lucabeEnable swscale usage in ffmpeg
2006-07-06 diegoMark some read-only datastructures as const.
2006-04-19 reimarmake "size" variable in avpicture_alloc signed, since...
2006-04-10 lucabeBaptiste COUDURIER's padding patch (reworked by me...
2006-03-31 michaelremove mpegvideo.c img resample dependancy
2006-03-10 bcoudurierFix cropping, depending on enc pix fmt
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-11 michaelsegfault fix
2005-01-12 michaelvarious security fixes and precautionary checks
2004-11-24 michaelYUV420P to UYVY422 conversion patch by (Luca Abeni...
2004-10-27 michaelYUV420P to YUV422 conversion routine by (Danny Laarmans...
2004-10-25 michaelfix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo...
2004-10-22 romansh * Introducing IIDC1394 grabbing interface.
2004-08-19 michaelenrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPE...
2004-07-25 michaelUYVY support patch by ("Todd.Kirby" <doubleshot at...
2003-11-01 michaelffv1 rgb support
2003-10-11 michaelrecommit of
2003-09-29 michaelniavcodec const correctness patch by (Drew Hess <dhess...
2003-08-26 romansh * ffmpeg was *silently* rejecting to deinterlace...
2003-07-09 michaelniflash video (flv) support patch by (Garrick Meeker...
2003-05-24 mellumWarning and compatibility fixes.
2003-05-12 romansh * fixing a bug in avpicture_layout (PAL8 wasn't...
2003-05-07 romansh * introducing new public interface in imgconvert.c
2003-04-21 bellardrgb555 alpha extraction fix
2003-04-21 bellardadded img_get_alpha_info()
next