summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAge
* Reindent.Stefano Sabatini2010-09-07
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-07
* Reimplement av_picture_data_copy() avoiding the use of PixFmtInfoStefano Sabatini2010-09-07
* Reindent after the last commit.Stefano Sabatini2010-09-07
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-07
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Cosmetics: remove useless ().Stefano Sabatini2010-08-21
* Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini2010-08-12
* Implement av_get_image_linesize() and use it inStefano Sabatini2010-08-12
* Add av_picture_data_copy() and reimplement av_picture_copy() as aS.N. Hemanth Meenakshisundaram2010-08-11
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize,Stefano Sabatini2010-07-31
* Fix compilation with --disable-yasm. 10l to me.Vitor Sessak2010-07-31
* Convert deinterlacing MMX code to YASMVitor Sessak2010-07-31
* Make avpicture_fill() directly call av_fill_image_linesizes() andStefano Sabatini2010-07-30
* Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini2010-07-29
* Define static functions fill_image_linesize() andS.N. Hemanth Meenakshisundaram2010-07-26
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-01
* Fix width computation for nv12/nv21 in ff_get_plane_bytewidth().Stefano Sabatini2010-06-06
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add PIX_FMT_Y400A, 8bit gray, 8bit alphaAndreas Öman2010-04-14
* Make ff_fill_linesize() use the information stored inStefano Sabatini2010-04-11
* Round correctly chroma picture height.Vitor Sessak2010-03-05
* Add initial support for 12-bit color mode.Janusz Krzysztofik2010-03-05
* Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss().Janusz Krzysztofik2010-03-05
* Include internal.h and imgconvert.h, they contain the prototypes for theCarl Eugen Hoyos2010-02-28
* 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