summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAge
...
* spellingVitor Sessak2007-12-01
* Enable avpicture_deinterlace() for PIX_FMT_GRAY8.Andrea Gualano2007-10-11
* Use emms_c() instead of ifdefRonald S. Bultje2007-09-29
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-24
* add YUV440P and YUVJ440P supportAndreas Öman2007-07-18
* typo fixesDiego Biurrun2007-07-17
* create colorspace.h and use it where appropriateIan Caulfield2007-07-17
* Add support for listing the supported pixel formats using the optionStefano Sabatini2007-05-30
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
* Fix segmentation fault for gray16le to gray conversion.Ivo van Poorten2007-04-07
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-04
* Move the unaltered documentation of the functions which are part of the publicPanagiotis Issaris2007-02-25
* add doxygen docs for avpicture_fill()Guillaume Poirier2007-02-20
* consistency renaming: yuv422 --> yuyv422Diego Biurrun2007-02-12
* consistency renaming: uyvy411 --> uyyvyy411Diego Biurrun2007-02-12
* consistency renaming: rgba32 --> rgb32Diego Biurrun2007-02-12
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* Avoid branches in the loop and solve a gcc warningLuca Barbato2007-01-17
* CosmeticsLuca Barbato2007-01-17
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-16
* BGR555 has never been working as alpha supporting format. Remove the false se...Alex Beregszaszi2006-11-16
* changed rgba32_to routines to support both alpha and non-alpha formats (see r...Alex Beregszaszi2006-11-14
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* Fix obvious typo, BGR555 was missingReynaldo H. Verdejo Pinochet2006-10-27
* 16-bit grayscale supportKostya Shishkov2006-10-24
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Minimal support for the new pixel formats in libavcodecLuca Abeni2006-08-28
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
* Enable swscale usage in ffmpegLuca Abeni2006-08-08
* Mark some read-only datastructures as const.Stefan Huehner2006-07-06
* make "size" variable in avpicture_alloc signed, since avpicture_get_sizeReimar Döffinger2006-04-19
* Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni2006-04-10
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-31
* Fix cropping, depending on enc pix fmtBaptiste Coudurier2006-03-10
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* segfault fixMichael Niedermayer2005-07-11
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>)Luca Abeni2004-11-24
* YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at androme...Michael Niedermayer2004-10-27
* fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-...Wolfram Gloger2004-10-25
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-22
* enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Tod...Todd Kirby2004-08-19
* UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)Todd Kirby2004-07-25
* ffv1 rgb supportMichael Niedermayer2003-11-01
* recommit ofDrew Hess2003-10-11
* avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)Drew Hess2003-09-29
* * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problemRoman Shaposhnik2003-08-26
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker2003-07-09