- 24 Jan, 2017 1 commit
-
-
Diego Biurrun authored
libswscale/swscale-test.c:369:20: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [-Wincompatible-pointer-types] libswscale/swscale.h:207:5: note: expected ‘const uint8_t * const* {aka const unsigned char * const*}’ but argument is of type ‘uint8_t ** {aka unsigned char **}’
-
- 22 Dec, 2016 1 commit
-
-
Diego Biurrun authored
This moves work from the configure to the Make stage where it can be parallelized and ensures that pkgconfig files are updated when library versions change. Bug-Id: 449
-
- 14 Dec, 2016 1 commit
-
-
Diego Biurrun authored
Also move #includes into canonical order where appropriate.
-
- 07 Nov, 2016 1 commit
-
-
Luca Barbato authored
-
- 28 Oct, 2016 1 commit
-
-
Diego Biurrun authored
-
- 18 Oct, 2016 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 12 Oct, 2016 6 commits
-
-
Luca Barbato authored
-
Kieran Kunhya authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Luca Barbato authored
-
Michael Niedermayer authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Michael Niedermayer authored
Implemented for AV_PIX_FMT_GBRP12. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Missing from 9bd6ea56. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 27 Sep, 2016 6 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
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.
-
Vittorio Giovara authored
Follow a 420, 422, 444 order instead of a random one. This simplifies double-checking additions of new formats. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 17 Aug, 2016 1 commit
-
-
Diego Biurrun authored
-
- 16 Jul, 2016 2 commits
-
-
Diego Biurrun authored
They are internal symbols that should not be exported. based on a patch by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Andreas Cadhalpun authored
It is an internal swscale symbol and thus should not be exported. Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 02 Jul, 2016 1 commit
-
-
Hendrik Leppkes authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 29 May, 2016 1 commit
-
-
Diego Biurrun authored
Split version files into one line per symbol/directive to allow compatibility with the Solaris linker without preprocessing and eliminate $ from version file templates to simplify the postprocessing shell command.
-
- 28 May, 2016 2 commits
-
-
Diego Biurrun authored
These warnings conflict with system macros on Solaris, producing truckloads of warnings about macro redefinition.
-
Diego Biurrun authored
-
- 13 May, 2016 1 commit
-
-
Diego Biurrun authored
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 03 May, 2016 1 commit
-
-
Diego Biurrun authored
-
- 07 Apr, 2016 1 commit
-
-
Diego Biurrun authored
Restore alphabetical order in lists, break overly long lines, do some prettyprinting, add some explanatory section comments, group parts together that belong together logically.
-
- 18 Feb, 2016 1 commit
-
-
Diego Biurrun authored
-
- 20 Jan, 2016 1 commit
-
-
Vittorio Giovara authored
Based on the original documentation found in mpeg2dec (1995). Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 11 Jan, 2016 1 commit
-
-
Clément Bœsch authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 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>
-
- 28 Aug, 2015 2 commits
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Deprecated in 07/2012.
-
- 31 May, 2015 1 commit
-
-
Luca Barbato authored
In Little Endian the vec_ld/vec_st operations work as expected only for byte-vectors.
-
- 21 Mar, 2015 1 commit
-
-
Federico Tomassetti authored
Bug-Id: CID 1267890 CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 15 Mar, 2015 1 commit
-
-
Himangi Saraogi authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 17 Feb, 2015 1 commit
-
-
Federico Tomassetti authored
CC: libav-stable@libav.org Bug-Id: CID 1267888 / CID 1267890 Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 16 Jan, 2015 1 commit
-
-
Vittorio Giovara authored
-