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
2022-08-05avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt
2022-03-06avcodec/dnxhdenc: retry increasing qscale to not overflow max_bitsPaul B Mahol
2022-03-05avcodec/dnxhdenc: fix possible out of bound writes for big w/hPaul B Mahol
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2018-08-31avcodec/dnxhdenc: stop leaking memory when initalization failsPaul B Mahol
2017-10-04libavcodec/blockdsp : add AVX versionMartin Vignali
2017-09-26avcodec/dnxhdenc: fix DNxHR 444 encoding crashesFrédéric Devernay
2017-04-01avcodec/dnxhdenc: DNxHR 444 and HQX supportPaul B Mahol
2017-03-30Merge commit '6354957a95022864746180525680cca872ab0e0a'Clément Bœsch
2016-11-03dnxhdenc: Have function pointer prototype match implementationDiego Biurrun
2016-11-01avcodec/dnxhdenc: Fix alignment of edge_buf*Michael Niedermayer
2016-10-21avcodec/dnxhdenc: Move allocation out of radix_sort()Michael Niedermayer
2016-08-13libavcodec/dnxhdenc: add edge emulate for dnxhrMark Reid
2016-07-23libavcodec/dnxhdenc: add support for dnxhr encodingMark Reid
2016-07-23libavcodec/dnxhdenc: add support for variable mircoblock countsMark Reid
2015-07-03Merge commit '910247f1720c6aae422723c05dac6d0b19f20bec'Michael Niedermayer
2015-07-03lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-04-11Merge commit '676856204b84dfaffe329dce8502e834a0dbdb19'Michael Niedermayer
2014-04-11DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu
2014-03-28dnxhdenc: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu
2013-11-17Merge commit '57e7b3a89f5a0879ad039e8f04273b48649799a8'Michael Niedermayer
2013-11-16dnxhdenc: use the AVFrame API properly.Anton Khirnov
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-08-24Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'Michael Niedermayer
2012-08-24dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun
2012-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-30dnxhdenc: add space between function argument type and comment.Ronald S. Bultje
2011-12-15dnxhdenc: remove unused variable from contextJean First
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21dnxhd: 10-bit supportJoseph Artsimovich
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07Drop unnecessary directory prefixes from #include directives.Diego Biurrun
2011-05-12dnxhdenc: add AVClass in private context.Baptiste Coudurier
2011-03-30Fix dnxhd custom options, add AVClass in private contextBaptiste Coudurier
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-03dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier
2011-03-02dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-10-12Move dnxhdenc to execute2 multithreading API.Reimar Döffinger
2008-12-12dnxhd get_pixels_8x4_sym sse2Baptiste Coudurier
2008-12-11move structure definitions in their own headerBaptiste Coudurier