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
2013-06-03Merge commit '46ce9ded96ffcb798b03da894cdb5fdac376a6ee'Michael Niedermayer
2013-06-02tiff: K&R formatting cosmeticsDiego Biurrun
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2012-11-14Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-11-05Write tiff tag YCbCrPositioning if chroma_sample_location is top-left.Carl Eugen Hoyos
2012-10-19tiffenc: fix integer overflowMichael Niedermayer
2012-10-12lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-03tiffenc: remove unused variableMichael Niedermayer
2012-10-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-02tiffenc: Check av_malloc() results.Alex Converse
2012-10-02tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.Alex Converse
2012-09-20Merge commit '581281e242609a222233a2e5538b89dfb88fb18e'Michael Niedermayer
2012-09-19tiffenc: Add support for little endian RGB48 and GRAY16Alex Converse
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-31Write TIFF Tag ExtraSamples when encoding pix_fmts that contain transparency ...Carl Eugen Hoyos
2012-08-31Cosmetics: Reorder pix_fmts in tiffenc.c.Carl Eugen Hoyos
2012-08-31Simplify setting colour space for mono* when encoding tiff.Carl Eugen Hoyos
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-14lavc/tiffenc: apply misc doxy fixesStefano Sabatini
2012-07-14lavc/tiff: add GeoTIFF support to the TIFF decoderThomas Kühnel
2012-07-11tiffenc: use av_fast_padded_malloc(z)Paul B Mahol
2012-07-11tiffenc: add .initPaul B Mahol
2012-07-09tiffenc: PIX_FMT_YUV440P supportPaul B Mahol
2012-07-06tiffenc: PIX_FMT_GRAY8A supportPaul B Mahol
2012-07-06tiffenc: PIX_FMT_GRAY16LE supportPaul B Mahol
2012-07-06tiffenc: merge common codePaul B Mahol
2012-07-06tiffenc: use av_get_bits_per_pixel() to get bppPaul B Mahol
2012-07-06tiffenc: use av_pix_fmt_descriptors to set bpp_tab[]Paul B Mahol
2012-07-06tiffenc: simplify calculation of bpp_tab_sizePaul B Mahol
2012-06-10tiffenc: use av_assert()Michael Niedermayer
2012-05-12tiffenc: fix out of array readMichael Niedermayer
2012-04-19Make tiff-in-mov QuickTime-compatible for more colour-spaces.Carl Eugen Hoyos
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-07cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of ot...Martin Storsjö
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22tiffenc: switch to ff_alloc_packet2().Michael Niedermayer
2012-03-22tiffenc: fix return value.Michael Niedermayer
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer