summaryrefslogtreecommitdiffstats
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAgeFilesLines
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-011-1/+1
* Fix width computation for nv12/nv21 in ff_get_plane_bytewidth().Stefano Sabatini2010-06-061-1/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add PIX_FMT_Y400A, 8bit gray, 8bit alphaAndreas Öman2010-04-141-0/+1
* Make ff_fill_linesize() use the information stored inStefano Sabatini2010-04-111-95/+24
* Round correctly chroma picture height.Vitor Sessak2010-03-051-2/+2
* Add initial support for 12-bit color mode.Janusz Krzysztofik2010-03-051-1/+45
* Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss().Janusz Krzysztofik2010-03-051-2/+4
* Include internal.h and imgconvert.h, they contain the prototypes for theCarl Eugen Hoyos2010-02-281-0/+2
* Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini2010-01-301-30/+3
* Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warn...Carl Eugen Hoyos2009-12-141-2/+2
* Cosmetics: remove empty definitions of hw-accelerated PixFmtInfoStefano Sabatini2009-12-041-24/+0
* Use pixel formats names defined in av_pix_fmt_descriptors rather thanStefano Sabatini2009-11-281-64/+2
* Remove unused PixFmtInfo.is_hwaccel field.Stefano Sabatini2009-11-281-12/+0
* Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather thanStefano Sabatini2009-11-261-1/+1
* Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, useStefano Sabatini2009-11-261-78/+27
* Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), ratherStefano Sabatini2009-11-261-2/+2
* Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather thanStefano Sabatini2009-11-251-1/+2
* Fix nv12/nv21 handling. linesize for plane 1 should account for both chromaRamiro Polla2009-11-251-3/+5
* IndentRamiro Polla2009-11-201-16/+16
* Fix name for PIX_FMT_NV21 PixFmtInfo entry.Stefano Sabatini2009-11-191-1/+1
* Fix palette copying in av_picture_copy(). Previous code worked only ifVitor Sessak2009-11-101-3/+1
* Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation2009-11-101-0/+5
* 100l in avpicture_layout: width of chroma planes depends on format depth, too.Reimar Döffinger2009-10-111-1/+1
* simplify format string for writing pix_fmt string.Justin Ruggles2009-09-261-1/+1
* Align pix_fmt list by allowing one more char for the pix_fmt name.Justin Ruggles2009-09-251-1/+1
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-051-24/+24
* Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their nativeAlexis Ballier2009-08-111-21/+42
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* Fix argument type mismatches for av_picture_crop and av_picture_fillMåns Rullgård2009-07-011-1/+1
* Add 420,422 and 444 planar 16bit per component pix formats.Michael Niedermayer2009-04-211-0/+66
* Remove a useless assignment in img_get_alpha_info() found by CSA.Michael Niedermayer2009-04-171-1/+0
* Remove redundant assignment in av_picture_copy() found by CSA.Michael Niedermayer2009-04-171-1/+0
* Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA.Michael Niedermayer2009-04-171-1/+0
* fix indentationBaptiste Coudurier2009-04-141-1/+1
* avoid strcmp NULL, fix segv on mingwBaptiste Coudurier2009-04-141-1/+1
* 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
OpenPOWER on IntegriCloud