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-12-26imgconvert: fix 2 "discards const qualifier from pointer target type"Michael Niedermayer
2012-12-26imgconvert: dont depend on default return type for get_color_type()Michael Niedermayer
2012-11-23replace av_log(0, by av_log(NULL,Michael Niedermayer
2012-11-21imgconvert-test: count the number of unused pixel format values.Michael Niedermayer
2012-11-21imgconvert-test: skip pix formats without nameMichael Niedermayer
2012-11-21imgconvert-test: test alpha flagsMichael Niedermayer
2012-11-21imgconvert: remove avg_bits_per_pixel(), its redundantMichael Niedermayer
2012-11-21Merge commit 'ae3822bca16f1cdb2460a35b16f8ef636a04314e'Michael Niedermayer
2012-11-21imgconvert: fix color type for non normal pix_fmts like HW stuff and unused e...Michael Niedermayer
2012-11-21avcodec_get_pix_fmt_loss: remove PixFmtInfo useMichael Niedermayer
2012-11-21imgconvert: print color type tooMichael Niedermayer
2012-11-21imgconvert: remove PixFmtInfo use from avg_bits_per_pixel()Michael Niedermayer
2012-11-21avcodec_find_best_pix_fmt_of_2: favor formats with fewer components if it doe...Michael Niedermayer
2012-11-21imgconvert-test: add avg bits per pixelMichael Niedermayer
2012-11-21is_yuv_planar: remove use of PixFmtInfoMichael Niedermayer
2012-11-21imgconvert: add self test codeMichael Niedermayer
2012-11-21Merge commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480'Michael Niedermayer
2012-11-20imgconvert: remove PixFmtInfoLuca Barbato
2012-11-20avcodec: split avpicture from imgconvertLuca Barbato
2012-11-14Remove deprecation of avcodec_get_chroma_sub_sample.Michael Niedermayer
2012-11-14Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer
2012-11-13avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato
2012-10-31pix_fmt_info: add 9/10 bit YUVA formatsMichael Niedermayer
2012-10-30lavc: const correctness for avpicture_fill()Paul B Mahol
2012-10-14avcodec_find_best_pix_fmt_of_2: fix handling or PIX_FMT_NONEMichael Niedermayer
2012-10-12Merge commit '50ba57e0ce63d9904269ea0728936a0c79f8bfb5'Michael Niedermayer
2012-10-12lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-27avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun
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