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-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: deprecate img_get_alpha_info().Anton Khirnov
2011-10-20Fixes avpicture_layout to not write past buffer end.Matthew Einhorn
2011-09-24Add new pix_fmt RGBA64Jean First
2011-09-01imgconvert: avoid mixed declarations and code.Clément Bœsch
2011-08-27Removes the internal avcodec_find_best_pix_fmt1()function previously used by ...Matthew Einhorn
2011-08-27imgconvert: make avcodec_find_best_pix_fmt2() more bug robust against future ...Michael Niedermayer
2011-08-27Adds a new pix fmt function that selects the best dest fmt from among 2 forma...Matthew Einhorn
2011-08-21Updates avcodec_get_pix_fmt_loss to return maximum loss for an invalid destin...Matthew Einhorn
2011-08-18lavc: fix avcodec_find_best_pix_fmt() when there's more than 64 pixel formatsMatthew Einhorn
2011-07-28imgconvert: remove unused and inconsistent PixFmtInfo.depth fieldStefano Sabatini
2011-07-27imgconvert: change logic in avcodec_get_pix_fmt_loss()Stefano Sabatini
2011-07-25imgconvert: remove PixFmtInfo.pixel_type fieldStefano Sabatini
2011-07-23imgconvert: store padded size information in PixFmtInfo, simplify avg_bits_pe...Stefano Sabatini
2011-07-23imgconvert: remove useless PixFmtInfo.nb_channels fieldStefano Sabatini
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21imgconvert: remove unused glue and xglue macrosStefano Sabatini
2011-05-28lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini
2011-05-28lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini
2011-05-16av_picture_crop(): Support simple cases with packed pixels too.Michael Niedermayer
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavc: remove misc disabled cruft.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
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