summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAge
* Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-02
* lavc: deprecate img_get_alpha_info().Anton Khirnov2011-10-20
* imgconvert: remove unused glue and xglue macrosStefano Sabatini2011-07-21
* lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-28
* lavc: remove misc disabled cruft.Anton Khirnov2011-04-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Fix avpicture_alloc(), which was aligning the linesizes with 0 and thusStefano Sabatini2010-12-12
* Make avpicture_alloc() return meaningful values.Stefano Sabatini2010-12-08
* Reindent.Stefano Sabatini2010-12-08
* Use av_image_alloc() in avpicture_alloc(), simplify.Stefano Sabatini2010-12-08
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-04
* fix pointer truncation to int in avpicture_layout()Ramiro Polla2010-11-22
* Re-implement avpicture_layout() using pixdesc and imgutils API.Stefano Sabatini2010-11-21
* Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_string().Stefano Sabatini2010-11-21
* In avcodec_pix_fmt_string() use local variable pixdesc rather thanStefano Sabatini2010-11-10
* Make avcodec_pix_fmt_string() use the information in the pixel formatStefano Sabatini2010-11-10
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-09
* Optimize / simplify avcodec_get_pix_fmt_name() check.Stefano Sabatini2010-11-07
* Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string().Stefano Sabatini2010-11-07
* Make avpicture_fill() return a meaningful error code.Stefano Sabatini2010-11-07
* Remove alpha information from avcodec_pix_fmt_string(), as thatStefano Sabatini2010-11-07
* Support deinterlacing of YUVJ422P in old deinterlacer.Maksym Veremeyenko2010-09-25
* Support deinterlacing of YUVJ420P.Benjamin Larsson2010-09-20
* 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