- 23 Dec, 2016 1 commit
-
-
Michael Niedermayer authored
Fixes: CID1396263 Fixes: CID1396271 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 09 Nov, 2016 1 commit
-
-
Michael Niedermayer authored
Found-by: Luca Barbato Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Sep, 2016 2 commits
-
-
Luca Barbato authored
It is used to select functions that work with 9-15bits.
-
Luca Barbato authored
Make sure the scaling functions for the 9-15bits are used for 9-15bits bit depths correctly.
-
- 16 Sep, 2016 1 commit
-
-
Pedro Arthur authored
Signed-off-by:
Pedro Arthur <bygrandao@gmail.com>
-
- 06 Sep, 2016 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 02 Sep, 2016 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 11 Jul, 2016 1 commit
-
-
Ronald S. Bultje authored
This reverts commit 1df908f3. The expected performance improvements are essentially non-existent.
-
- 30 Jun, 2016 1 commit
-
-
Dan Parrot authored
This patch addresses Trac ticket #5570. The optimized functions are in file libswscale/ppc/input_vsx.c. Each optimized function name is a concatenation of the corresponding name in libswscale/input.c with suffix _vsx. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 10 Jun, 2016 1 commit
-
-
Pedro Arthur authored
The ring buffer size should be able to store input lines when there is not enough lines to output a single line.
-
- 08 Apr, 2016 1 commit
-
-
Matthieu Bouron authored
-
- 31 Mar, 2016 2 commits
-
-
Pedro Arthur authored
Removed previous swscale code under '#ifndef NEW_FILTER' and removed unused fields of SwsContext
-
Clément Bœsch authored
./ffmpeg -nostats -f lavfi -i testsrc2=4k:d=2 -vf bench=start,scale=1024x1024,bench=stop -f null - before: t:0.489726 avg:0.489883 max:0.491852 min:0.489482 after: t:0.256515 avg:0.256458 max:0.256999 min:0.253755
-
- 27 Jan, 2016 1 commit
-
-
Derek Buitenhuis authored
Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 17 Jan, 2016 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 11 Jan, 2016 1 commit
-
-
Clément Bœsch authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 13 Oct, 2015 1 commit
-
-
Pedro Arthur authored
When scaling only a slice of a frame the output was written always in the first lines leaving the rest of the frame black.
-
- 25 Sep, 2015 1 commit
-
-
Pedro Arthur authored
-
- 20 Sep, 2015 1 commit
-
-
Pedro Arthur authored
-
- 18 Sep, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
hyscale, hcscale are only used in old filter code, hence place header guard to silence -Wunused-function. Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 16 Sep, 2015 1 commit
-
-
Ganesh Ajjanagadde authored
gamma_convert is only used with the old code. Thus, it is placed under a header guard. This patch silences a -Wunused-function observed on GCC 5.2. Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- 11 Sep, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Sep, 2015 1 commit
-
-
Hendrik Leppkes authored
-
- 07 Sep, 2015 1 commit
-
-
Vittorio Giovara authored
The new fields can be accessed directly and are more intelligible. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 04 Sep, 2015 1 commit
-
-
Pedro Arthur authored
+added gamma conversion to refactored code
-
- 26 Aug, 2015 1 commit
-
-
Timothy Gu authored
Also remove a pair of extraneous ifdeffery.
-
- 19 Aug, 2015 1 commit
-
-
Pedro Arthur authored
-
- 18 Aug, 2015 1 commit
-
-
Pedro Arthur authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 17 Aug, 2015 2 commits
-
-
Pedro Arthur authored
Process more lines in a single pass to improve performance Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Pedro Arthur authored
+ split color conversion from scaling - disabled gamma correction, until it's refactored too Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 12 Jun, 2015 1 commit
-
-
Michael Niedermayer authored
This may help static analyzers, the pixel format is checked during initialization Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Apr, 2015 2 commits
-
-
Michael Niedermayer authored
This avoids using up a bit of the public flags Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Pedro Arthur authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Feb, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Feb, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Jan, 2015 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 11 Oct, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3170 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Sep, 2014 1 commit
-
-
Clément Bœsch authored
-
- 19 Jul, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-