Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-27lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.Anton Khirnov
2012-01-02Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun
2011-10-20lavc: deprecate img_get_alpha_info().Anton Khirnov
2011-07-21imgconvert: remove unused glue and xglue macrosStefano Sabatini
2011-05-28lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini
2011-04-19lavc: remove misc disabled cruft.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2010-12-12Fix avpicture_alloc(), which was aligning the linesizes with 0 and thusStefano Sabatini
2010-12-08Make avpicture_alloc() return meaningful values.Stefano Sabatini
2010-12-08Reindent.Stefano Sabatini
2010-12-08Use av_image_alloc() in avpicture_alloc(), simplify.Stefano Sabatini
2010-12-04Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini
2010-11-22fix pointer truncation to int in avpicture_layout()Ramiro Polla
2010-11-22Re-implement avpicture_layout() using pixdesc and imgutils API.Stefano Sabatini
2010-11-22Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_string().Stefano Sabatini
2010-11-10In avcodec_pix_fmt_string() use local variable pixdesc rather thanStefano Sabatini
2010-11-10Make avcodec_pix_fmt_string() use the information in the pixel formatStefano Sabatini
2010-11-10Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini
2010-11-07Optimize / simplify avcodec_get_pix_fmt_name() check.Stefano Sabatini
2010-11-07Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string().Stefano Sabatini
2010-11-07Make avpicture_fill() return a meaningful error code.Stefano Sabatini
2010-11-07Remove alpha information from avcodec_pix_fmt_string(), as thatStefano Sabatini
2010-09-25Support deinterlacing of YUVJ422P in old deinterlacer.Maksym Veremeyenko
2010-09-20Support deinterlacing of YUVJ420P.Benjamin Larsson
2010-09-08Reindent.Stefano Sabatini
2010-09-08Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini
2010-09-08Reimplement av_picture_data_copy() avoiding the use of PixFmtInfoStefano Sabatini
2010-09-08Reindent after the last commit.Stefano Sabatini
2010-09-08Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-21Cosmetics: remove useless ().Stefano Sabatini
2010-08-12Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini
2010-08-12Implement av_get_image_linesize() and use it inStefano Sabatini
2010-08-11Add av_picture_data_copy() and reimplement av_picture_copy() as aS.N. Hemanth Meenakshisundaram
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-07-31Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize,Stefano Sabatini
2010-07-31Fix compilation with --disable-yasm. 10l to me.Vitor Sessak
2010-07-31Convert deinterlacing MMX code to YASMVitor Sessak
2010-07-30Make avpicture_fill() directly call av_fill_image_linesizes() andStefano Sabatini
2010-07-30Move fill_image_linesize() and fill_image_data_ptr() fromStefano Sabatini
2010-07-26Define static functions fill_image_linesize() andS.N. Hemanth Meenakshisundaram
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini
2010-06-06Fix width computation for nv12/nv21 in ff_get_plane_bytewidth().Stefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-15Add PIX_FMT_Y400A, 8bit gray, 8bit alphaAndreas Ă–man
2010-04-11Make ff_fill_linesize() use the information stored inStefano Sabatini