]> git.sesse.net Git - ffmpeg/history - libavcodec/imgconvert.c
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
[ffmpeg] / libavcodec / imgconvert.c
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
2007-10-11 Andrea GualanoEnable avpicture_deinterlace() for PIX_FMT_GRAY8.
2007-09-29 Ronald S. BultjeUse emms_c() instead of ifdef
2007-09-24 Aurelien Jacobsadd support for yuva420p colorspace (yuv420p + alpha)
2007-07-18 Andreas Ömanadd YUV440P and YUVJ440P support
2007-07-17 Diego Biurruntypo fixes
2007-07-17 Ian Caulfieldcreate colorspace.h and use it where appropriate
2007-05-30 Stefano SabatiniAdd support for listing the supported pixel formats...
2007-05-28 Diego BiurrunRemove redundant fastmemcpy.h #include, it is indirectl...
2007-04-07 Ivo van PoortenFix segmentation fault for gray16le to gray conversion.
2007-03-04 Panagiotis IssarisAdd the prefix "av_" to img_crop(), img_copy() and...
2007-02-25 Panagiotis IssarisMove the unaltered documentation of the functions which...
2007-02-20 Guillaume Poirieradd doxygen docs for avpicture_fill()
2007-02-12 Diego Biurrunconsistency renaming: yuv422 --> yuyv422
2007-02-12 Diego Biurrunconsistency renaming: uyvy411 --> uyyvyy411
2007-02-12 Diego Biurrunconsistency renaming: rgba32 --> rgb32
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2007-01-17 Luca BarbatoAvoid branches in the loop and solve a gcc warning
2007-01-17 Luca BarbatoCosmetics
2006-11-16 Alex BeregszasziRemove alpha channel from RGB555
2006-11-16 Alex BeregszasziBGR555 has never been working as alpha supporting forma...
2006-11-14 Alex Beregszaszichanged rgba32_to routines to support both alpha and...
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-10-27 Reynaldo H. Verdej... Fix obvious typo, BGR555 was missing
2006-10-24 Kostya Shishkov16-bit grayscale support
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-28 Luca AbeniMinimal support for the new pixel formats in libavcodec
2006-08-18 Diego BiurrunExplicitly include fastmemcpy.h from libvo/.
2006-08-08 Luca AbeniEnable swscale usage in ffmpeg
2006-07-06 Stefan HuehnerMark some read-only datastructures as const.
2006-04-19 Reimar Döffingermake "size" variable in avpicture_alloc signed, since...
2006-04-10 Luca AbeniBaptiste COUDURIER's padding patch (reworked by me...
2006-03-31 Michael Niedermayerremove mpegvideo.c img resample dependancy
2006-03-10 Baptiste CoudurierFix cropping, depending on enc pix fmt
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-11 Michael Niedermayersegfault fix
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-11-24 Luca AbeniYUV420P to UYVY422 conversion patch by (Luca Abeni...
2004-10-27 Michael NiedermayerYUV420P to YUV422 conversion routine by (Danny Laarmans...
2004-10-25 Wolfram Glogerfix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo...
2004-10-22 Roman Shaposhnik * Introducing IIDC1394 grabbing interface.
2004-08-19 Todd Kirbyenrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPE...
2004-07-25 Todd KirbyUYVY support patch by ("Todd.Kirby" <doubleshot at...
2003-11-01 Michael Niedermayerffv1 rgb support
2003-10-11 Drew Hessrecommit of
2003-09-29 Drew Hessavcodec const correctness patch by (Drew Hess <dhess...
2003-08-26 Roman Shaposhnik * ffmpeg was *silently* rejecting to deinterlace...
2003-07-09 Garrick Meekerflash video (flv) support patch by (Garrick Meeker...
next