summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-06-03Merge commit '46ce9ded96ffcb798b03da894cdb5fdac376a6ee'Michael Niedermayer3-228/+237
2013-06-02tiff: K&R formatting cosmeticsDiego Biurrun3-233/+237
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov23-178/+214
2012-11-14Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer15-89/+465
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato11-17/+55
2012-11-05Write tiff tag YCbCrPositioning if chroma_sample_location is top-left.Carl Eugen Hoyos1-0/+2
2012-10-19tiffenc: fix integer overflowMichael Niedermayer1-2/+2
2012-10-12lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol5-10/+15
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-10-03tiffenc: remove unused variableMichael Niedermayer1-1/+0
2012-10-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer12-168/+173
2012-10-02tiffenc: Check av_malloc() results.Alex Converse1-1/+15
2012-10-02tiffenc: Simplify pixel format setup using AVPixFmtDescriptor.Alex Converse1-23/+17
2012-09-20Merge commit '581281e242609a222233a2e5538b89dfb88fb18e'Michael Niedermayer8-20/+64
2012-09-19tiffenc: Add support for little endian RGB48 and GRAY16Alex Converse1-3/+19
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer42-493/+494
2012-09-04avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö74-359/+355
2012-09-04avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö31-403/+404
2012-08-31Write TIFF Tag ExtraSamples when encoding pix_fmts that contain transparency ...Carl Eugen Hoyos2-1/+6
2012-08-31Cosmetics: Reorder pix_fmts in tiffenc.c.Carl Eugen Hoyos1-1/+1
2012-08-31Simplify setting colour space for mono* when encoding tiff.Carl Eugen Hoyos1-2/+2
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-14lavc/tiffenc: apply misc doxy fixesStefano Sabatini1-17/+19
2012-07-14lavc/tiff: add GeoTIFF support to the TIFF decoderThomas Kühnel7-7/+2374
2012-07-10tiffenc: use av_fast_padded_malloc(z)Paul B Mahol1-23/+40
2012-07-10tiffenc: add .initPaul B Mahol1-5/+13
2012-07-09tiffenc: PIX_FMT_YUV440P supportPaul B Mahol1-1/+2
2012-07-06tiffenc: PIX_FMT_GRAY8A supportPaul B Mahol1-1/+2
2012-07-06tiffenc: PIX_FMT_GRAY16LE supportPaul B Mahol1-1/+2
2012-07-06tiffenc: merge common codePaul B Mahol1-6/+0
2012-07-06tiffenc: use av_get_bits_per_pixel() to get bppPaul B Mahol1-12/+3
2012-07-06tiffenc: use av_pix_fmt_descriptors to set bpp_tab[]Paul B Mahol1-10/+4
2012-07-06tiffenc: simplify calculation of bpp_tab_sizePaul B Mahol1-3/+2
2012-06-10tiffenc: use av_assert()Michael Niedermayer1-1/+1
2012-05-12tiffenc: fix out of array readMichael Niedermayer1-7/+18
2012-04-18Make tiff-in-mov QuickTime-compatible for more colour-spaces.Carl Eugen Hoyos1-0/+5
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of ot...Martin Storsjö1-6/+6
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-147/+176
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun15-21/+21
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol68-136/+68
2012-03-22tiffenc: switch to ff_alloc_packet2().Michael Niedermayer1-3/+2
2012-03-22tiffenc: fix return value.Michael Niedermayer1-1/+1
[next]