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
2011-02-17Merge 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
2010-03-05Round correctly chroma picture height.Vitor Sessak
2010-03-05Add initial support for 12-bit color mode.Janusz Krzysztofik
2010-03-05Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss().Janusz Krzysztofik
2010-02-28Include internal.h and imgconvert.h, they contain the prototypes for theCarl Eugen Hoyos
2010-01-30Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini
2009-12-14Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warn...Carl Eugen Hoyos
2009-12-05Cosmetics: remove empty definitions of hw-accelerated PixFmtInfoStefano Sabatini
2009-11-28Use pixel formats names defined in av_pix_fmt_descriptors rather thanStefano Sabatini
2009-11-28Remove unused PixFmtInfo.is_hwaccel field.Stefano Sabatini
2009-11-27Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather thanStefano Sabatini