summaryrefslogtreecommitdiff
path: root/LICENSE.md
Commit message (Collapse)AuthorAge
* avfilter/vf_removegrain: add x86 and x86_64 SSE2 functionsJames Darnley2015-07-14
| | | | | | | | | | | 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>
* LICENSE.md: add *_rect filtersMichael Niedermayer2015-05-03
| | | | | Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* LICENSE.md: Formatting updatesRobert Xiao2015-02-12
| | | | | | | 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>
* avfilter: Add repeatfields filter (Port of mp=softpulldown)Paul B Mahol2015-02-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* remove libmpcodecsPaul B Mahol2015-01-31
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* LICENSE.md: add vf_eqMichael Niedermayer2015-01-26
| | | | | Found-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* LICENSE.md: mention mpdecimate and not decimate to be GPLPaul B Mahol2015-01-10
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: port mp=pp7 to libavfilterArwa Arif2015-01-09
| | | | | | | 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>
* lavfi: port mp=fspp to a native libavfilter filterArwa Arif2014-12-24
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* LICENSE: mention that uspp is GPLClément Bœsch2014-12-12
|
* LICENSE.md: Add tests/reference.pnmMichael Niedermayer2014-11-30
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi : change xBR filter to LGPLArwa Arif2014-11-15
| | | | | | 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>
* lavfi: add xbr filter xBRArwa Arif2014-11-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '9e8bbe7d4d1dcd5fec491dbfbb98ed2038a7bed5'Michael Niedermayer2014-08-29
| | | | | | | | | | * commit '9e8bbe7d4d1dcd5fec491dbfbb98ed2038a7bed5': license: Mention that vf_interlace is GPL, not LGPL Conflicts: LICENSE.md Merged-by: Michael Niedermayer <michaelni@gmx.at>
* lavc/flacenc: add sse4 version of the 16-bit lpc encoderJames Darnley2014-08-13
| | | | | | | | | | 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>
* LICENCE: add markdown syntaxKonrad Iturbe2014-05-28
Reviewed-by: llogan Signed-off-by: Michael Niedermayer <michaelni@gmx.at>