Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-02-09avcodec/sgienc: return meaningful error codePaul B Mahol
2014-04-01Merge commit '6c1df1f2287401b6022773e382ebc3a3bfed0b38'Michael Niedermayer
2014-04-01Merge commit 'e7cd53bf662a93330810981f1d057bdf2ead669e'Michael Niedermayer
2014-04-01Merge commit 'a7dbfcf6cb6ab8a8981d74332fd02fb90360d22f'Michael Niedermayer
2014-04-01sgi: encode images with 4 channels at 8 and 16 bitsVittorio Giovara
2014-04-01sgi: check maximum supported resolutionPiotr Bandurski
2014-04-01sgi: K&R formatting cosmeticsVittorio Giovara
2013-11-17Merge commit 'e4155f15b35c4272a235f5521d2dc6c2aabdd462'Michael Niedermayer
2013-11-16sgienc: use the AVFrame API properly.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-26sgienc: remove unused SgiContextPaul B Mahol
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-01sgienc: add a limit for maximum supported resolutionPiotr Bandurski
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22sgienc: switch to ff_alloc_packet2().Michael Niedermayer
2012-03-21sgienc: fix packet size.Michael Niedermayer
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-20sgienc: switch to encode2().Anton Khirnov
2012-01-20Support encoding 16bit pixel formats to sgi.Carl Eugen Hoyos
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-10-01Fix wrongly indented block.Diego Biurrun
2009-10-01Use "!exp" instead of "exp == NULL" in if condition.Diego Biurrun
2009-10-01cosmetics: K&R coding style, prettyprintingDiego Biurrun
2009-10-01Add support for SGI images without RLE compression.Anne-Laure de Smit
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-05-11sgi encoder does not support pal8Baptiste Coudurier
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-30Add long names to some AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-04-06SGI image decoder ported to the new image API.Xiaohui Sun