summaryrefslogtreecommitdiffstats
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for listing the supported pixel formats using the optionStefano Sabatini2007-05-301-0/+21
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-281-4/+0
* Fix segmentation fault for gray16le to gray conversion.Ivo van Poorten2007-04-071-1/+3
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-041-4/+25
* Move the unaltered documentation of the functions which are part of the publicPanagiotis Issaris2007-02-251-46/+0
* add doxygen docs for avpicture_fill()Guillaume Poirier2007-02-201-15/+39
* consistency renaming: yuv422 --> yuyv422Diego Biurrun2007-02-121-8/+8
* consistency renaming: uyvy411 --> uyyvyy411Diego Biurrun2007-02-121-2/+2
* consistency renaming: rgba32 --> rgb32Diego Biurrun2007-02-121-19/+19
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-35/+35
* Avoid branches in the loop and solve a gcc warningLuca Barbato2007-01-171-13/+19
* CosmeticsLuca Barbato2007-01-171-10/+17
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-161-15/+3
* BGR555 has never been working as alpha supporting format. Remove the false se...Alex Beregszaszi2006-11-161-1/+1
* changed rgba32_to routines to support both alpha and non-alpha formats (see r...Alex Beregszaszi2006-11-141-0/+12
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-3/+3
* Fix obvious typo, BGR555 was missingReynaldo H. Verdejo Pinochet2006-10-271-1/+1
* 16-bit grayscale supportKostya Shishkov2006-10-241-0/+107
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Minimal support for the new pixel formats in libavcodecLuca Abeni2006-08-281-0/+139
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-181-1/+1
* Enable swscale usage in ffmpegLuca Abeni2006-08-081-0/+2
* Mark some read-only datastructures as const.Stefan Huehner2006-07-061-9/+9
* make "size" variable in avpicture_alloc signed, since avpicture_get_sizeReimar Döffinger2006-04-191-1/+1
* Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni2006-04-101-0/+50
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-311-13/+35
* Fix cropping, depending on enc pix fmtBaptiste Coudurier2006-03-101-0/+25
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-42/+42
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-132/+132
* segfault fixMichael Niedermayer2005-07-111-0/+2
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-1/+7
* YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>)Luca Abeni2004-11-241-0/+36
* YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at androme...Michael Niedermayer2004-10-271-0/+36
* fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-...Wolfram Gloger2004-10-251-1/+1
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-221-0/+66
* enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Tod...Todd Kirby2004-08-191-0/+6
* UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)Todd Kirby2004-07-251-5/+164
* ffv1 rgb supportMichael Niedermayer2003-11-011-0/+5
* recommit ofDrew Hess2003-10-111-2/+2
* avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)Drew Hess2003-09-291-24/+29
* * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problemRoman Shaposhnik2003-08-261-1/+5
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker2003-07-091-11/+23
* Warning and compatibility fixes.Falk Hüffner2003-05-241-10/+7
* * fixing a bug in avpicture_layout (PAL8 wasn't handled properly)Roman Shaposhnik2003-05-121-2/+8
* * introducing new public interface in imgconvert.cRoman Shaposhnik2003-05-071-0/+51
* rgb555 alpha extraction fixFabrice Bellard2003-04-211-1/+1
* added img_get_alpha_info()Fabrice Bellard2003-04-211-1/+59
* fixed PIX_FMT_YUV422 conversionsFabrice Bellard2003-04-211-12/+12
* loss fixes (thanks to Daniel Serpell) - shrink22 fixFabrice Bellard2003-04-211-9/+11
OpenPOWER on IntegriCloud