214 Commits (feadcd1bdcbb4601f4ff01878027264fde985ee1)

Author SHA1 Message Date
Stefano Sabatini 09e8163625 imgconvert: remove unused glue and xglue macros 14 years ago
Stefano Sabatini 8f653e28f5 lavu: add av_get_pix_fmt_name() convenience function 14 years ago
Anton Khirnov 3453a231a6 lavc: remove misc disabled cruft. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Stefano Sabatini 4ba22e044b Fix avpicture_alloc(), which was aligning the linesizes with 0 and thus 14 years ago
Stefano Sabatini 6d34323ee6 Make avpicture_alloc() return meaningful values. 14 years ago
Stefano Sabatini 0141163d6a Reindent. 14 years ago
Stefano Sabatini e74929e8bb Use av_image_alloc() in avpicture_alloc(), simplify. 14 years ago
Stefano Sabatini bb4afa13dd Deprecate avcodec_pix_fmt_string() in favor of 14 years ago
Ramiro Polla 8f190d8b83 fix pointer truncation to int in avpicture_layout() 14 years ago
Stefano Sabatini d2cbdb17b5 Re-implement avpicture_layout() using pixdesc and imgutils API. 14 years ago
Stefano Sabatini 6a269f35ee Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_string(). 14 years ago
Stefano Sabatini 119a34f716 In avcodec_pix_fmt_string() use local variable pixdesc rather than 14 years ago
Stefano Sabatini 2de6f6e828 Make avcodec_pix_fmt_string() use the information in the pixel format 14 years ago
Stefano Sabatini ed5d30d91c Move internal function ff_set_systematic_pal() to libavcore, and 14 years ago
Stefano Sabatini 46db10ed0e Optimize / simplify avcodec_get_pix_fmt_name() check. 14 years ago
Stefano Sabatini a5f27f6db8 Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string(). 14 years ago
Stefano Sabatini f35a41ff5d Make avpicture_fill() return a meaningful error code. 14 years ago
Stefano Sabatini 24409b5053 Remove alpha information from avcodec_pix_fmt_string(), as that 14 years ago
Maksym Veremeyenko b299c4e4d3 Support deinterlacing of YUVJ422P in old deinterlacer. 14 years ago
Benjamin Larsson 4792d1e792 Support deinterlacing of YUVJ420P. 14 years ago
Stefano Sabatini 4afbcf46c9 Reindent. 14 years ago
Stefano Sabatini 34017fd9b2 Move av_picture_data_copy() to libavcore, and rename it 14 years ago
Stefano Sabatini e7eb2033ff Reimplement av_picture_data_copy() avoiding the use of PixFmtInfo 14 years ago
Stefano Sabatini 03ff61167e Reindent after the last commit. 14 years ago
Stefano Sabatini 9686abb826 Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini c901f6ab6f Cosmetics: remove useless (). 14 years ago
Stefano Sabatini 81c1ecabab Deprecate ff_get_plane_bytewidth() in favor of 14 years ago
Stefano Sabatini 7906e2b974 Implement av_get_image_linesize() and use it in 14 years ago
S.N. Hemanth Meenakshisundaram 9f08d80363 Add av_picture_data_copy() and reimplement av_picture_copy() as a 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Stefano Sabatini 05236ed735 Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize, 15 years ago
Vitor Sessak 0913a92a59 Fix compilation with --disable-yasm. 10l to me. 15 years ago
Vitor Sessak de4bc44abb Convert deinterlacing MMX code to YASM 15 years ago
Stefano Sabatini fc2db52e2f Make avpicture_fill() directly call av_fill_image_linesizes() and 15 years ago
Stefano Sabatini e7bd48a6ae Move fill_image_linesize() and fill_image_data_ptr() from 15 years ago
S.N. Hemanth Meenakshisundaram 9dd9d67bd0 Define static functions fill_image_linesize() and 15 years ago
Stefano Sabatini 2b4abbd6f5 Move colorspace.h from libavcodec to libavutil. 15 years ago
Stefano Sabatini 2839c56ea6 Fix width computation for nv12/nv21 in ff_get_plane_bytewidth(). 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Andreas Öman 4744f896e5 Add PIX_FMT_Y400A, 8bit gray, 8bit alpha 15 years ago
Stefano Sabatini 21302fed02 Make ff_fill_linesize() use the information stored in 15 years ago
Vitor Sessak 09ab885975 Round correctly chroma picture height. 15 years ago
Janusz Krzysztofik 2b7cf1678e Add initial support for 12-bit color mode. 15 years ago
Janusz Krzysztofik 4ef82b174a Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss(). 15 years ago
Carl Eugen Hoyos 4443c0e9a9 Include internal.h and imgconvert.h, they contain the prototypes for the 15 years ago
Stefano Sabatini 80a07f6e47 Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). 15 years ago
Carl Eugen Hoyos f0bc8449b8 Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warnings). 15 years ago