summaryrefslogtreecommitdiffstats
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAgeFilesLines
* Make the pixel formats which were defined as macros:Stefano Sabatini2009-03-221-17/+23
* Factorize: use the X_NE() macro in avcodec_get_pix_fmt().Stefano Sabatini2009-03-221-7/+1
* Implement X_NE() macro.Stefano Sabatini2009-03-221-0/+6
* Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini2009-03-211-8/+40
* Extend the behavior of avcodec_get_pix_fmt(), if it cannot find aStefano Sabatini2009-03-211-1/+19
* Globally prefer enum PixelFormat over int when it makes sense.Stefano Sabatini2009-03-211-20/+22
* Fix avpicture_get_size for non-paletted formats with a helper paletteReimar Döffinger2009-03-211-1/+12
* Do not set linesize for palette data, it does not make sense and createsReimar Döffinger2009-03-191-1/+0
* Remove old scaler.Michael Niedermayer2009-03-031-1492/+0
* Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats.Gwenole Beauchesne2009-03-031-0/+8
* Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA...Cédric Schieli2009-02-281-1/+7
* Add VA API pixel formats.Gwenole Beauchesne2009-02-271-0/+14
* Approved hunks for VAAPI / our new shiny hwaccel APIMichael Niedermayer2009-02-231-0/+13
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-1/+1
* Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.Peter Ross2009-02-221-0/+22
* Add a default (error) for the switch in case of an unsupported PIX_FMT.Patrik Kullman2009-02-101-0/+2
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-061-12/+50
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-201-0/+6
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-161-0/+6
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-5/+5
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-041-0/+3
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-2/+2
* Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com.Anders Grönberg2008-12-141-1/+1
* Get rid of mmx_t.Aurelien Jacobs2008-12-141-12/+3
* Remove unused variable, patch by Art Clarke, aclarke vlideshow com.Art Clarke2008-10-301-3/+1
* Fix av_picture_copy missing pixels on packed planar AVPictures with odd size.Art Clarke2008-10-291-2/+2
* Rename template included sources from .h to _template.c.Diego Pettenò2008-10-271-5/+5
* avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_...Michael Niedermayer2008-09-081-2/+2
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-081-21/+0
* Add graceful error handling to avcodec_get_pix_fmt_name() and avcodec_get_pix...Peter Ross2008-08-031-3/+3
* memcpy considering output width, not src linesize, fix segv with av_picture_padBaptiste Coudurier2008-06-011-2/+2
* Do not read from prior the array, fix CID 127.Michael Niedermayer2008-05-271-5/+6
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* Move functions that are only used when libswscale is not compiled in belowDiego Biurrun2008-03-161-273/+273
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-101-1/+1
* This should not be part of the public APIVitor Sessak2008-02-151-2/+2
* My commit in r11942 broke compilation.Vitor Sessak2008-02-151-2/+2
* Split avpicture_fill() in two functions. This will beVitor Sessak2008-02-151-68/+104
* typo fix: inited --> initializedDiego Biurrun2008-02-131-3/+3
* Factor bytewidth determination in its own functionVitor Sessak2008-02-111-8/+28
* cast to dest type, fix warning imgconvert.c:1958: warning: assignment from in...Baptiste Coudurier2008-01-311-2/+2
* avoid infinite loop if pixel format conversion does not existBaptiste Coudurier2007-12-181-0/+2
* spellingVitor Sessak2007-12-011-1/+1
* Enable avpicture_deinterlace() for PIX_FMT_GRAY8.Andrea Gualano2007-10-111-1/+5
* Use emms_c() instead of ifdefRonald S. Bultje2007-09-291-3/+1
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-241-0/+36
* add YUV440P and YUVJ440P supportAndreas Öman2007-07-181-0/+35
* typo fixesDiego Biurrun2007-07-171-3/+3
OpenPOWER on IntegriCloud