summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAge
* Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA...Cédric Schieli2009-02-28
* Add VA API pixel formats.Gwenole Beauchesne2009-02-27
* Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer2009-02-23
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.Peter Ross2009-02-22
* Add a default (error) for the switch in case of an unsupported PIX_FMT.Patrik Kullman2009-02-10
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-06
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-20
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-16
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-04
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22
* Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com.Anders Grönberg2008-12-14
* Get rid of mmx_t.Aurelien Jacobs2008-12-14
* Remove unused variable, patch by Art Clarke, aclarke vlideshow com.Art Clarke2008-10-30
* Fix av_picture_copy missing pixels on packed planar AVPictures with odd size.Art Clarke2008-10-29
* Rename template included sources from .h to _template.c.Diego Pettenò2008-10-27
* avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_...Michael Niedermayer2008-09-08
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-08
* Add graceful error handling to avcodec_get_pix_fmt_name() and avcodec_get_pix...Peter Ross2008-08-03
* memcpy considering output width, not src linesize, fix segv with av_picture_padBaptiste Coudurier2008-06-01
* Do not read from prior the array, fix CID 127.Michael Niedermayer2008-05-27
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Move functions that are only used when libswscale is not compiled in belowDiego Biurrun2008-03-16
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
* This should not be part of the public APIVitor Sessak2008-02-15
* My commit in r11942 broke compilation.Vitor Sessak2008-02-15
* Split avpicture_fill() in two functions. This will beVitor Sessak2008-02-15
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* Factor bytewidth determination in its own functionVitor Sessak2008-02-11
* cast to dest type, fix warning imgconvert.c:1958: warning: assignment from in...Baptiste Coudurier2008-01-31
* avoid infinite loop if pixel format conversion does not existBaptiste Coudurier2007-12-18
* 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