summaryrefslogtreecommitdiffstats
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAgeFilesLines
...
* Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_string().Stefano Sabatini2010-11-211-2/+2
* In avcodec_pix_fmt_string() use local variable pixdesc rather thanStefano Sabatini2010-11-101-3/+3
* Make avcodec_pix_fmt_string() use the information in the pixel formatStefano Sabatini2010-11-101-5/+4
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-091-38/+4
* Optimize / simplify avcodec_get_pix_fmt_name() check.Stefano Sabatini2010-11-071-1/+1
* Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string().Stefano Sabatini2010-11-071-1/+1
* Make avpicture_fill() return a meaningful error code.Stefano Sabatini2010-11-071-4/+5
* Remove alpha information from avcodec_pix_fmt_string(), as thatStefano Sabatini2010-11-071-6/+3
* Support deinterlacing of YUVJ422P in old deinterlacer.Maksym Veremeyenko2010-09-251-0/+2
* Support deinterlacing of YUVJ420P.Benjamin Larsson2010-09-201-0/+2
* Reindent.Stefano Sabatini2010-09-071-1/+1
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-071-30/+4
* Reimplement av_picture_data_copy() avoiding the use of PixFmtInfoStefano Sabatini2010-09-071-16/+17
* Reindent after the last commit.Stefano Sabatini2010-09-071-4/+4
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-071-10/+4
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-8/+8
* Cosmetics: remove useless ().Stefano Sabatini2010-08-211-1/+1
* Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini2010-08-121-1/+3
* Implement av_get_image_linesize() and use it inStefano Sabatini2010-08-121-47/+1
* Add av_picture_data_copy() and reimplement av_picture_copy() as aS.N. Hemanth Meenakshisundaram2010-08-111-9/+17
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-2/+2
* Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize,Stefano Sabatini2010-07-311-0/+2
* Fix compilation with --disable-yasm. 10l to me.Vitor Sessak2010-07-311-3/+3
* Convert deinterlacing MMX code to YASMVitor Sessak2010-07-311-84/+15
* Make avpicture_fill() directly call av_fill_image_linesizes() andStefano Sabatini2010-07-301-2/+2
* Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini2010-07-291-141/+3
* Define static functions fill_image_linesize() andS.N. Hemanth Meenakshisundaram2010-07-261-34/+45
* 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
OpenPOWER on IntegriCloud