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 (Collapse)Author
2015-07-15avfilter/vf_removegrain: add x86 and x86_64 SSE2 functionsJames Darnley
Speed of all modes increased by a factor between 7.4 and 19.8 largely depending on whether bytes are unpacked into words. Modes 2, 3, and 4 have been sped-up by a factor of 43 (thanks quick sort!) All modes are available on x86_64 but only modes 1, 10, 11, 12, 13, 14, 19, 20, 21, and 22 are available on x86 due to the number of SIMD registers used. With a contribution from James Almer <jamrial@gmail.com>
2015-05-03LICENSE.md: add *_rect filtersMichael Niedermayer
Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-12LICENSE.md: Formatting updatesRobert Xiao
Put filenames and configuration options in code for clarity, and fix some list formatting. Reviewed-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-10avfilter: Add repeatfields filter (Port of mp=softpulldown)Paul B Mahol
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-31remove libmpcodecsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-01-26LICENSE.md: add vf_eqMichael Niedermayer
Found-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-10LICENSE.md: mention mpdecimate and not decimate to be GPLPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-01-09lavfi: port mp=pp7 to libavfilterArwa Arif
The only difference with mp=pp7 is that default mode is "medium", as stated in the MPlayer docs, rather than "hard". Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2014-12-24lavfi: port mp=fspp to a native libavfilter filterArwa Arif
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2014-12-12LICENSE: mention that uspp is GPLClément Bœsch
2014-11-30LICENSE.md: Add tests/reference.pnmMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-15lavfi : change xBR filter to LGPLArwa Arif
Hyllian's message : "Hi, Put lgpl on this and use it as you wish. It's free!" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-10lavfi: add xbr filter xBRArwa Arif
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-29Merge commit '9e8bbe7d4d1dcd5fec491dbfbb98ed2038a7bed5'Michael Niedermayer
* commit '9e8bbe7d4d1dcd5fec491dbfbb98ed2038a7bed5': license: Mention that vf_interlace is GPL, not LGPL Conflicts: LICENSE.md Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-13lavc/flacenc: add sse4 version of the 16-bit lpc encoderJames Darnley
From 1.8 to 2.4 times faster. Runtime is reduced by 2 to 39%. The speed-up generally increases with compression_level. This lpc encoder is not used with levels < 3 so it provides no speed-up in these cases. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-29LICENCE: add markdown syntaxKonrad Iturbe
Reviewed-by: llogan Signed-off-by: Michael Niedermayer <michaelni@gmx.at>