summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAge
* Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini2010-01-30
* Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warn...Carl Eugen Hoyos2009-12-14
* Cosmetics: remove empty definitions of hw-accelerated PixFmtInfoStefano Sabatini2009-12-04
* Use pixel formats names defined in av_pix_fmt_descriptors rather thanStefano Sabatini2009-11-28
* Remove unused PixFmtInfo.is_hwaccel field.Stefano Sabatini2009-11-28
* Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather thanStefano Sabatini2009-11-26
* Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, useStefano Sabatini2009-11-26
* Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), ratherStefano Sabatini2009-11-26
* Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather thanStefano Sabatini2009-11-25
* Fix nv12/nv21 handling. linesize for plane 1 should account for both chromaRamiro Polla2009-11-25
* IndentRamiro Polla2009-11-20
* Fix name for PIX_FMT_NV21 PixFmtInfo entry.Stefano Sabatini2009-11-19
* Fix palette copying in av_picture_copy(). Previous code worked only ifVitor Sessak2009-11-10
* Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation2009-11-10
* 100l in avpicture_layout: width of chroma planes depends on format depth, too.Reimar Döffinger2009-10-11
* simplify format string for writing pix_fmt string.Justin Ruggles2009-09-26
* Align pix_fmt list by allowing one more char for the pix_fmt name.Justin Ruggles2009-09-25
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-05
* Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their nativeAlexis Ballier2009-08-11
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Fix argument type mismatches for av_picture_crop and av_picture_fillMåns Rullgård2009-07-01
* Add 420,422 and 444 planar 16bit per component pix formats.Michael Niedermayer2009-04-21
* Remove a useless assignment in img_get_alpha_info() found by CSA.Michael Niedermayer2009-04-17
* Remove redundant assignment in av_picture_copy() found by CSA.Michael Niedermayer2009-04-17
* Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA.Michael Niedermayer2009-04-17
* fix indentationBaptiste Coudurier2009-04-14
* avoid strcmp NULL, fix segv on mingwBaptiste Coudurier2009-04-14
* Make the pixel formats which were defined as macros:Stefano Sabatini2009-03-22
* Factorize: use the X_NE() macro in avcodec_get_pix_fmt().Stefano Sabatini2009-03-22
* Implement X_NE() macro.Stefano Sabatini2009-03-22
* Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini2009-03-21
* Extend the behavior of avcodec_get_pix_fmt(), if it cannot find aStefano Sabatini2009-03-21
* Globally prefer enum PixelFormat over int when it makes sense.Stefano Sabatini2009-03-21
* Fix avpicture_get_size for non-paletted formats with a helper paletteReimar Döffinger2009-03-21
* Do not set linesize for palette data, it does not make sense and createsReimar Döffinger2009-03-19
* Remove old scaler.Michael Niedermayer2009-03-03
* Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats.Gwenole Beauchesne2009-03-03
* 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