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-09-05imgconvert: silence some const incompatible pointer warnings.Michael Niedermayer
2012-08-31lavc: support building with the forks ABI for avcodec_find_best_pix_fmt2()Michael Niedermayer
2012-08-31imgconvert: add avcodec_find_best_pix_fmt_of_2()Michael Niedermayer
2012-08-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-25imgconvert: Implement avcodec_find_best_pix_fmt_of_list()Michael Niedermayer
2012-07-18imgconvert: favor pixel formats without resolution lossMichael Niedermayer
2012-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-13imgconvert: deprecate avcodec_find_best_pix_fmt()Janne Grunau
2012-07-13imgconvert: add avcodec_find_best_pix_fmt2()Janne Grunau
2012-07-13imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmtJanne Grunau
2012-07-03imgconvert: add planar RGB formats to pix_fmt_infoMichael Niedermayer
2012-07-03imgconvert: add yuv 9,10,12,14 bit planar YUV formats to pix_fmt_infoMichael Niedermayer
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