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-06-26lavu/imgutils: create misc functions for dealing with buffersStefano Sabatini
2012-06-19lavc/imgconvert: fix check on av_image_check_size() return code in avpicture_...Stefano Sabatini
2012-06-19lavc/imgconvert: remove pointless switch block from avpicture_fill()Stefano Sabatini
2012-05-08Add yuva422p pix_fmt.Carl Eugen Hoyos
2012-04-17imgconvert: fix regression with fate-gif colorspaces.Michael Niedermayer
2012-04-13avpicture_layout: use a endian independant format for the palette.Michael Niedermayer
2012-03-10imgconvert: add macro pixdesc_has_alpha for checking if a pixel format has an...Stefano Sabatini
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2012-01-30Add pix_fmt_info for yuva444.Carl Eugen Hoyos
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-22lavc: fix FF_LOSS_COLORQUANT detection for gray8a->pal8Michael Niedermayer
2012-01-17Fix pix_fmt_info for yuva420.Carl Eugen Hoyos
2012-01-15imgconvert: add PIX_FMT_GRAY8A to pix_fmt_infoMichael Niedermayer
2012-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-02Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun
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